Skip to content

Commit 05357fd

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update babel monorepo to v7.12.17
1 parent 5f6586f commit 05357fd

File tree

2 files changed

+102
-54
lines changed

2 files changed

+102
-54
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@
8484
"@aureooms/js-integer-big-endian": "10.1.0",
8585
"@aureooms/js-number": "3.1.0",
8686
"@aureooms/js-prime": "4.0.0",
87-
"@babel/cli": "7.12.16",
88-
"@babel/core": "7.12.16",
89-
"@babel/preset-env": "7.12.16",
87+
"@babel/cli": "7.12.17",
88+
"@babel/core": "7.12.17",
89+
"@babel/preset-env": "7.12.17",
9090
"@babel/register": "7.12.13",
9191
"ava": "3.15.0",
9292
"babel-plugin-transform-remove-console": "6.9.4",

yarn.lock

+99-51
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@
4545
resolved "https://registry.yarnpkg.com/@aureooms/js-prime/-/js-prime-4.0.0.tgz#95ceb59a67ca009afb76b3045daab174b40f24f2"
4646
integrity sha512-U5Hji39rqTK+ktMTQZvSx/AhX09wLj3ESQPl7fep/ip/FMskeaHtCK8zAQ6QcneLDBCHOMV0x6C9CckWqiCzag==
4747

48-
"@babel/[email protected].16":
49-
version "7.12.16"
50-
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.12.16.tgz#bde5bc5118d90e539603abcd37938c5f0fd6c87a"
51-
integrity sha512-cKWkNCxbpjSuYLbdeJs4kOnyW1E2D65pu7SodXDOkzahIN/wSgT8geIqf6+pJTgCo47zrOMGcJTmjSFe5WKYwQ==
48+
"@babel/[email protected].17":
49+
version "7.12.17"
50+
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.12.17.tgz#2db13a0f2ba9c05bed78b8aad9669b473dd7f267"
51+
integrity sha512-R9dQbDshWvAp3x5XjANsfthqka+ToEdDUonKgtALNgzQxgiUg2Xa4ZwKIcE84wnoiobIJFXF+TCM4ylJvUuW5w==
5252
dependencies:
5353
commander "^4.0.1"
5454
convert-source-map "^1.1.0"
@@ -81,19 +81,19 @@
8181
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.12.13.tgz#27e19e0ed3726ccf54067ced4109501765e7e2e8"
8282
integrity sha512-U/hshG5R+SIoW7HVWIdmy1cB7s3ki+r3FpyEZiCgpi4tFgPnX/vynY80ZGSASOIrUM6O7VxOgCZgdt7h97bUGg==
8383

84-
"@babel/[email protected].16":
85-
version "7.12.16"
86-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.16.tgz#8c6ba456b23b680a6493ddcfcd9d3c3ad51cab7c"
87-
integrity sha512-t/hHIB504wWceOeaOoONOhu+gX+hpjfeN6YRBT209X/4sibZQfSF1I0HFRRlBe97UZZosGx5XwUg1ZgNbelmNw==
84+
"@babel/[email protected].17":
85+
version "7.12.17"
86+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.17.tgz#993c5e893333107a2815d8e0d73a2c3755e280b2"
87+
integrity sha512-V3CuX1aBywbJvV2yzJScRxeiiw0v2KZZYYE3giywxzFJL13RiyPjaaDwhDnxmgFTTS7FgvM2ijr4QmKNIu0AtQ==
8888
dependencies:
8989
"@babel/code-frame" "^7.12.13"
90-
"@babel/generator" "^7.12.15"
91-
"@babel/helper-module-transforms" "^7.12.13"
92-
"@babel/helpers" "^7.12.13"
93-
"@babel/parser" "^7.12.16"
90+
"@babel/generator" "^7.12.17"
91+
"@babel/helper-module-transforms" "^7.12.17"
92+
"@babel/helpers" "^7.12.17"
93+
"@babel/parser" "^7.12.17"
9494
"@babel/template" "^7.12.13"
95-
"@babel/traverse" "^7.12.13"
96-
"@babel/types" "^7.12.13"
95+
"@babel/traverse" "^7.12.17"
96+
"@babel/types" "^7.12.17"
9797
convert-source-map "^1.7.0"
9898
debug "^4.1.0"
9999
gensync "^1.0.0-beta.1"
@@ -133,7 +133,7 @@
133133
jsesc "^2.5.1"
134134
source-map "^0.5.0"
135135

