Skip to content

Commit fcc97c2

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update babel monorepo to v7.12.17
1 parent 1389eae commit fcc97c2

File tree

2 files changed

+97
-58
lines changed

2 files changed

+97
-58
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,9 @@
8787
"@aureooms/js-operator": "1.0.2",
8888
"@aureooms/js-random": "2.0.0",
8989
"@aureooms/js-string": "1.0.0",
90-
"@babel/cli": "7.12.16",
91-
"@babel/core": "7.12.16",
92-
"@babel/preset-env": "7.12.16",
90+
"@babel/cli": "7.12.17",
91+
"@babel/core": "7.12.17",
92+
"@babel/preset-env": "7.12.17",
9393
"@babel/register": "7.12.13",
9494
"ava": "3.15.0",
9595
"babel-plugin-transform-remove-console": "6.9.4",

yarn.lock

Lines changed: 94 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@
5252
resolved "https://registry.yarnpkg.com/@aureooms/js-string/-/js-string-1.0.0.tgz#3aaa0bbe68c01060ec81c2a9e58d9bc11b8cb14b"
5353
integrity sha512-dG6tYw77EbYJNqwRgdPPQ469EuV/pEpDdpPmOxKTGhZUyPTImILRyPZHNRYQHuzGT8jAds+9vn/Um5hVaair0w==
5454

55-
"@babel/cli@7.12.16":
56-
version "7.12.16"
57-
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.12.16.tgz#bde5bc5118d90e539603abcd37938c5f0fd6c87a"
58-
integrity sha512-cKWkNCxbpjSuYLbdeJs4kOnyW1E2D65pu7SodXDOkzahIN/wSgT8geIqf6+pJTgCo47zrOMGcJTmjSFe5WKYwQ==
55+
"@babel/cli@7.12.17":
56+
version "7.12.17"
57+
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.12.17.tgz#2db13a0f2ba9c05bed78b8aad9669b473dd7f267"
58+
integrity sha512-R9dQbDshWvAp3x5XjANsfthqka+ToEdDUonKgtALNgzQxgiUg2Xa4ZwKIcE84wnoiobIJFXF+TCM4ylJvUuW5w==
5959
dependencies:
6060
commander "^4.0.1"
6161
convert-source-map "^1.1.0"
@@ -88,19 +88,19 @@
8888
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.12.13.tgz#27e19e0ed3726ccf54067ced4109501765e7e2e8"
8989
integrity sha512-U/hshG5R+SIoW7HVWIdmy1cB7s3ki+r3FpyEZiCgpi4tFgPnX/vynY80ZGSASOIrUM6O7VxOgCZgdt7h97bUGg==
9090

91-
"@babel/core@7.12.16":
92-
version "7.12.16"
93-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.16.tgz#8c6ba456b23b680a6493ddcfcd9d3c3ad51cab7c"
94-
integrity sha512-t/hHIB504wWceOeaOoONOhu+gX+hpjfeN6YRBT209X/4sibZQfSF1I0HFRRlBe97UZZosGx5XwUg1ZgNbelmNw==
91+
"@babel/core@7.12.17":
92+
version "7.12.17"
93+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.17.tgz#993c5e893333107a2815d8e0d73a2c3755e280b2"
94+
integrity sha512-V3CuX1aBywbJvV2yzJScRxeiiw0v2KZZYYE3giywxzFJL13RiyPjaaDwhDnxmgFTTS7FgvM2ijr4QmKNIu0AtQ==
9595
dependencies:
9696
"@babel/code-frame" "^7.12.13"
97-
"@babel/generator" "^7.12.15"
98-
"@babel/helper-module-transforms" "^7.12.13"
99-
"@babel/helpers" "^7.12.13"
100-
"@babel/parser" "^7.12.16"
97+
"@babel/generator" "^7.12.17"
98+
"@babel/helper-module-transforms" "^7.12.17"
99+
"@babel/helpers" "^7.12.17"
100+
"@babel/parser" "^7.12.17"
101101
"@babel/template" "^7.12.13"
102-
"@babel/traverse" "^7.12.13"
103-
"@babel/types" "^7.12.13"
102+
"@babel/traverse" "^7.12.17"
103+
"@babel/types" "^7.12.17"
104104
convert-source-map "^1.7.0"
105105
debug "^4.1.0"
106106
gensync "^1.0.0-beta.1"
@@ -149,12 +149,12 @@
149149
jsesc "^2.5.1"
150150
source-map "^0.5.0"
151151

