Skip to content

Commit f1dc9af

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update Babel Transpilation to v7.12.17
1 parent 9bc24c0 commit f1dc9af

2 files changed

Lines changed: 99 additions & 16 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,13 @@
7373
"sass": "1.32.7"
7474
},
7575
"devDependencies": {
76-
"@babel/core": "7.12.16",
76+
"@babel/core": "7.12.17",
7777
"@babel/plugin-proposal-export-namespace-from": "7.12.13",
7878
"@babel/plugin-proposal-logical-assignment-operators": "7.12.13",
7979
"@babel/plugin-proposal-nullish-coalescing-operator": "7.12.13",
8080
"@babel/plugin-proposal-object-rest-spread": "7.12.13",
8181
"@babel/plugin-proposal-optional-catch-binding": "7.12.13",
82-
"@babel/plugin-proposal-optional-chaining": "7.12.16",
82+
"@babel/plugin-proposal-optional-chaining": "7.12.17",
8383
"@babel/plugin-proposal-pipeline-operator": "7.12.13",
8484
"@babel/plugin-proposal-throw-expressions": "7.12.13",
8585
"@babel/plugin-syntax-top-level-await": "7.12.13",

yarn.lock

Lines changed: 97 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -78,19 +78,19 @@
7878
invariant "^2.2.4"
7979
semver "^5.5.0"
8080

81-
"@babel/core@7.12.16", "@babel/core@^7.12.10":
82-
version "7.12.16"
83-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.16.tgz#8c6ba456b23b680a6493ddcfcd9d3c3ad51cab7c"
84-
integrity sha512-t/hHIB504wWceOeaOoONOhu+gX+hpjfeN6YRBT209X/4sibZQfSF1I0HFRRlBe97UZZosGx5XwUg1ZgNbelmNw==
81+
"@babel/core@7.12.17":
82+
version "7.12.17"
83+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.17.tgz#993c5e893333107a2815d8e0d73a2c3755e280b2"
84+
integrity sha512-V3CuX1aBywbJvV2yzJScRxeiiw0v2KZZYYE3giywxzFJL13RiyPjaaDwhDnxmgFTTS7FgvM2ijr4QmKNIu0AtQ==
8585
dependencies:
8686
"@babel/code-frame" "^7.12.13"
87-
"@babel/generator" "^7.12.15"
88-
"@babel/helper-module-transforms" "^7.12.13"
89-
"@babel/helpers" "^7.12.13"
90-
"@babel/parser" "^7.12.16"
87+
"@babel/generator" "^7.12.17"
88+
"@babel/helper-module-transforms" "^7.12.17"
89+
"@babel/helpers" "^7.12.17"
90+
"@babel/parser" "^7.12.17"
9191
"@babel/template" "^7.12.13"
92-
"@babel/traverse" "^7.12.13"
93-
"@babel/types" "^7.12.13"
92+
"@babel/traverse" "^7.12.17"
93+
"@babel/types" "^7.12.17"
9494
convert-source-map "^1.7.0"
9595
debug "^4.1.0"
9696
gensync "^1.0.0-beta.1"
@@ -208,6 +208,27 @@
208208
semver "^5.4.1"
209209
source-map "^0.5.0"
210210

211+
"@babel/core@^7.12.10":
212+
version "7.12.16"
213+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.16.tgz#8c6ba456b23b680a6493ddcfcd9d3c3ad51cab7c"
214+
integrity sha512-t/hHIB504wWceOeaOoONOhu+gX+hpjfeN6YRBT209X/4sibZQfSF1I0HFRRlBe97UZZosGx5XwUg1ZgNbelmNw==
215+
dependencies:
216+
"@babel/code-frame" "^7.12.13"
217+
"@babel/generator" "^7.12.15"
218+
"@babel/helper-module-transforms" "^7.12.13"
219+
"@babel/helpers" "^7.12.13"
220+
"@babel/parser" "^7.12.16"
221+
"@babel/template" "^7.12.13"
222+
"@babel/traverse" "^7.12.13"
223+
"@babel/types" "^7.12.13"
224+
convert-source-map "^1.7.0"
225+
debug "^4.1.0"
226+
gensync "^1.0.0-beta.1"
227+
json5 "^2.1.2"
228+
lodash "^4.17.19"
229+
semver "^5.4.1"
230+
source-map "^0.5.0"
231+
211232
"@babel/core@^7.12.3":
212233
version "7.12.9"
213234
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.9.tgz#fd450c4ec10cdbb980e2928b7aa7a28484593fc8"
@@ -305,6 +326,15 @@
305326
jsesc "^2.5.1"
306327
source-map "^0.5.0"
307328

329+
"@babel/generator@^7.12.17":
330+
version "7.12.17"
331+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.17.tgz#9ef1dd792d778b32284411df63f4f668a9957287"
332+
integrity sha512-DSA7ruZrY4WI8VxuS1jWSRezFnghEoYEFrZcw9BizQRmOZiUsiHl59+qEARGPqPikwA/GPTyRCi7isuCK/oyqg==
333+
dependencies:
334+
"@babel/types" "^7.12.17"
335+
jsesc "^2.5.1"
336+
source-map "^0.5.0"
337+
308338
"@babel/generator@^7.12.5":
309339
version "7.12.5"
310340
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.5.tgz#a2c50de5c8b6d708ab95be5e6053936c1884a4de"
@@ -839,6 +869,21 @@
839869
"@babel/types" "^7.12.13"
840870
lodash "^4.17.19"
841871

872+
"@babel/helper-module-transforms@^7.12.17":
873+
version "7.12.17"
874+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.12.17.tgz#7c75b987d6dfd5b48e575648f81eaac891539509"
875+
integrity sha512-sFL+p6zOCQMm9vilo06M4VHuTxUAwa6IxgL56Tq1DVtA0ziAGTH1ThmJq7xwPqdQlgAbKX3fb0oZNbtRIyA5KQ==
876+
dependencies:
877+
"@babel/helper-module-imports" "^7.12.13"
878+
"@babel/helper-replace-supers" "^7.12.13"
879+
"@babel/helper-simple-access" "^7.12.13"
880+
"@babel/helper-split-export-declaration" "^7.12.13"
881+
"@babel/helper-validator-identifier" "^7.12.11"
882+
"@babel/template" "^7.12.13"
883+
"@babel/traverse" "^7.12.17"
884+
"@babel/types" "^7.12.17"
885+
lodash "^4.17.19"
886+
842887
"@babel/helper-module-transforms@^7.8.3":
843888
version "7.8.3"
844889
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.8.3.tgz#d305e35d02bee720fbc2c3c3623aa0c316c01590"
@@ -1205,6 +1250,15 @@
12051250
"@babel/traverse" "^7.12.13"
12061251
"@babel/types" "^7.12.13"
12071252

1253+
"@babel/helpers@^7.12.17":
1254+
version "7.12.17"
1255+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.12.17.tgz#71e03d2981a6b5ee16899964f4101dc8471d60bc"
1256+
integrity sha512-tEpjqSBGt/SFEsFikKds1sLNChKKGGR17flIgQKXH4fG6m9gTgl3gnOC1giHNyaBCSKuTfxaSzHi7UnvqiVKxg==
1257+
dependencies:
1258+
"@babel/template" "^7.12.13"
1259+
"@babel/traverse" "^7.12.17"
1260+
"@babel/types" "^7.12.17"
1261+
12081262
"@babel/helpers@^7.12.5":
12091263
version "7.12.5"
12101264
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.12.5.tgz#1a1ba4a768d9b58310eda516c449913fe647116e"
@@ -1308,6 +1362,11 @@
13081362
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.16.tgz#cc31257419d2c3189d394081635703f549fc1ed4"
13091363
integrity sha512-c/+u9cqV6F0+4Hpq01jnJO+GLp2DdT63ppz9Xa+6cHaajM9VFzK/iDXiKK65YtpeVwu+ctfS6iqlMqRgQRzeCw==
13101364

1365+
"@babel/parser@^7.12.17":
1366+
version "7.12.17"
1367+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.17.tgz#bc85d2d47db38094e5bb268fc761716e7d693848"
1368+
integrity sha512-r1yKkiUTYMQ8LiEI0UcQx5ETw5dpTLn9wijn9hk6KkTtOK95FndDN10M+8/s6k/Ymlbivw0Av9q4SlgF80PtHg==
1369+
13111370
"@babel/parser@^7.12.3":
13121371
version "7.12.3"
13131372
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.3.tgz#a305415ebe7a6c7023b40b5122a0662d928334cd"
@@ -1654,10 +1713,10 @@
16541713
"@babel/helper-plugin-utils" "^7.8.3"
16551714
"@babel/plugin-syntax-optional-catch-binding" "^7.8.0"
16561715

1657-
"@babel/plugin-proposal-optional-chaining@7.12.16":
1658-
version "7.12.16"
1659-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.12.16.tgz#600c7531f754186b0f2096e495a92da7d88aa139"
1660-
integrity sha512-O3ohPwOhkwji5Mckb7F/PJpJVJY3DpPsrt/F0Bk40+QMk9QpAIqeGusHWqu/mYqsM8oBa6TziL/2mbERWsUZjg==
1716+
"@babel/plugin-proposal-optional-chaining@7.12.17":
1717+
version "7.12.17"
1718+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.12.17.tgz#e382becadc2cb16b7913b6c672d92e4b33385b5c"
1719+
integrity sha512-TvxwI80pWftrGPKHNfkvX/HnoeSTR7gC4ezWnAL39PuktYUe6r8kEpOLTYnkBTsaoeazXm2jHJ22EQ81sdgfcA==
16611720
dependencies:
16621721
"@babel/helper-plugin-utils" "^7.12.13"
16631722
"@babel/helper-skip-transparent-expression-wrappers" "^7.12.1"
@@ -3536,6 +3595,21 @@
35363595
globals "^11.1.0"
35373596
lodash "^4.17.19"
35383597

3598+
"@babel/traverse@^7.12.17":
3599+
version "7.12.17"
3600+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.17.tgz#40ec8c7ffb502c4e54c7f95492dc11b88d718619"
3601+
integrity sha512-LGkTqDqdiwC6Q7fWSwQoas/oyiEYw6Hqjve5KOSykXkmFJFqzvGMb9niaUEag3Rlve492Mkye3gLw9FTv94fdQ==
3602+
dependencies:
3603+
"@babel/code-frame" "^7.12.13"
3604+
"@babel/generator" "^7.12.17"
3605+
"@babel/helper-function-name" "^7.12.13"
3606+
"@babel/helper-split-export-declaration" "^7.12.13"
3607+
"@babel/parser" "^7.12.17"
3608+
"@babel/types" "^7.12.17"
3609+
debug "^4.1.0"
3610+
globals "^11.1.0"
3611+
lodash "^4.17.19"
3612+
35393613
"@babel/traverse@^7.12.5":
35403614
version "7.12.7"
35413615
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.7.tgz#572a722408681cef17d6b0bef69ef2e728ca69f1"
@@ -3677,6 +3751,15 @@
36773751
lodash "^4.17.19"
36783752
to-fast-properties "^2.0.0"
36793753

3754+
"@babel/types@^7.12.17":
3755+
version "7.12.17"
3756+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.17.tgz#9d711eb807e0934c90b8b1ca0eb1f7230d150963"
3757+
integrity sha512-tNMDjcv/4DIcHxErTgwB9q2ZcYyN0sUfgGKUK/mm1FJK7Wz+KstoEekxrl/tBiNDgLK1HGi+sppj1An/1DR4fQ==
3758+
dependencies:
3759+
"@babel/helper-validator-identifier" "^7.12.11"
3760+
lodash "^4.17.19"
3761+
to-fast-properties "^2.0.0"
3762+
36803763
"@babel/types@^7.12.5", "@babel/types@^7.12.7":
36813764
version "7.12.7"
36823765
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.7.tgz#6039ff1e242640a29452c9ae572162ec9a8f5d13"

0 commit comments

Comments
 (0)