136-
"@babel/generator@^7.12.13", "@babel/generator@^7.12.15":
136+
"@babel/generator@^7.12.13":
137137
version "7.12.15"
138138
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.15.tgz#4617b5d0b25cc572474cc1aafee1edeaf9b5368f"
139139
integrity sha512-6F2xHxBiFXWNSGb7vyCUTBF8RCLY66rS0zEPcP8t/nQyXjha5EuK4z7H5o7fWG8B4M7y6mqVWq1J+1PuwRhecQ==
@@ -142,6 +142,15 @@
142142
jsesc "^2.5.1"
143143
source-map "^0.5.0"
144144

145+
"@babel/generator@^7.12.17":
146+
version "7.12.17"
147+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.17.tgz#9ef1dd792d778b32284411df63f4f668a9957287"
148+
integrity sha512-DSA7ruZrY4WI8VxuS1jWSRezFnghEoYEFrZcw9BizQRmOZiUsiHl59+qEARGPqPikwA/GPTyRCi7isuCK/oyqg==
149+
dependencies:
150+
"@babel/types" "^7.12.17"
151+
jsesc "^2.5.1"
152+
source-map "^0.5.0"
153+
145154
"@babel/helper-annotate-as-pure@^7.10.4":
146155
version "7.10.4"
147156
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.10.4.tgz#5bf0d495a3f757ac3bda48b5bf3b3ba309c72ba3"
@@ -164,13 +173,13 @@
164173
"@babel/helper-explode-assignable-expression" "^7.12.13"
165174
"@babel/types" "^7.12.13"
166175

167-
"@babel/helper-compilation-targets@^7.12.16":
168-
version "7.12.16"
169-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.12.16.tgz#6905238b4a5e02ba2d032c1a49dd1820fe8ce61b"
170-
integrity sha512-dBHNEEaZx7F3KoUYqagIhRIeqyyuI65xMndMZ3WwGwEBI609I4TleYQHcrS627vbKyNTXqShoN+fvYD9HuQxAg==
176+
"@babel/helper-compilation-targets@^7.12.17":
177+
version "7.12.17"
178+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.12.17.tgz#91d83fae61ef390d39c3f0507cb83979bab837c7"
179+
integrity sha512-5EkibqLVYOuZ89BSg2lv+GG8feywLuvMXNYgf0Im4MssE0mFWPztSpJbildNnUgw0bLI2EsIN4MpSHC2iUJkQA==
171180
dependencies:
172181
"@babel/compat-data" "^7.12.13"
173-
"@babel/helper-validator-option" "^7.12.16"
182+
"@babel/helper-validator-option" "^7.12.17"
174183
browserslist "^4.14.5"
175184
semver "^5.5.0"
176185

@@ -305,6 +314,21 @@
305314
"@babel/types" "^7.12.13"
306315
lodash "^4.17.19"
307316

317+
"@babel/helper-module-transforms@^7.12.17":
318+
version "7.12.17"
319+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.12.17.tgz#7c75b987d6dfd5b48e575648f81eaac891539509"
320+
integrity sha512-sFL+p6zOCQMm9vilo06M4VHuTxUAwa6IxgL56Tq1DVtA0ziAGTH1ThmJq7xwPqdQlgAbKX3fb0oZNbtRIyA5KQ==
321+
dependencies:
322+
"@babel/helper-module-imports" "^7.12.13"
323+
"@babel/helper-replace-supers" "^7.12.13"
324+
"@babel/helper-simple-access" "^7.12.13"
325+
"@babel/helper-split-export-declaration" "^7.12.13"
326+
"@babel/helper-validator-identifier" "^7.12.11"
327+
"@babel/template" "^7.12.13"
328+
"@babel/traverse" "^7.12.17"
329+
"@babel/types" "^7.12.17"
330+
lodash "^4.17.19"
331+
308332
"@babel/helper-optimise-call-expression@^7.10.4":
309333
version "7.12.7"
310334
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.12.7.tgz#7f94ae5e08721a49467346aa04fd22f750033b9c"
@@ -403,10 +427,10 @@
403427
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz#c9a1f021917dcb5ccf0d4e453e399022981fc9ed"
404428
integrity sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==
405429