152-
"@babel/generator@^7.12.15":
153-
version "7.12.15"
154-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.15.tgz#4617b5d0b25cc572474cc1aafee1edeaf9b5368f"
155-
integrity sha512-6F2xHxBiFXWNSGb7vyCUTBF8RCLY66rS0zEPcP8t/nQyXjha5EuK4z7H5o7fWG8B4M7y6mqVWq1J+1PuwRhecQ==
152+
"@babel/generator@^7.12.17":
153+
version "7.12.17"
154+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.17.tgz#9ef1dd792d778b32284411df63f4f668a9957287"
155+
integrity sha512-DSA7ruZrY4WI8VxuS1jWSRezFnghEoYEFrZcw9BizQRmOZiUsiHl59+qEARGPqPikwA/GPTyRCi7isuCK/oyqg==
156156
dependencies:
157-
"@babel/types" "^7.12.13"
157+
"@babel/types" "^7.12.17"
158158
jsesc "^2.5.1"
159159
source-map "^0.5.0"
160160

@@ -180,13 +180,13 @@
180180
"@babel/helper-explode-assignable-expression" "^7.12.13"
181181
"@babel/types" "^7.12.13"
182182

183-
"@babel/helper-compilation-targets@^7.12.16":
184-
version "7.12.16"
185-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.12.16.tgz#6905238b4a5e02ba2d032c1a49dd1820fe8ce61b"
186-
integrity sha512-dBHNEEaZx7F3KoUYqagIhRIeqyyuI65xMndMZ3WwGwEBI609I4TleYQHcrS627vbKyNTXqShoN+fvYD9HuQxAg==
183+
"@babel/helper-compilation-targets@^7.12.17":
184+
version "7.12.17"
185+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.12.17.tgz#91d83fae61ef390d39c3f0507cb83979bab837c7"
186+
integrity sha512-5EkibqLVYOuZ89BSg2lv+GG8feywLuvMXNYgf0Im4MssE0mFWPztSpJbildNnUgw0bLI2EsIN4MpSHC2iUJkQA==
187187
dependencies:
188188
"@babel/compat-data" "^7.12.13"
189-
"@babel/helper-validator-option" "^7.12.16"
189+
"@babel/helper-validator-option" "^7.12.17"
190190
browserslist "^4.14.5"
191191
semver "^5.5.0"
192192

@@ -321,6 +321,21 @@
321321
"@babel/types" "^7.12.13"
322322
lodash "^4.17.19"
323323

324+
"@babel/helper-module-transforms@^7.12.17":
325+
version "7.12.17"
326+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.12.17.tgz#7c75b987d6dfd5b48e575648f81eaac891539509"
327+
integrity sha512-sFL+p6zOCQMm9vilo06M4VHuTxUAwa6IxgL56Tq1DVtA0ziAGTH1ThmJq7xwPqdQlgAbKX3fb0oZNbtRIyA5KQ==
328+
dependencies:
329+
"@babel/helper-module-imports" "^7.12.13"
330+
"@babel/helper-replace-supers" "^7.12.13"
331+
"@babel/helper-simple-access" "^7.12.13"
332+
"@babel/helper-split-export-declaration" "^7.12.13"
333+
"@babel/helper-validator-identifier" "^7.12.11"
334+
"@babel/template" "^7.12.13"
335+
"@babel/traverse" "^7.12.17"
336+
"@babel/types" "^7.12.17"
337+
lodash "^4.17.19"
338+
324339
"@babel/helper-optimise-call-expression@^7.10.4":
325340
version "7.12.7"
326341
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.12.7.tgz#7f94ae5e08721a49467346aa04fd22f750033b9c"
@@ -419,10 +434,10 @@
419434
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz#c9a1f021917dcb5ccf0d4e453e399022981fc9ed"
420435
integrity sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==
421436

