Skip to content

Commit 64b5653

Browse files
committed
Update babel/plugin-transform-modules-commonj dep
1 parent a3d5e49 commit 64b5653

File tree

2 files changed

+147
-3
lines changed

2 files changed

+147
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
],
6464
"devDependencies": {
6565
"@babel/core": "7.17.10",
66-
"@babel/plugin-transform-modules-commonjs": "7.17.9",
66+
"@babel/plugin-transform-modules-commonjs": "7.18.6",
6767
"@babel/preset-env": "7.17.10",
6868
"@babel/register": "7.17.7",
6969
"@babel/preset-typescript": "7.16.7",

yarn.lock

Lines changed: 146 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,13 @@
4040
dependencies:
4141
"@babel/highlight" "^7.16.7"
4242

43+
"@babel/code-frame@^7.18.6":
44+
version "7.18.6"
45+
resolved "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.18.6.tgz#3b25d38c89600baa2dcc219edfa88a74eb2c427a"
46+
integrity sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q==
47+
dependencies:
48+
"@babel/highlight" "^7.18.6"
49+
4350
"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.15.0":
4451
version "7.15.0"
4552
resolved "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.15.0.tgz#2dbaf8b85334796cafbb0f5793a90a2fc010b176"
@@ -124,6 +131,15 @@
124131
jsesc "^2.5.1"
125132
source-map "^0.5.0"
126133

134+
"@babel/generator@^7.19.4":
135+
version "7.19.5"
136+
resolved "https://registry.npmjs.org/@babel/generator/-/generator-7.19.5.tgz#da3f4b301c8086717eee9cab14da91b1fa5dcca7"
137+
integrity sha512-DxbNz9Lz4aMZ99qPpO1raTbcrI1ZeYh+9NR9qhfkQIbFtVEqotHojEBxHzmxhVONkGt6VyrqVQcgpefMy9pqcg==
138+
dependencies:
139+
"@babel/types" "^7.19.4"
140+
"@jridgewell/gen-mapping" "^0.3.2"
141+
jsesc "^2.5.1"
142+
127143
"@babel/helper-annotate-as-pure@^7.14.5":
128144
version "7.15.4"
129145
resolved "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.15.4.tgz#3d0e43b00c5e49fdb6c57e421601a7a658d5f835"
@@ -226,6 +242,11 @@
226242
dependencies:
227243
"@babel/types" "^7.16.7"
228244

245+
"@babel/helper-environment-visitor@^7.18.9":
246+
version "7.18.9"
247+
resolved "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz#0c0cee9b35d2ca190478756865bb3528422f51be"
248+
integrity sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==
249+
229250
"@babel/helper-explode-assignable-expression@^7.16.7":
230251
version "7.16.7"
231252
resolved "https://registry.npmjs.org/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.16.7.tgz#12a6d8522fdd834f194e868af6354e8650242b7a"
@@ -250,6 +271,14 @@
250271
"@babel/template" "^7.16.7"
251272
"@babel/types" "^7.17.0"
252273

274+
"@babel/helper-function-name@^7.19.0":
275+
version "7.19.0"
276+
resolved "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.19.0.tgz#941574ed5390682e872e52d3f38ce9d1bef4648c"
277+
integrity sha512-WAwHBINyrpqywkUH0nTnNgI5ina5TFn85HKS0pbPDfxFfhyR/aNQEn4hGi1P1JyT//I0t4OgXUlofzWILRvS5w==
278+
dependencies:
279+
"@babel/template" "^7.18.10"
280+
"@babel/types" "^7.19.0"
281+
253282
"@babel/helper-get-function-arity@^7.15.4":
254283
version "7.15.4"
255284
resolved "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.15.4.tgz#098818934a137fce78b536a3e015864be1e2879b"
@@ -271,6 +300,13 @@
271300
dependencies:
272301
"@babel/types" "^7.16.7"
273302

303+
"@babel/helper-hoist-variables@^7.18.6":
304+
version "7.18.6"
305+
resolved "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz#d4d2c8fb4baeaa5c68b99cc8245c56554f926678"
306+
integrity sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==
307+
dependencies:
308+
"@babel/types" "^7.18.6"
309+
274310
"@babel/helper-member-expression-to-functions@^7.15.4":
275311
version "7.15.4"
276312
resolved "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.15.4.tgz#bfd34dc9bba9824a4658b0317ec2fd571a51e6ef"
@@ -299,6 +335,13 @@
299335
dependencies:
300336
"@babel/types" "^7.16.7"
301337

338+
"@babel/helper-module-imports@^7.18.6":
339+
version "7.18.6"
340+
resolved "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.18.6.tgz#1e3ebdbbd08aad1437b428c50204db13c5a3ca6e"
341+
integrity sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==
342+
dependencies:
343+
"@babel/types" "^7.18.6"
344+
302345
"@babel/helper-module-transforms@^7.15.4":
303346
version "7.15.7"
304347
resolved "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.15.7.tgz#7da80c8cbc1f02655d83f8b79d25866afe50d226"
@@ -327,6 +370,20 @@
327370
"@babel/traverse" "^7.17.3"
328371
"@babel/types" "^7.17.0"
329372

373+
"@babel/helper-module-transforms@^7.18.6":
374+
version "7.19.0"
375+
resolved "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.19.0.tgz#309b230f04e22c58c6a2c0c0c7e50b216d350c30"
376+
integrity sha512-3HBZ377Fe14RbLIA+ac3sY4PTgpxHVkFrESaWhoI5PuyXPBBX8+C34qblV9G89ZtycGJCmCI/Ut+VUDK4bltNQ==
377+
dependencies:
378+
"@babel/helper-environment-visitor" "^7.18.9"
379+
"@babel/helper-module-imports" "^7.18.6"
380+
"@babel/helper-simple-access" "^7.18.6"
381+
"@babel/helper-split-export-declaration" "^7.18.6"
382+
"@babel/helper-validator-identifier" "^7.18.6"
383+
"@babel/template" "^7.18.10"
384+
"@babel/traverse" "^7.19.0"
385+
"@babel/types" "^7.19.0"
386+
330387
"@babel/helper-optimise-call-expression@^7.15.4":
331388
version "7.15.4"
332389
resolved "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.15.4.tgz#f310a5121a3b9cc52d9ab19122bd729822dee171"
@@ -351,6 +408,11 @@
351408
resolved "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.16.7.tgz#aa3a8ab4c3cceff8e65eb9e73d87dc4ff320b2f5"
352409
integrity sha512-Qg3Nk7ZxpgMrsox6HreY1ZNKdBq7K72tDSliA6dCl5f007jR4ne8iD5UzuNnCJH2xBf2BEEVGr+/OL6Gdp7RxA==
353410

411+
"@babel/helper-plugin-utils@^7.18.6":
412+
version "7.19.0"
413+
resolved "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.19.0.tgz#4796bb14961521f0f8715990bee2fb6e51ce21bf"
414+
integrity sha512-40Ryx7I8mT+0gaNxm8JGTZFUITNqdLAgdg0hXzeVZxVD6nFsdhQvip6v8dqkRHzsz1VFpFAaOCHNn0vKBL7Czw==
415+
354416
"@babel/helper-remap-async-to-generator@^7.16.8":
355417
version "7.16.8"
356418
resolved "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.16.8.tgz#29ffaade68a367e2ed09c90901986918d25e57e3"
@@ -395,6 +457,13 @@
395457
dependencies:
396458
"@babel/types" "^7.17.0"
397459

460+
"@babel/helper-simple-access@^7.18.6":
461+
version "7.19.4"
462+
resolved "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.19.4.tgz#be553f4951ac6352df2567f7daa19a0ee15668e7"
463+
integrity sha512-f9Xq6WqBFqaDfbCzn2w85hwklswz5qsKlh7f08w4Y9yhJHpnNC0QemtSkK5YyOY8kPGvyiwdzZksGUhnGdaUIg==
464+
dependencies:
465+
"@babel/types" "^7.19.4"
466+
398467
"@babel/helper-skip-transparent-expression-wrappers@^7.16.0":
399468
version "7.16.0"
400469
resolved "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.16.0.tgz#0ee3388070147c3ae051e487eca3ebb0e2e8bb09"
@@ -416,6 +485,18 @@
416485
dependencies:
417486
"@babel/types" "^7.16.7"
418487

488+
"@babel/helper-split-export-declaration@^7.18.6":
489+
version "7.18.6"
490+
resolved "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.18.6.tgz#7367949bc75b20c6d5a5d4a97bba2824ae8ef075"
491+
integrity sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==
492+
dependencies:
493+
"@babel/types" "^7.18.6"
494+
495+
"@babel/helper-string-parser@^7.19.4":
496+
version "7.19.4"
497+
resolved "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz#38d3acb654b4701a9b77fb0615a96f775c3a9e63"
498+
integrity sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==
499+
419500
"@babel/helper-validator-identifier@^7.14.5", "@babel/helper-validator-identifier@^7.14.9", "@babel/helper-validator-identifier@^7.15.7":
420501
version "7.15.7"
421502
resolved "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.15.7.tgz#220df993bfe904a4a6b02ab4f3385a5ebf6e2389"
@@ -426,6 +507,11 @@
426507
resolved "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz#e8c602438c4a8195751243da9031d1607d247cad"
427508
integrity sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==
428509

510+
"@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1":
511+
version "7.19.1"
512+
resolved "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
513+
integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==
514+
429515
"@babel/helper-validator-option@^7.14.5":
430516
version "7.14.5"
431517
resolved "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.14.5.tgz#6e72a1fff18d5dfcb878e1e62f1a021c4b72d5a3"
@@ -482,6 +568,15 @@
482568
chalk "^2.0.0"
483569
js-tokens "^4.0.0"
484570

571+
"@babel/highlight@^7.18.6":
572+
version "7.18.6"
573+
resolved "https://registry.npmjs.org/@babel/highlight/-/highlight-7.18.6.tgz#81158601e93e2563795adcbfbdf5d64be3f2ecdf"
574+
integrity sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==
575+
dependencies:
576+
"@babel/helper-validator-identifier" "^7.18.6"
577+
chalk "^2.0.0"
578+
js-tokens "^4.0.0"
579+
485580
"@babel/parser@^7.15.4", "@babel/parser@^7.15.5", "@babel/parser@^7.7.2":
486581
version "7.15.7"
487582
resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.15.7.tgz#0c3ed4a2eb07b165dfa85b3cc45c727334c4edae"
@@ -497,6 +592,11 @@
497592
resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.17.10.tgz#873b16db82a8909e0fbd7f115772f4b739f6ce78"
498593
integrity sha512-n2Q6i+fnJqzOaq2VkdXxy2TCPCWQZHiCo0XqmrCvDWcZQKRyZzYi4Z0yxlBuN0w+r2ZHmre+Q087DSrw3pbJDQ==
499594

595+
"@babel/parser@^7.18.10", "@babel/parser@^7.19.4":
596+
version "7.19.4"
597+
resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.19.4.tgz#03c4339d2b8971eb3beca5252bafd9b9f79db3dc"
598+
integrity sha512-qpVT7gtuOLjWeDTKLkJ6sryqLliBaFpAtGeqw5cs5giLldvh+Ch0plqnUMKoVAUS6ZEueQQiZV+p5pxtPitEsA==
599+
500600
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.7":
501601
version "7.16.7"
502602
resolved "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.16.7.tgz#4eda6d6c2a0aa79c70fa7b6da67763dfe2141050"
@@ -903,7 +1003,17 @@
9031003
"@babel/helper-plugin-utils" "^7.16.7"
9041004
babel-plugin-dynamic-import-node "^2.3.3"
9051005

906-
"@babel/[email protected]", "@babel/plugin-transform-modules-commonjs@^7.17.9":
1006+
1007+
version "7.18.6"
1008+
resolved "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.18.6.tgz#afd243afba166cca69892e24a8fd8c9f2ca87883"
1009+
integrity sha512-Qfv2ZOWikpvmedXQJDSbxNqy7Xr/j2Y8/KfijM0iJyKkBTmWuvCA1yeH1yDM7NJhBW/2aXxeucLj6i80/LAJ/Q==
1010+
dependencies:
1011+
"@babel/helper-module-transforms" "^7.18.6"
1012+
"@babel/helper-plugin-utils" "^7.18.6"
1013+
"@babel/helper-simple-access" "^7.18.6"
1014+
babel-plugin-dynamic-import-node "^2.3.3"
1015+
1016+
"@babel/plugin-transform-modules-commonjs@^7.17.9":
9071017
version "7.17.9"
9081018
resolved "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.17.9.tgz#274be1a2087beec0254d4abd4d86e52442e1e5b6"
9091019
integrity sha512-2TBFd/r2I6VlYn0YRTz2JdazS+FoUuQ2rIFHoAxtyP/0G3D82SBLaRq9rnUkpqlLg03Byfl/+M32mpxjO6KaPw==
@@ -1178,6 +1288,15 @@
11781288
"@babel/parser" "^7.16.7"
11791289
"@babel/types" "^7.16.7"
11801290

1291+
"@babel/template@^7.18.10":
1292+
version "7.18.10"
1293+
resolved "https://registry.npmjs.org/@babel/template/-/template-7.18.10.tgz#6f9134835970d1dbf0835c0d100c9f38de0c5e71"
1294+
integrity sha512-TI+rCtooWHr3QJ27kJxfjutghu44DLnasDMwpDqCXVTal9RLp3RSYNh4NdBrRP2cQAoG9A8juOQl6P6oZG4JxA==
1295+
dependencies:
1296+
"@babel/code-frame" "^7.18.6"
1297+
"@babel/parser" "^7.18.10"
1298+
"@babel/types" "^7.18.10"
1299+
11811300
"@babel/traverse@^7.13.0", "@babel/traverse@^7.15.4", "@babel/traverse@^7.7.2":
11821301
version "7.15.4"
11831302
resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.15.4.tgz#ff8510367a144bfbff552d9e18e28f3e2889c22d"
@@ -1225,6 +1344,22 @@
12251344
debug "^4.1.0"
12261345
globals "^11.1.0"
12271346

1347+
"@babel/traverse@^7.19.0":
1348+
version "7.19.4"
1349+
resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.19.4.tgz#f117820e18b1e59448a6c1fa9d0ff08f7ac459a8"
1350+
integrity sha512-w3K1i+V5u2aJUOXBFFC5pveFLmtq1s3qcdDNC2qRI6WPBQIDaKFqXxDEqDO/h1dQ3HjsZoZMyIy6jGLq0xtw+g==
1351+
dependencies:
1352+
"@babel/code-frame" "^7.18.6"
1353+
"@babel/generator" "^7.19.4"
1354+
"@babel/helper-environment-visitor" "^7.18.9"
1355+
"@babel/helper-function-name" "^7.19.0"
1356+
"@babel/helper-hoist-variables" "^7.18.6"
1357+
"@babel/helper-split-export-declaration" "^7.18.6"
1358+
"@babel/parser" "^7.19.4"
1359+
"@babel/types" "^7.19.4"
1360+
debug "^4.1.0"
1361+
globals "^11.1.0"
1362+
12281363
"@babel/types@^7.0.0", "@babel/types@^7.15.4", "@babel/types@^7.15.6", "@babel/types@^7.3.0", "@babel/types@^7.4.4":
12291364
version "7.15.6"
12301365
resolved "https://registry.npmjs.org/@babel/types/-/types-7.15.6.tgz#99abdc48218b2881c058dd0a7ab05b99c9be758f"
@@ -1257,6 +1392,15 @@
12571392
"@babel/helper-validator-identifier" "^7.16.7"
12581393
to-fast-properties "^2.0.0"
12591394

1395+
"@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.19.0", "@babel/types@^7.19.4":
1396+
version "7.19.4"
1397+
resolved "https://registry.npmjs.org/@babel/types/-/types-7.19.4.tgz#0dd5c91c573a202d600490a35b33246fed8a41c7"
1398+
integrity sha512-M5LK7nAeS6+9j7hAq+b3fQs+pNfUtTGq+yFFfHnauFA8zQtLRfmuipmsKDKKLuyG+wC8ABW43A153YNawNTEtw==
1399+
dependencies:
1400+
"@babel/helper-string-parser" "^7.19.4"
1401+
"@babel/helper-validator-identifier" "^7.19.1"
1402+
to-fast-properties "^2.0.0"
1403+
12601404
"@changesets/apply-release-plan@^6.1.1":
12611405
version "6.1.1"
12621406
resolved "https://registry.npmjs.org/@changesets/apply-release-plan/-/apply-release-plan-6.1.1.tgz#14ec261c11c9b90d110a83b8b96412ddb7303ddf"
@@ -1705,7 +1849,7 @@
17051849
"@jridgewell/set-array" "^1.0.0"
17061850
"@jridgewell/sourcemap-codec" "^1.4.10"
17071851

1708-
"@jridgewell/gen-mapping@^0.3.0":
1852+
"@jridgewell/gen-mapping@^0.3.0", "@jridgewell/gen-mapping@^0.3.2":
17091853
version "0.3.2"
17101854
resolved "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz#c1aedc61e853f2bb9f5dfe6d4442d3b565b253b9"
17111855
integrity sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==

0 commit comments

Comments
 (0)