406-
"@babel/helper-validator-option@^7.12.16":
407-
version "7.12.16"
408-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.16.tgz#f73cbd3bbba51915216c5dea908e9b206bb10051"
409-
integrity sha512-uCgsDBPUQDvzr11ePPo4TVEocxj8RXjUVSC/Y8N1YpVAI/XDdUwGJu78xmlGhTxj2ntaWM7n9LQdRtyhOzT2YQ==
430+
"@babel/helper-validator-option@^7.12.17":
431+
version "7.12.17"
432+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.17.tgz#d1fbf012e1a79b7eebbfdc6d270baaf8d9eb9831"
433+
integrity sha512-TopkMDmLzq8ngChwRlyjR6raKD6gMSae4JdYDB8bByKreQgG0RBTuKe9LRxW3wFtUnjxOPRKBDwEH6Mg5KeDfw==
410434

411435
"@babel/helper-wrap-function@^7.12.13":
412436
version "7.12.13"
@@ -418,14 +442,14 @@
418442
"@babel/traverse" "^7.12.13"
419443
"@babel/types" "^7.12.13"
420444

421-
"@babel/helpers@^7.12.13":
422-
version "7.12.13"
423-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.12.13.tgz#3c75e993632e4dadc0274eae219c73eb7645ba47"
424-
integrity sha512-oohVzLRZ3GQEk4Cjhfs9YkJA4TdIDTObdBEZGrd6F/T0GPSnuV6l22eMcxlvcvzVIPH3VTtxbseudM1zIE+rPQ==
445+
"@babel/helpers@^7.12.17":
446+
version "7.12.17"
447+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.12.17.tgz#71e03d2981a6b5ee16899964f4101dc8471d60bc"
448+
integrity sha512-tEpjqSBGt/SFEsFikKds1sLNChKKGGR17flIgQKXH4fG6m9gTgl3gnOC1giHNyaBCSKuTfxaSzHi7UnvqiVKxg==
425449
dependencies:
426450
"@babel/template" "^7.12.13"
427-
"@babel/traverse" "^7.12.13"
428-
"@babel/types" "^7.12.13"
451+
"@babel/traverse" "^7.12.17"
452+
"@babel/types" "^7.12.17"
429453

430454
"@babel/helpers@^7.12.5":
431455
version "7.12.5"
@@ -464,10 +488,10 @@
464488
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.15.tgz#2b20de7f0b4b332d9b119dd9c33409c538b8aacf"
465489
integrity sha512-AQBOU2Z9kWwSZMd6lNjCX0GUgFonL1wAM1db8L8PMk9UDaGsRCArBkU4Sc+UCM3AE4hjbXx+h58Lb3QT4oRmrA==
466490

467-
"@babel/parser@^7.12.16":
468-
version "7.12.16"
469-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.16.tgz#cc31257419d2c3189d394081635703f549fc1ed4"
470-
integrity sha512-c/+u9cqV6F0+4Hpq01jnJO+GLp2DdT63ppz9Xa+6cHaajM9VFzK/iDXiKK65YtpeVwu+ctfS6iqlMqRgQRzeCw==
491+
"@babel/parser@^7.12.17":
492+
version "7.12.17"
493+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.17.tgz#bc85d2d47db38094e5bb268fc761716e7d693848"
494+
integrity sha512-r1yKkiUTYMQ8LiEI0UcQx5ETw5dpTLn9wijn9hk6KkTtOK95FndDN10M+8/s6k/Ymlbivw0Av9q4SlgF80PtHg==
471495