422-
"@babel/helper-validator-option@^7.12.16":
423-
version "7.12.16"
424-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.16.tgz#f73cbd3bbba51915216c5dea908e9b206bb10051"
425-
integrity sha512-uCgsDBPUQDvzr11ePPo4TVEocxj8RXjUVSC/Y8N1YpVAI/XDdUwGJu78xmlGhTxj2ntaWM7n9LQdRtyhOzT2YQ==
437+
"@babel/helper-validator-option@^7.12.17":
438+
version "7.12.17"
439+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.17.tgz#d1fbf012e1a79b7eebbfdc6d270baaf8d9eb9831"
440+
integrity sha512-TopkMDmLzq8ngChwRlyjR6raKD6gMSae4JdYDB8bByKreQgG0RBTuKe9LRxW3wFtUnjxOPRKBDwEH6Mg5KeDfw==
426441

427442
"@babel/helper-wrap-function@^7.12.13":
428443
version "7.12.13"
@@ -434,14 +449,14 @@
434449
"@babel/traverse" "^7.12.13"
435450
"@babel/types" "^7.12.13"
436451

437-
"@babel/helpers@^7.12.13":
438-
version "7.12.13"
439-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.12.13.tgz#3c75e993632e4dadc0274eae219c73eb7645ba47"
440-
integrity sha512-oohVzLRZ3GQEk4Cjhfs9YkJA4TdIDTObdBEZGrd6F/T0GPSnuV6l22eMcxlvcvzVIPH3VTtxbseudM1zIE+rPQ==
452+
"@babel/helpers@^7.12.17":
453+
version "7.12.17"
454+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.12.17.tgz#71e03d2981a6b5ee16899964f4101dc8471d60bc"
455+
integrity sha512-tEpjqSBGt/SFEsFikKds1sLNChKKGGR17flIgQKXH4fG6m9gTgl3gnOC1giHNyaBCSKuTfxaSzHi7UnvqiVKxg==
441456
dependencies:
442457
"@babel/template" "^7.12.13"
443-
"@babel/traverse" "^7.12.13"
444-
"@babel/types" "^7.12.13"
458+
"@babel/traverse" "^7.12.17"
459+
"@babel/types" "^7.12.17"
445460

446461
"@babel/helpers@^7.12.5":
447462
version "7.12.5"
@@ -480,10 +495,10 @@
480495
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.13.tgz#3ee7be4131fe657ba9143d5c5b3a9f253fdb75e9"
481496
integrity sha512-z7n7ybOUzaRc3wwqLpAX8UFIXsrVXUJhtNGBwAnLz6d1KUapqyq7ad2La8gZ6CXhHmGAIL32cop8Tst4/PNWLw==
482497

483-
"@babel/parser@^7.12.16":
484-
version "7.12.16"
485-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.16.tgz#cc31257419d2c3189d394081635703f549fc1ed4"
486-
integrity sha512-c/+u9cqV6F0+4Hpq01jnJO+GLp2DdT63ppz9Xa+6cHaajM9VFzK/iDXiKK65YtpeVwu+ctfS6iqlMqRgQRzeCw==
498+
"@babel/parser@^7.12.17":
499+
version "7.12.17"
500+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.17.tgz#bc85d2d47db38094e5bb268fc761716e7d693848"
501+
integrity sha512-r1yKkiUTYMQ8LiEI0UcQx5ETw5dpTLn9wijn9hk6KkTtOK95FndDN10M+8/s6k/Ymlbivw0Av9q4SlgF80PtHg==
487502

