Skip to content

Commit 4503b04

Browse files
committed
Update babel monorepo to v7.12.17
1 parent a06fe07 commit 4503b04

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
@@ -18,9 +18,9 @@
1818
"author": "Atanas Atanasov <scriptex.bg@gmail.com> (https://atanas.info)",
1919
"license": "MIT",
2020
"devDependencies": {
21-
"@babel/cli": "7.12.16",
22-
"@babel/core": "7.12.16",
23-
"@babel/preset-env": "7.12.16",
21+
"@babel/cli": "7.12.17",
22+
"@babel/core": "7.12.17",
23+
"@babel/preset-env": "7.12.17",
2424
"babel-loader": "8.2.2",
2525
"unminified-webpack-plugin": "2.0.0",
2626
"webpack": "5.1.0",

yarn.lock

Lines changed: 94 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# yarn lockfile v1
33

44

5-
"@babel/cli@7.12.16":
6-
version "7.12.16"
7-
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.12.16.tgz#bde5bc5118d90e539603abcd37938c5f0fd6c87a"
8-
integrity sha512-cKWkNCxbpjSuYLbdeJs4kOnyW1E2D65pu7SodXDOkzahIN/wSgT8geIqf6+pJTgCo47zrOMGcJTmjSFe5WKYwQ==
5+
"@babel/cli@7.12.17":
6+
version "7.12.17"
7+
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.12.17.tgz#2db13a0f2ba9c05bed78b8aad9669b473dd7f267"
8+
integrity sha512-R9dQbDshWvAp3x5XjANsfthqka+ToEdDUonKgtALNgzQxgiUg2Xa4ZwKIcE84wnoiobIJFXF+TCM4ylJvUuW5w==
99
dependencies:
1010
commander "^4.0.1"
1111
convert-source-map "^1.1.0"
@@ -31,19 +31,19 @@
3131
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.12.13.tgz#27e19e0ed3726ccf54067ced4109501765e7e2e8"
3232
integrity sha512-U/hshG5R+SIoW7HVWIdmy1cB7s3ki+r3FpyEZiCgpi4tFgPnX/vynY80ZGSASOIrUM6O7VxOgCZgdt7h97bUGg==
3333

34-
"@babel/core@7.12.16":
35-
version "7.12.16"
36-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.16.tgz#8c6ba456b23b680a6493ddcfcd9d3c3ad51cab7c"
37-
integrity sha512-t/hHIB504wWceOeaOoONOhu+gX+hpjfeN6YRBT209X/4sibZQfSF1I0HFRRlBe97UZZosGx5XwUg1ZgNbelmNw==
34+
"@babel/core@7.12.17":
35+
version "7.12.17"
36+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.17.tgz#993c5e893333107a2815d8e0d73a2c3755e280b2"
37+
integrity sha512-V3CuX1aBywbJvV2yzJScRxeiiw0v2KZZYYE3giywxzFJL13RiyPjaaDwhDnxmgFTTS7FgvM2ijr4QmKNIu0AtQ==
3838
dependencies:
3939
"@babel/code-frame" "^7.12.13"
40-
"@babel/generator" "^7.12.15"
41-
"@babel/helper-module-transforms" "^7.12.13"
42-
"@babel/helpers" "^7.12.13"
43-
"@babel/parser" "^7.12.16"
40+
"@babel/generator" "^7.12.17"
41+
"@babel/helper-module-transforms" "^7.12.17"
42+
"@babel/helpers" "^7.12.17"
43+
"@babel/parser" "^7.12.17"
4444
"@babel/template" "^7.12.13"
45-
"@babel/traverse" "^7.12.13"
46-
"@babel/types" "^7.12.13"
45+
"@babel/traverse" "^7.12.17"
46+
"@babel/types" "^7.12.17"
4747
convert-source-map "^1.7.0"
4848
debug "^4.1.0"
4949
gensync "^1.0.0-beta.1"
@@ -61,12 +61,12 @@
6161
jsesc "^2.5.1"
6262
source-map "^0.5.0"
6363

64-
"@babel/generator@^7.12.15":
65-
version "7.12.15"
66-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.15.tgz#4617b5d0b25cc572474cc1aafee1edeaf9b5368f"
67-
integrity sha512-6F2xHxBiFXWNSGb7vyCUTBF8RCLY66rS0zEPcP8t/nQyXjha5EuK4z7H5o7fWG8B4M7y6mqVWq1J+1PuwRhecQ==
64+
"@babel/generator@^7.12.17":
65+
version "7.12.17"
66+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.17.tgz#9ef1dd792d778b32284411df63f4f668a9957287"
67+
integrity sha512-DSA7ruZrY4WI8VxuS1jWSRezFnghEoYEFrZcw9BizQRmOZiUsiHl59+qEARGPqPikwA/GPTyRCi7isuCK/oyqg==
6868
dependencies:
69-
"@babel/types" "^7.12.13"
69+
"@babel/types" "^7.12.17"
7070
jsesc "^2.5.1"
7171
source-map "^0.5.0"
7272

@@ -92,13 +92,13 @@
9292
"@babel/helper-explode-assignable-expression" "^7.12.13"
9393
"@babel/types" "^7.12.13"
9494

95-
"@babel/helper-compilation-targets@^7.12.16":
96-
version "7.12.16"
97-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.12.16.tgz#6905238b4a5e02ba2d032c1a49dd1820fe8ce61b"
98-
integrity sha512-dBHNEEaZx7F3KoUYqagIhRIeqyyuI65xMndMZ3WwGwEBI609I4TleYQHcrS627vbKyNTXqShoN+fvYD9HuQxAg==
95+
"@babel/helper-compilation-targets@^7.12.17":
96+
version "7.12.17"
97+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.12.17.tgz#91d83fae61ef390d39c3f0507cb83979bab837c7"
98+
integrity sha512-5EkibqLVYOuZ89BSg2lv+GG8feywLuvMXNYgf0Im4MssE0mFWPztSpJbildNnUgw0bLI2EsIN4MpSHC2iUJkQA==
9999
dependencies:
100100
"@babel/compat-data" "^7.12.13"
101-
"@babel/helper-validator-option" "^7.12.16"
101+
"@babel/helper-validator-option" "^7.12.17"
102102
browserslist "^4.14.5"
103103
semver "^5.5.0"
104104

@@ -189,6 +189,21 @@
189189
"@babel/types" "^7.12.13"
190190
lodash "^4.17.19"
191191

192+
"@babel/helper-module-transforms@^7.12.17":
193+
version "7.12.17"
194+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.12.17.tgz#7c75b987d6dfd5b48e575648f81eaac891539509"
195+
integrity sha512-sFL+p6zOCQMm9vilo06M4VHuTxUAwa6IxgL56Tq1DVtA0ziAGTH1ThmJq7xwPqdQlgAbKX3fb0oZNbtRIyA5KQ==
196+
dependencies:
197+
"@babel/helper-module-imports" "^7.12.13"
198+
"@babel/helper-replace-supers" "^7.12.13"
199+
"@babel/helper-simple-access" "^7.12.13"
200+
"@babel/helper-split-export-declaration" "^7.12.13"
201+
"@babel/helper-validator-identifier" "^7.12.11"
202+
"@babel/template" "^7.12.13"
203+
"@babel/traverse" "^7.12.17"
204+
"@babel/types" "^7.12.17"
205+
lodash "^4.17.19"
206+
192207
"@babel/helper-optimise-call-expression@^7.12.13":
193208
version "7.12.13"
194209
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.12.13.tgz#5c02d171b4c8615b1e7163f888c1c81c30a2aaea"
@@ -263,10 +278,10 @@
263278
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz#c9a1f021917dcb5ccf0d4e453e399022981fc9ed"
264279
integrity sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==
265280

266-
"@babel/helper-validator-option@^7.12.16":
267-
version "7.12.16"
268-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.16.tgz#f73cbd3bbba51915216c5dea908e9b206bb10051"
269-
integrity sha512-uCgsDBPUQDvzr11ePPo4TVEocxj8RXjUVSC/Y8N1YpVAI/XDdUwGJu78xmlGhTxj2ntaWM7n9LQdRtyhOzT2YQ==
281+
"@babel/helper-validator-option@^7.12.17":
282+
version "7.12.17"
283+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.17.tgz#d1fbf012e1a79b7eebbfdc6d270baaf8d9eb9831"
284+
integrity sha512-TopkMDmLzq8ngChwRlyjR6raKD6gMSae4JdYDB8bByKreQgG0RBTuKe9LRxW3wFtUnjxOPRKBDwEH6Mg5KeDfw==
270285

271286
"@babel/helper-wrap-function@^7.12.13":
272287
version "7.12.13"
@@ -278,14 +293,14 @@
278293
"@babel/traverse" "^7.12.13"
279294
"@babel/types" "^7.12.13"
280295

281-
"@babel/helpers@^7.12.13":
282-
version "7.12.13"
283-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.12.13.tgz#3c75e993632e4dadc0274eae219c73eb7645ba47"
284-
integrity sha512-oohVzLRZ3GQEk4Cjhfs9YkJA4TdIDTObdBEZGrd6F/T0GPSnuV6l22eMcxlvcvzVIPH3VTtxbseudM1zIE+rPQ==
296+
"@babel/helpers@^7.12.17":
297+
version "7.12.17"
298+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.12.17.tgz#71e03d2981a6b5ee16899964f4101dc8471d60bc"
299+
integrity sha512-tEpjqSBGt/SFEsFikKds1sLNChKKGGR17flIgQKXH4fG6m9gTgl3gnOC1giHNyaBCSKuTfxaSzHi7UnvqiVKxg==
285300
dependencies:
286301
"@babel/template" "^7.12.13"
287-
"@babel/traverse" "^7.12.13"
288-
"@babel/types" "^7.12.13"
302+
"@babel/traverse" "^7.12.17"
303+
"@babel/types" "^7.12.17"
289304

290305
"@babel/highlight@^7.12.13":
291306
version "7.12.13"
@@ -301,10 +316,10 @@
301316
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.13.tgz#3ee7be4131fe657ba9143d5c5b3a9f253fdb75e9"
302317
integrity sha512-z7n7ybOUzaRc3wwqLpAX8UFIXsrVXUJhtNGBwAnLz6d1KUapqyq7ad2La8gZ6CXhHmGAIL32cop8Tst4/PNWLw==
303318

304-
"@babel/parser@^7.12.16":
305-
version "7.12.16"
306-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.16.tgz#cc31257419d2c3189d394081635703f549fc1ed4"
307-
integrity sha512-c/+u9cqV6F0+4Hpq01jnJO+GLp2DdT63ppz9Xa+6cHaajM9VFzK/iDXiKK65YtpeVwu+ctfS6iqlMqRgQRzeCw==
319+
"@babel/parser@^7.12.17":
320+
version "7.12.17"
321+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.17.tgz#bc85d2d47db38094e5bb268fc761716e7d693848"
322+
integrity sha512-r1yKkiUTYMQ8LiEI0UcQx5ETw5dpTLn9wijn9hk6KkTtOK95FndDN10M+8/s6k/Ymlbivw0Av9q4SlgF80PtHg==
308323

309324
"@babel/plugin-proposal-async-generator-functions@^7.12.13":
310325
version "7.12.13"
@@ -323,10 +338,10 @@
323338
"@babel/helper-create-class-features-plugin" "^7.12.13"
324339
"@babel/helper-plugin-utils" "^7.12.13"
325340

326-
"@babel/plugin-proposal-dynamic-import@^7.12.16":
327-
version "7.12.16"
328-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.12.16.tgz#b9f33b252e3406d492a15a799c9d45a9a9613473"
329-
integrity sha512-yiDkYFapVxNOCcBfLnsb/qdsliroM+vc3LHiZwS4gh7pFjo5Xq3BDhYBNn3H3ao+hWPvqeeTdU+s+FIvokov+w==
341+
"@babel/plugin-proposal-dynamic-import@^7.12.17":
342+
version "7.12.17"
343+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.12.17.tgz#e0ebd8db65acc37eac518fa17bead2174e224512"
344+
integrity sha512-ZNGoFZqrnuy9H2izB2jLlnNDAfVPlGl5NhFEiFe4D84ix9GQGygF+CWMGHKuE+bpyS/AOuDQCnkiRNqW2IzS1Q==
330345
dependencies:
331346
"@babel/helper-plugin-utils" "^7.12.13"
332347
"@babel/plugin-syntax-dynamic-import" "^7.8.0"
@@ -388,10 +403,10 @@
388403
"@babel/helper-plugin-utils" "^7.12.13"
389404
"@babel/plugin-syntax-optional-catch-binding" "^7.8.0"
390405

391-
"@babel/plugin-proposal-optional-chaining@^7.12.16":
392-
version "7.12.16"
393-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.12.16.tgz#600c7531f754186b0f2096e495a92da7d88aa139"
394-
integrity sha512-O3ohPwOhkwji5Mckb7F/PJpJVJY3DpPsrt/F0Bk40+QMk9QpAIqeGusHWqu/mYqsM8oBa6TziL/2mbERWsUZjg==
406+
"@babel/plugin-proposal-optional-chaining@^7.12.17":
407+
version "7.12.17"
408+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.12.17.tgz#e382becadc2cb16b7913b6c672d92e4b33385b5c"
409+
integrity sha512-TvxwI80pWftrGPKHNfkvX/HnoeSTR7gC4ezWnAL39PuktYUe6r8kEpOLTYnkBTsaoeazXm2jHJ22EQ81sdgfcA==
395410
dependencies:
396411
"@babel/helper-plugin-utils" "^7.12.13"
397412
"@babel/helper-skip-transparent-expression-wrappers" "^7.12.1"
@@ -761,27 +776,27 @@
761776
"@babel/helper-create-regexp-features-plugin" "^7.12.13"
762777
"@babel/helper-plugin-utils" "^7.12.13"
763778

764-
"@babel/preset-env@7.12.16":
765-
version "7.12.16"
766-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.12.16.tgz#16710e3490e37764b2f41886de0a33bc4ae91082"
767-
integrity sha512-BXCAXy8RE/TzX416pD2hsVdkWo0G+tYd16pwnRV4Sc0fRwTLRS/Ssv8G5RLXUGQv7g4FG7TXkdDJxCjQ5I+Zjg==
779+
"@babel/preset-env@7.12.17":
780+
version "7.12.17"
781+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.12.17.tgz#94a3793ff089c32ee74d76a3c03a7597693ebaaa"
782+
integrity sha512-9PMijx8zFbCwTHrd2P4PJR5nWGH3zWebx2OcpTjqQrHhCiL2ssSR2Sc9ko2BsI2VmVBfoaQmPrlMTCui4LmXQg==
768783
dependencies:
769784
"@babel/compat-data" "^7.12.13"
770-
"@babel/helper-compilation-targets" "^7.12.16"
785+
"@babel/helper-compilation-targets" "^7.12.17"
771786
"@babel/helper-module-imports" "^7.12.13"
772787
"@babel/helper-plugin-utils" "^7.12.13"
773-
"@babel/helper-validator-option" "^7.12.16"
788+
"@babel/helper-validator-option" "^7.12.17"
774789
"@babel/plugin-proposal-async-generator-functions" "^7.12.13"
775790
"@babel/plugin-proposal-class-properties" "^7.12.13"
776-
"@babel/plugin-proposal-dynamic-import" "^7.12.16"
791+
"@babel/plugin-proposal-dynamic-import" "^7.12.17"
777792
"@babel/plugin-proposal-export-namespace-from" "^7.12.13"
778793
"@babel/plugin-proposal-json-strings" "^7.12.13"
779794
"@babel/plugin-proposal-logical-assignment-operators" "^7.12.13"
780795
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.12.13"
781796
"@babel/plugin-proposal-numeric-separator" "^7.12.13"
782797
"@babel/plugin-proposal-object-rest-spread" "^7.12.13"
783798
"@babel/plugin-proposal-optional-catch-binding" "^7.12.13"
784-
"@babel/plugin-proposal-optional-chaining" "^7.12.16"
799+
"@babel/plugin-proposal-optional-chaining" "^7.12.17"
785800
"@babel/plugin-proposal-private-methods" "^7.12.13"
786801
"@babel/plugin-proposal-unicode-property-regex" "^7.12.13"
787802
"@babel/plugin-syntax-async-generators" "^7.8.0"
@@ -829,7 +844,7 @@
829844
"@babel/plugin-transform-unicode-escapes" "^7.12.13"
830845
"@babel/plugin-transform-unicode-regex" "^7.12.13"
831846
"@babel/preset-modules" "^0.1.3"
832-
"@babel/types" "^7.12.13"
847+
"@babel/types" "^7.12.17"
833848
core-js-compat "^3.8.0"
834849
semver "^5.5.0"
835850

@@ -875,6 +890,21 @@
875890
globals "^11.1.0"
876891
lodash "^4.17.19"
877892

893+
"@babel/traverse@^7.12.17":
894+
version "7.12.17"
895+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.17.tgz#40ec8c7ffb502c4e54c7f95492dc11b88d718619"
896+
integrity sha512-LGkTqDqdiwC6Q7fWSwQoas/oyiEYw6Hqjve5KOSykXkmFJFqzvGMb9niaUEag3Rlve492Mkye3gLw9FTv94fdQ==
897+
dependencies:
898+
"@babel/code-frame" "^7.12.13"
899+
"@babel/generator" "^7.12.17"
900+
"@babel/helper-function-name" "^7.12.13"
901+
"@babel/helper-split-export-declaration" "^7.12.13"
902+
"@babel/parser" "^7.12.17"
903+
"@babel/types" "^7.12.17"
904+
debug "^4.1.0"
905+
globals "^11.1.0"
906+
lodash "^4.17.19"
907+
878908
"@babel/types@^7.10.4", "@babel/types@^7.4.4":
879909
version "7.11.5"
880910
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.11.5.tgz#d9de577d01252d77c6800cee039ee64faf75662d"
@@ -902,6 +932,15 @@
902932
lodash "^4.17.19"
903933
to-fast-properties "^2.0.0"
904934

935+
"@babel/types@^7.12.17":
936+
version "7.12.17"
937+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.17.tgz#9d711eb807e0934c90b8b1ca0eb1f7230d150963"
938+
integrity sha512-tNMDjcv/4DIcHxErTgwB9q2ZcYyN0sUfgGKUK/mm1FJK7Wz+KstoEekxrl/tBiNDgLK1HGi+sppj1An/1DR4fQ==
939+
dependencies:
940+
"@babel/helper-validator-identifier" "^7.12.11"
941+
lodash "^4.17.19"
942+
to-fast-properties "^2.0.0"
943+
905944
"@discoveryjs/json-ext@^0.5.0":
906945
version "0.5.1"
907946
resolved "https://registry.yarnpkg.com/@discoveryjs/json-ext/-/json-ext-0.5.1.tgz#cf87081ac9b0f3eb3b5740415b50b7966bac8fc5"

0 commit comments

Comments
 (0)