472496
"@babel/plugin-proposal-async-generator-functions@^7.12.13":
473497
version "7.12.13"
@@ -486,10 +510,10 @@
486510
"@babel/helper-create-class-features-plugin" "^7.12.13"
487511
"@babel/helper-plugin-utils" "^7.12.13"
488512

489-
"@babel/plugin-proposal-dynamic-import@^7.12.16":
490-
version "7.12.16"
491-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.12.16.tgz#b9f33b252e3406d492a15a799c9d45a9a9613473"
492-
integrity sha512-yiDkYFapVxNOCcBfLnsb/qdsliroM+vc3LHiZwS4gh7pFjo5Xq3BDhYBNn3H3ao+hWPvqeeTdU+s+FIvokov+w==
513+
"@babel/plugin-proposal-dynamic-import@^7.12.17":
514+
version "7.12.17"
515+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.12.17.tgz#e0ebd8db65acc37eac518fa17bead2174e224512"
516+
integrity sha512-ZNGoFZqrnuy9H2izB2jLlnNDAfVPlGl5NhFEiFe4D84ix9GQGygF+CWMGHKuE+bpyS/AOuDQCnkiRNqW2IzS1Q==
493517
dependencies:
494518
"@babel/helper-plugin-utils" "^7.12.13"
495519
"@babel/plugin-syntax-dynamic-import" "^7.8.0"
@@ -551,10 +575,10 @@
551575
"@babel/helper-plugin-utils" "^7.12.13"
552576
"@babel/plugin-syntax-optional-catch-binding" "^7.8.0"
553577

554-
"@babel/plugin-proposal-optional-chaining@^7.12.16":
555-
version "7.12.16"
556-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.12.16.tgz#600c7531f754186b0f2096e495a92da7d88aa139"
557-
integrity sha512-O3ohPwOhkwji5Mckb7F/PJpJVJY3DpPsrt/F0Bk40+QMk9QpAIqeGusHWqu/mYqsM8oBa6TziL/2mbERWsUZjg==
578+
"@babel/plugin-proposal-optional-chaining@^7.12.17":
579+
version "7.12.17"
580+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.12.17.tgz#e382becadc2cb16b7913b6c672d92e4b33385b5c"
581+
integrity sha512-TvxwI80pWftrGPKHNfkvX/HnoeSTR7gC4ezWnAL39PuktYUe6r8kEpOLTYnkBTsaoeazXm2jHJ22EQ81sdgfcA==
558582
dependencies:
559583
"@babel/helper-plugin-utils" "^7.12.13"
560584
"@babel/helper-skip-transparent-expression-wrappers" "^7.12.1"
@@ -924,27 +948,27 @@
924948
"@babel/helper-create-regexp-features-plugin" "^7.12.13"
925949
"@babel/helper-plugin-utils" "^7.12.13"
926950