488503
"@babel/plugin-proposal-async-generator-functions@^7.12.13":
489504
version "7.12.13"
@@ -502,10 +517,10 @@
502517
"@babel/helper-create-class-features-plugin" "^7.12.13"
503518
"@babel/helper-plugin-utils" "^7.12.13"
504519

505-
"@babel/plugin-proposal-dynamic-import@^7.12.16":
506-
version "7.12.16"
507-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.12.16.tgz#b9f33b252e3406d492a15a799c9d45a9a9613473"
508-
integrity sha512-yiDkYFapVxNOCcBfLnsb/qdsliroM+vc3LHiZwS4gh7pFjo5Xq3BDhYBNn3H3ao+hWPvqeeTdU+s+FIvokov+w==
520+
"@babel/plugin-proposal-dynamic-import@^7.12.17":
521+
version "7.12.17"
522+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.12.17.tgz#e0ebd8db65acc37eac518fa17bead2174e224512"
523+
integrity sha512-ZNGoFZqrnuy9H2izB2jLlnNDAfVPlGl5NhFEiFe4D84ix9GQGygF+CWMGHKuE+bpyS/AOuDQCnkiRNqW2IzS1Q==
509524
dependencies:
510525
"@babel/helper-plugin-utils" "^7.12.13"
511526
"@babel/plugin-syntax-dynamic-import" "^7.8.0"
@@ -567,10 +582,10 @@
567582
"@babel/helper-plugin-utils" "^7.12.13"
568583
"@babel/plugin-syntax-optional-catch-binding" "^7.8.0"
569584

570-
"@babel/plugin-proposal-optional-chaining@^7.12.16":
571-
version "7.12.16"
572-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.12.16.tgz#600c7531f754186b0f2096e495a92da7d88aa139"
573-
integrity sha512-O3ohPwOhkwji5Mckb7F/PJpJVJY3DpPsrt/F0Bk40+QMk9QpAIqeGusHWqu/mYqsM8oBa6TziL/2mbERWsUZjg==
585+
"@babel/plugin-proposal-optional-chaining@^7.12.17":
586+
version "7.12.17"
587+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.12.17.tgz#e382becadc2cb16b7913b6c672d92e4b33385b5c"
588+
integrity sha512-TvxwI80pWftrGPKHNfkvX/HnoeSTR7gC4ezWnAL39PuktYUe6r8kEpOLTYnkBTsaoeazXm2jHJ22EQ81sdgfcA==
574589
dependencies:
575590
"@babel/helper-plugin-utils" "^7.12.13"
576591
"@babel/helper-skip-transparent-expression-wrappers" "^7.12.1"
@@ -940,27 +955,27 @@
940955
"@babel/helper-create-regexp-features-plugin" "^7.12.13"
941956
"@babel/helper-plugin-utils" "^7.12.13"
942957

943-
"@babel/preset-env@7.12.16":
944-
version "7.12.16"
945-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.12.16.tgz#16710e3490e37764b2f41886de0a33bc4ae91082"
946-
integrity sha512-BXCAXy8RE/TzX416pD2hsVdkWo0G+tYd16pwnRV4Sc0fRwTLRS/Ssv8G5RLXUGQv7g4FG7TXkdDJxCjQ5I+Zjg==
958+
"@babel/preset-env@7.12.17":
959+
version "7.12.17"
960+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.12.17.tgz#94a3793ff089c32ee74d76a3c03a7597693ebaaa"
961+
integrity sha512-9PMijx8zFbCwTHrd2P4PJR5nWGH3zWebx2OcpTjqQrHhCiL2ssSR2Sc9ko2BsI2VmVBfoaQmPrlMTCui4LmXQg==
947962
dependencies:
948963
"@babel/compat-data" "^7.12.13"
949-
"@babel/helper-compilation-targets" "^7.12.16"
964+
"@babel/helper-compilation-targets" "^7.12.17"
950965
"@babel/helper-module-imports" "^7.12.13"
951966
"@babel/helper-plugin-utils" "^7.12.13"
952-
"@babel/helper-validator-option" "^7.12.16"
967+
"@babel/helper-validator-option" "^7.12.17"
953968
"@babel/plugin-proposal-async-generator-functions" "^7.12.13"
954969
"@babel/plugin-proposal-class-properties" "^7.12.13"
955-
"@babel/plugin-proposal-dynamic-import" "^7.12.16"
970+
"@babel/plugin-proposal-dynamic-import" "^7.12.17"
956971
"@babel/plugin-proposal-export-namespace-from" "^7.12.13"
957972
"@babel/plugin-proposal-json-strings" "^7.12.13"
958973
"@babel/plugin-proposal-logical-assignment-operators" "^7.12.13"
959974
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.12.13"
960975
"@babel/plugin-proposal-numeric-separator" "^7.12.13"
961976
"@babel/plugin-proposal-object-rest-spread" "^7.12.13"
962977
"@babel/plugin-proposal-optional-catch-binding" "^7.12.13"
963-
"@babel/plugin-proposal-optional-chaining" "^7.12.16"
978+
"@babel/plugin-proposal-optional-chaining" "^7.12.17"
964979
"@babel/plugin-proposal-private-methods" "^7.12.13"
965980
"@babel/plugin-proposal-unicode-property-regex" "^7.12.13"
966981
"@babel/plugin-syntax-async-generators" "^7.8.0"
@@ -1008,7 +1023,7 @@
10081023
"@babel/plugin-transform-unicode-escapes" "^7.12.13"
10091024
"@babel/plugin-transform-unicode-regex" "^7.12.13"
10101025
"@babel/preset-modules" "^0.1.3"
1011-
"@babel/types" "^7.12.13"
1026+
"@babel/types" "^7.12.17"
10121027
core-js-compat "^3.8.0"
10131028
semver "^5.5.0"
10141029

@@ -1089,6 +1104,21 @@
10891104
globals "^11.1.0"
10901105
lodash "^4.17.19"
10911106

1107+
"@babel/traverse@^7.12.17":
1108+
version "7.12.17"
1109+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.17.tgz#40ec8c7ffb502c4e54c7f95492dc11b88d718619"
1110+
integrity sha512-LGkTqDqdiwC6Q7fWSwQoas/oyiEYw6Hqjve5KOSykXkmFJFqzvGMb9niaUEag3Rlve492Mkye3gLw9FTv94fdQ==
1111+
dependencies:
1112+
"@babel/code-frame" "^7.12.13"
1113+
"@babel/generator" "^7.12.17"
1114+
"@babel/helper-function-name" "^7.12.13"
1115+
"@babel/helper-split-export-declaration" "^7.12.13"
1116+
"@babel/parser" "^7.12.17"
1117+
"@babel/types" "^7.12.17"
1118+
debug "^4.1.0"
1119+
globals "^11.1.0"
1120+
lodash "^4.17.19"
1121+
10921122
"@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":
10931123
version "7.12.7"
10941124
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.7.tgz#6039ff1e242640a29452c9ae572162ec9a8f5d13"
@@ -1107,6 +1137,15 @@
11071137
lodash "^4.17.19"
11081138
to-fast-properties "^2.0.0"
11091139

1140+
"@babel/types@^7.12.17":
1141+
version "7.12.17"
1142+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.17.tgz#9d711eb807e0934c90b8b1ca0eb1f7230d150963"
1143+
integrity sha512-tNMDjcv/4DIcHxErTgwB9q2ZcYyN0sUfgGKUK/mm1FJK7Wz+KstoEekxrl/tBiNDgLK1HGi+sppj1An/1DR4fQ==
1144+
dependencies:
1145+
"@babel/helper-validator-identifier" "^7.12.11"
1146+
lodash "^4.17.19"
1147+
to-fast-properties "^2.0.0"
1148+
11101149
"@concordance/react@^2.0.0":
11111150
version "2.0.0"
11121151
resolved "https://registry.yarnpkg.com/@concordance/react/-/react-2.0.0.tgz#aef913f27474c53731f4fd79cc2f54897de90fde"

0 commit comments

Comments
 (0)