927-
"@babel/[email protected].16":
928-
version "7.12.16"
929-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.12.16.tgz#16710e3490e37764b2f41886de0a33bc4ae91082"
930-
integrity sha512-BXCAXy8RE/TzX416pD2hsVdkWo0G+tYd16pwnRV4Sc0fRwTLRS/Ssv8G5RLXUGQv7g4FG7TXkdDJxCjQ5I+Zjg==
951+
"@babel/[email protected].17":
952+
version "7.12.17"
953+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.12.17.tgz#94a3793ff089c32ee74d76a3c03a7597693ebaaa"
954+
integrity sha512-9PMijx8zFbCwTHrd2P4PJR5nWGH3zWebx2OcpTjqQrHhCiL2ssSR2Sc9ko2BsI2VmVBfoaQmPrlMTCui4LmXQg==
931955
dependencies:
932956
"@babel/compat-data" "^7.12.13"
933-
"@babel/helper-compilation-targets" "^7.12.16"
957+
"@babel/helper-compilation-targets" "^7.12.17"
934958
"@babel/helper-module-imports" "^7.12.13"
935959
"@babel/helper-plugin-utils" "^7.12.13"
936-
"@babel/helper-validator-option" "^7.12.16"
960+
"@babel/helper-validator-option" "^7.12.17"
937961
"@babel/plugin-proposal-async-generator-functions" "^7.12.13"
938962
"@babel/plugin-proposal-class-properties" "^7.12.13"
939-
"@babel/plugin-proposal-dynamic-import" "^7.12.16"
963+
"@babel/plugin-proposal-dynamic-import" "^7.12.17"
940964
"@babel/plugin-proposal-export-namespace-from" "^7.12.13"
941965
"@babel/plugin-proposal-json-strings" "^7.12.13"
942966
"@babel/plugin-proposal-logical-assignment-operators" "^7.12.13"
943967
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.12.13"
944968
"@babel/plugin-proposal-numeric-separator" "^7.12.13"
945969
"@babel/plugin-proposal-object-rest-spread" "^7.12.13"
946970
"@babel/plugin-proposal-optional-catch-binding" "^7.12.13"
947-
"@babel/plugin-proposal-optional-chaining" "^7.12.16"
971+
"@babel/plugin-proposal-optional-chaining" "^7.12.17"
948972
"@babel/plugin-proposal-private-methods" "^7.12.13"
949973
"@babel/plugin-proposal-unicode-property-regex" "^7.12.13"
950974
"@babel/plugin-syntax-async-generators" "^7.8.0"
@@ -992,7 +1016,7 @@
9921016
"@babel/plugin-transform-unicode-escapes" "^7.12.13"
9931017
"@babel/plugin-transform-unicode-regex" "^7.12.13"
9941018
"@babel/preset-modules" "^0.1.3"
995-
"@babel/types" "^7.12.13"
1019+
"@babel/types" "^7.12.17"
9961020
core-js-compat "^3.8.0"
9971021
semver "^5.5.0"
9981022

@@ -1073,6 +1097,21 @@
10731097
globals "^11.1.0"
10741098
lodash "^4.17.19"
10751099

1100+
"@babel/traverse@^7.12.17":
1101+
version "7.12.17"
1102+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.17.tgz#40ec8c7ffb502c4e54c7f95492dc11b88d718619"
1103+
integrity sha512-LGkTqDqdiwC6Q7fWSwQoas/oyiEYw6Hqjve5KOSykXkmFJFqzvGMb9niaUEag3Rlve492Mkye3gLw9FTv94fdQ==
1104+
dependencies:
1105+
"@babel/code-frame" "^7.12.13"
1106+
"@babel/generator" "^7.12.17"
1107+
"@babel/helper-function-name" "^7.12.13"
1108+
"@babel/helper-split-export-declaration" "^7.12.13"
1109+
"@babel/parser" "^7.12.17"
1110+
"@babel/types" "^7.12.17"
1111+
debug "^4.1.0"
1112+
globals "^11.1.0"
1113+
lodash "^4.17.19"
1114+
10761115
"@babel/types@^7.10.4", "@babel/types@^7.11.0", "@babel/types@^7.12.1", "@babel/types@^7.12.5", "@babel/types@^7.12.7", "@babel/types@^7.4.4":
10771116
version "7.12.7"
10781117
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.7.tgz#6039ff1e242640a29452c9ae572162ec9a8f5d13"
@@ -1091,6 +1130,15 @@
10911130
lodash "^4.17.19"
10921131
to-fast-properties "^2.0.0"
10931132

1133+
"@babel/types@^7.12.17":
1134+
version "7.12.17"
1135+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.17.tgz#9d711eb807e0934c90b8b1ca0eb1f7230d150963"
1136+
integrity sha512-tNMDjcv/4DIcHxErTgwB9q2ZcYyN0sUfgGKUK/mm1FJK7Wz+KstoEekxrl/tBiNDgLK1HGi+sppj1An/1DR4fQ==
1137+
dependencies:
1138+
"@babel/helper-validator-identifier" "^7.12.11"
1139+
lodash "^4.17.19"
1140+
to-fast-properties "^2.0.0"
1141+
10941142
"@concordance/react@^2.0.0":
10951143
version "2.0.0"
10961144
resolved "https://registry.yarnpkg.com/@concordance/react/-/react-2.0.0.tgz#aef913f27474c53731f4fd79cc2f54897de90fde"

0 commit comments

Comments
 (0)