Skip to content

Commit 75695d6

Browse files
committed
chore(deps): update babel monorepo
1 parent b2bb56f commit 75695d6

File tree

2 files changed

+155
-42
lines changed

2 files changed

+155
-42
lines changed

gatsby-source-graphcms/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,18 @@
1616
],
1717
"license": "MIT",
1818
"dependencies": {
19-
"@babel/runtime": "7.16.7",
19+
"@babel/runtime": "7.17.2",
2020
"gatsby-core-utils": "3.4.0",
2121
"gatsby-graphql-source-toolkit": "^2.0.1",
2222
"gatsby-source-filesystem": "4.4.0",
2323
"he": "1.2.0",
2424
"node-fetch": "2.6.1"
2525
},
2626
"devDependencies": {
27-
"@babel/cli": "7.16.7",
28-
"@babel/core": "7.16.7",
29-
"@babel/plugin-transform-runtime": "7.16.7",
30-
"@babel/preset-env": "7.16.7"
27+
"@babel/cli": "7.17.0",
28+
"@babel/core": "7.17.2",
29+
"@babel/plugin-transform-runtime": "7.17.0",
30+
"@babel/preset-env": "7.16.11"
3131
},
3232
"peerDependencies": {
3333
"gatsby": "^4.0.0",

yarn.lock

Lines changed: 150 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,24 @@
22
# yarn lockfile v1
33

44

5+
"@ampproject/remapping@^2.0.0":
6+
version "2.1.0"
7+
resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.1.0.tgz#72becdf17ee44b2d1ac5651fb12f1952c336fe23"
8+
integrity sha512-d5RysTlJ7hmw5Tw4UxgxcY3lkMe92n8sXCcuLPAyIAHK6j8DefDwtGnVVDgOnv+RnEosulDJ9NPKQL27bDId0g==
9+
dependencies:
10+
"@jridgewell/trace-mapping" "^0.3.0"
11+
512
"@ardatan/[email protected]":
613
version "0.0.6"
714
resolved "https://registry.yarnpkg.com/@ardatan/aggregate-error/-/aggregate-error-0.0.6.tgz#fe6924771ea40fc98dc7a7045c2e872dc8527609"
815
integrity sha512-vyrkEHG1jrukmzTPtyWB4NLPauUw5bQeg4uhn8f+1SSynmrOcyvlb1GKQjjgoBzElLdfXCRYX8UnBlhklOHYRQ==
916
dependencies:
1017
tslib "~2.0.1"
1118

12-
"@babel/cli@7.16.7":
13-
version "7.16.7"
14-
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.16.7.tgz#4184b5ec6a22106e9dd64bbcaa2eb22675ff595d"
15-
integrity sha512-0iBF+G2Qml0y3mY5dirolyToLSR88a/KB6F2Gm8J/lOnyL8wbEOHak0DHF8gjc9XZGgTDGv/jYXNiapvsYyHTA==
19+
"@babel/cli@7.17.0":
20+
version "7.17.0"
21+
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.17.0.tgz#9b932d8f08a2e218fcdd9bba456044eb0a2e0b2c"
22+
integrity sha512-es10YH/ejXbg551vtnmEzIPe3MQRNOS644o3pf8vUr1tIeNzVNlP8BBvs1Eh7roh5A+k2fEHUas+ZptOWHA1fQ==
1623
dependencies:
1724
commander "^4.0.1"
1825
convert-source-map "^1.1.0"
@@ -95,7 +102,28 @@
95102
semver "^5.4.1"
96103
source-map "^0.5.0"
97104

98-
"@babel/[email protected]", "@babel/core@^7.15.5":
105+
106+
version "7.17.2"
107+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.17.2.tgz#2c77fc430e95139d816d39b113b31bf40fb22337"
108+
integrity sha512-R3VH5G42VSDolRHyUO4V2cfag8WHcZyxdq5Z/m8Xyb92lW/Erm/6kM+XtRFGf3Mulre3mveni2NHfEUws8wSvw==
109+
dependencies:
110+
"@ampproject/remapping" "^2.0.0"
111+
"@babel/code-frame" "^7.16.7"
112+
"@babel/generator" "^7.17.0"
113+
"@babel/helper-compilation-targets" "^7.16.7"
114+
"@babel/helper-module-transforms" "^7.16.7"
115+
"@babel/helpers" "^7.17.2"
116+
"@babel/parser" "^7.17.0"
117+
"@babel/template" "^7.16.7"
118+
"@babel/traverse" "^7.17.0"
119+
"@babel/types" "^7.17.0"
120+
convert-source-map "^1.7.0"
121+
debug "^4.1.0"
122+
gensync "^1.0.0-beta.2"
123+
json5 "^2.1.2"
124+
semver "^6.3.0"
125+
126+
"@babel/core@^7.15.5":
99127
version "7.16.7"
100128
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.16.7.tgz#db990f931f6d40cb9b87a0dc7d2adc749f1dcbcf"
101129
integrity sha512-aeLaqcqThRNZYmbMqtulsetOQZ/5gbR/dWruUCJcpas4Qoyy+QeagfDsPdMrqwsPRDNxJvBlRiZxxX7THO7qtA==
@@ -134,6 +162,15 @@
134162
jsesc "^2.5.1"
135163
source-map "^0.5.0"
136164

165+
"@babel/generator@^7.17.0":
166+
version "7.17.0"
167+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.17.0.tgz#7bd890ba706cd86d3e2f727322346ffdbf98f65e"
168+
integrity sha512-I3Omiv6FGOC29dtlZhkfXO6pgkmukJSlT26QjVvS1DGZe/NzSVCPG41X0tS21oZkJYlovfj9qDWgKP+Cn4bXxw==
169+
dependencies:
170+
"@babel/types" "^7.17.0"
171+
jsesc "^2.5.1"
172+
source-map "^0.5.0"
173+
137174
"@babel/helper-annotate-as-pure@^7.16.7":
138175
version "7.16.7"
139176
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.7.tgz#bb2339a7534a9c128e3102024c60760a3a7f3862"
@@ -159,6 +196,19 @@
159196
browserslist "^4.17.5"
160197
semver "^6.3.0"
161198

199+
"@babel/helper-create-class-features-plugin@^7.16.10":
200+
version "7.17.1"
201+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.17.1.tgz#9699f14a88833a7e055ce57dcd3ffdcd25186b21"
202+
integrity sha512-JBdSr/LtyYIno/pNnJ75lBcqc3Z1XXujzPanHqjvvrhOA+DTceTFuJi8XjmWTZh4r3fsdfqaCMN0iZemdkxZHQ==
203+
dependencies:
204+
"@babel/helper-annotate-as-pure" "^7.16.7"
205+
"@babel/helper-environment-visitor" "^7.16.7"
206+
"@babel/helper-function-name" "^7.16.7"
207+
"@babel/helper-member-expression-to-functions" "^7.16.7"
208+
"@babel/helper-optimise-call-expression" "^7.16.7"
209+
"@babel/helper-replace-supers" "^7.16.7"
210+
"@babel/helper-split-export-declaration" "^7.16.7"
211+
162212
"@babel/helper-create-class-features-plugin@^7.16.7":
163213
version "7.16.7"
164214
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.16.7.tgz#9c5b34b53a01f2097daf10678d65135c1b9f84ba"
@@ -346,6 +396,15 @@
346396
"@babel/traverse" "^7.16.7"
347397
"@babel/types" "^7.16.7"
348398

399+
"@babel/helpers@^7.17.2":
400+
version "7.17.2"
401+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.17.2.tgz#23f0a0746c8e287773ccd27c14be428891f63417"
402+
integrity sha512-0Qu7RLR1dILozr/6M0xgj+DFPmi6Bnulgm9M8BVa9ZCWxDqlSnqt3cf8IDPB5m45sVXUZ0kuQAgUrdSFFH79fQ==
403+
dependencies:
404+
"@babel/template" "^7.16.7"
405+
"@babel/traverse" "^7.17.0"
406+
"@babel/types" "^7.17.0"
407+
349408
"@babel/highlight@^7.10.4", "@babel/highlight@^7.16.7":
350409
version "7.16.7"
351410
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.16.7.tgz#81a01d7d675046f0d96f82450d9d9578bdfd6b0b"
@@ -360,6 +419,11 @@
360419
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.8.tgz#61c243a3875f7d0b0962b0543a33ece6ff2f1f17"
361420
integrity sha512-i7jDUfrVBWc+7OKcBzEe5n7fbv3i2fWtxKzzCvOjnzSxMfWMigAhtfJ7qzZNGFNMsCCd67+uz553dYKWXPvCKw==
362421

422+
"@babel/parser@^7.17.0":
423+
version "7.17.0"
424+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.0.tgz#f0ac33eddbe214e4105363bb17c3341c5ffcc43c"
425+
integrity sha512-VKXSCQx5D8S04ej+Dqsr1CzYvvWgf20jIw2D+YhQCrIlr2UZGaDds23Y0xg75/skOxpLCRpUZvk/1EAVkGoDOw==
426+
363427
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.7":
364428
version "7.16.7"
365429
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.16.7.tgz#4eda6d6c2a0aa79c70fa7b6da67763dfe2141050"
@@ -376,7 +440,7 @@
376440
"@babel/helper-skip-transparent-expression-wrappers" "^7.16.0"
377441
"@babel/plugin-proposal-optional-chaining" "^7.16.7"
378442

379-
"@babel/plugin-proposal-async-generator-functions@^7.16.7", "@babel/plugin-proposal-async-generator-functions@^7.16.8":
443+
"@babel/plugin-proposal-async-generator-functions@^7.16.8":
380444
version "7.16.8"
381445
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.16.8.tgz#3bdd1ebbe620804ea9416706cd67d60787504bc8"
382446
integrity sha512-71YHIvMuiuqWJQkebWJtdhQTfd4Q4mF76q2IX37uZPkG9+olBxsX+rH1vkhFto4UeJZ9dPY2s+mDvhDm1u2BGQ==
@@ -496,6 +560,14 @@
496560
"@babel/helper-skip-transparent-expression-wrappers" "^7.16.0"
497561
"@babel/plugin-syntax-optional-chaining" "^7.8.3"
498562

563+
"@babel/plugin-proposal-private-methods@^7.16.11":
564+
version "7.16.11"
565+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.16.11.tgz#e8df108288555ff259f4527dbe84813aac3a1c50"
566+
integrity sha512-F/2uAkPlXDr8+BHpZvo19w3hLFKge+k75XUprE6jaqKxjGkSYcK+4c+bup5PdW/7W/Rpjwql7FTVEDW+fRAQsw==
567+
dependencies:
568+
"@babel/helper-create-class-features-plugin" "^7.16.10"
569+
"@babel/helper-plugin-utils" "^7.16.7"
570+
499571
"@babel/plugin-proposal-private-methods@^7.16.7":
500572
version "7.16.7"
501573
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.16.7.tgz#e418e3aa6f86edd6d327ce84eff188e479f571e0"
@@ -655,7 +727,7 @@
655727
dependencies:
656728
"@babel/helper-plugin-utils" "^7.16.7"
657729

658-
"@babel/plugin-transform-async-to-generator@^7.16.7", "@babel/plugin-transform-async-to-generator@^7.16.8":
730+
"@babel/plugin-transform-async-to-generator@^7.16.8":
659731
version "7.16.8"
660732
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.16.8.tgz#b83dff4b970cf41f1b819f8b49cc0cfbaa53a808"
661733
integrity sha512-MtmUmTJQHCnyJVrScNzNlofQJ3dLFuobYn3mwOTKHnSCMtbNsqvF71GQmJfFjdrXSsAA7iysFmYWw4bXZ20hOg==
@@ -768,7 +840,7 @@
768840
"@babel/helper-plugin-utils" "^7.16.7"
769841
babel-plugin-dynamic-import-node "^2.3.3"
770842

771-
"@babel/plugin-transform-modules-commonjs@^7.16.7", "@babel/plugin-transform-modules-commonjs@^7.16.8":
843+
"@babel/plugin-transform-modules-commonjs@^7.16.8":
772844
version "7.16.8"
773845
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.16.8.tgz#cdee19aae887b16b9d331009aa9a219af7c86afe"
774846
integrity sha512-oflKPvsLT2+uKQopesJt3ApiaIS2HW+hzHFcwRNtyDGieAeC/dIHZX8buJQ2J2X1rxGPy4eRcUijm3qcSPjYcA==
@@ -797,7 +869,7 @@
797869
"@babel/helper-module-transforms" "^7.16.7"
798870
"@babel/helper-plugin-utils" "^7.16.7"
799871

800-
"@babel/plugin-transform-named-capturing-groups-regex@^7.16.7", "@babel/plugin-transform-named-capturing-groups-regex@^7.16.8":
872+
"@babel/plugin-transform-named-capturing-groups-regex@^7.16.8":
801873
version "7.16.8"
802874
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.16.8.tgz#7f860e0e40d844a02c9dcf9d84965e7dfd666252"
803875
integrity sha512-j3Jw+n5PvpmhRR+mrgIh04puSANCk/T/UA3m3P1MjJkhlK906+ApHhDIqBQDdOgL/r1UYpz4GNclTXxyZrYGSw==
@@ -880,15 +952,15 @@
880952
dependencies:
881953
"@babel/helper-plugin-utils" "^7.16.7"
882954

883-
"@babel/plugin-transform-runtime@7.16.7":
884-
version "7.16.7"
885-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.16.7.tgz#1da184cb83a2287a01956c10c60e66dd503c18aa"
886-
integrity sha512-2FoHiSAWkdq4L06uaDN3rS43i6x28desUVxq+zAFuE6kbWYQeiLPJI5IC7Sg9xKYVcrBKSQkVUfH6aeQYbl9QA==
955+
"@babel/plugin-transform-runtime@7.17.0":
956+
version "7.17.0"
957+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.17.0.tgz#0a2e08b5e2b2d95c4b1d3b3371a2180617455b70"
958+
integrity sha512-fr7zPWnKXNc1xoHfrIU9mN/4XKX4VLZ45Q+oMhfsYIaHvg7mHgmhfOy/ckRWqDK7XF3QDigRpkh5DKq6+clE8A==
887959
dependencies:
888960
"@babel/helper-module-imports" "^7.16.7"
889961
"@babel/helper-plugin-utils" "^7.16.7"
890962
babel-plugin-polyfill-corejs2 "^0.3.0"
891-
babel-plugin-polyfill-corejs3 "^0.4.0"
963+
babel-plugin-polyfill-corejs3 "^0.5.0"
892964
babel-plugin-polyfill-regenerator "^0.3.0"
893965
semver "^6.3.0"
894966

@@ -964,18 +1036,18 @@
9641036
"@babel/helper-create-regexp-features-plugin" "^7.16.7"
9651037
"@babel/helper-plugin-utils" "^7.16.7"
9661038

967-
"@babel/[email protected].7":
968-
version "7.16.7"
969-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.16.7.tgz#c491088856d0b3177822a2bf06cb74d76327aa56"
970-
integrity sha512-urX3Cee4aOZbRWOSa3mKPk0aqDikfILuo+C7qq7HY0InylGNZ1fekq9jmlr3pLWwZHF4yD7heQooc2Pow2KMyQ==
1039+
"@babel/[email protected].11":
1040+
version "7.16.11"
1041+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.16.11.tgz#5dd88fd885fae36f88fd7c8342475c9f0abe2982"
1042+
integrity sha512-qcmWG8R7ZW6WBRPZK//y+E3Cli151B20W1Rv7ln27vuPaXU/8TKms6jFdiJtF7UDTxcrb7mZd88tAeK9LjdT8g==
9711043
dependencies:
972-
"@babel/compat-data" "^7.16.4"
1044+
"@babel/compat-data" "^7.16.8"
9731045
"@babel/helper-compilation-targets" "^7.16.7"
9741046
"@babel/helper-plugin-utils" "^7.16.7"
9751047
"@babel/helper-validator-option" "^7.16.7"
9761048
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.16.7"
9771049
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.16.7"
978-
"@babel/plugin-proposal-async-generator-functions" "^7.16.7"
1050+
"@babel/plugin-proposal-async-generator-functions" "^7.16.8"
9791051
"@babel/plugin-proposal-class-properties" "^7.16.7"
9801052
"@babel/plugin-proposal-class-static-block" "^7.16.7"
9811053
"@babel/plugin-proposal-dynamic-import" "^7.16.7"
@@ -987,7 +1059,7 @@
9871059
"@babel/plugin-proposal-object-rest-spread" "^7.16.7"
9881060
"@babel/plugin-proposal-optional-catch-binding" "^7.16.7"
9891061
"@babel/plugin-proposal-optional-chaining" "^7.16.7"
990-
"@babel/plugin-proposal-private-methods" "^7.16.7"
1062+
"@babel/plugin-proposal-private-methods" "^7.16.11"
9911063
"@babel/plugin-proposal-private-property-in-object" "^7.16.7"
9921064
"@babel/plugin-proposal-unicode-property-regex" "^7.16.7"
9931065
"@babel/plugin-syntax-async-generators" "^7.8.4"
@@ -1005,7 +1077,7 @@
10051077
"@babel/plugin-syntax-private-property-in-object" "^7.14.5"
10061078
"@babel/plugin-syntax-top-level-await" "^7.14.5"
10071079
"@babel/plugin-transform-arrow-functions" "^7.16.7"
1008-
"@babel/plugin-transform-async-to-generator" "^7.16.7"
1080+
"@babel/plugin-transform-async-to-generator" "^7.16.8"
10091081
"@babel/plugin-transform-block-scoped-functions" "^7.16.7"
10101082
"@babel/plugin-transform-block-scoping" "^7.16.7"
10111083
"@babel/plugin-transform-classes" "^7.16.7"
@@ -1019,10 +1091,10 @@
10191091
"@babel/plugin-transform-literals" "^7.16.7"
10201092
"@babel/plugin-transform-member-expression-literals" "^7.16.7"
10211093
"@babel/plugin-transform-modules-amd" "^7.16.7"
1022-
"@babel/plugin-transform-modules-commonjs" "^7.16.7"
1094+
"@babel/plugin-transform-modules-commonjs" "^7.16.8"
10231095
"@babel/plugin-transform-modules-systemjs" "^7.16.7"
10241096
"@babel/plugin-transform-modules-umd" "^7.16.7"
1025-
"@babel/plugin-transform-named-capturing-groups-regex" "^7.16.7"
1097+
"@babel/plugin-transform-named-capturing-groups-regex" "^7.16.8"
10261098
"@babel/plugin-transform-new-target" "^7.16.7"
10271099
"@babel/plugin-transform-object-super" "^7.16.7"
10281100
"@babel/plugin-transform-parameters" "^7.16.7"
@@ -1037,11 +1109,11 @@
10371109
"@babel/plugin-transform-unicode-escapes" "^7.16.7"
10381110
"@babel/plugin-transform-unicode-regex" "^7.16.7"
10391111
"@babel/preset-modules" "^0.1.5"
1040-
"@babel/types" "^7.16.7"
1112+
"@babel/types" "^7.16.8"
10411113
babel-plugin-polyfill-corejs2 "^0.3.0"
1042-
babel-plugin-polyfill-corejs3 "^0.4.0"
1114+
babel-plugin-polyfill-corejs3 "^0.5.0"
10431115
babel-plugin-polyfill-regenerator "^0.3.0"
1044-
core-js-compat "^3.19.1"
1116+
core-js-compat "^3.20.2"
10451117
semver "^6.3.0"
10461118

10471119
"@babel/preset-env@^7.15.4":
@@ -1164,7 +1236,14 @@
11641236
core-js-pure "^3.20.2"
11651237
regenerator-runtime "^0.13.4"
11661238

1167-
"@babel/[email protected]", "@babel/runtime@^7.10.0", "@babel/runtime@^7.10.2", "@babel/runtime@^7.15.4", "@babel/runtime@^7.16.3", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2":
1239+
1240+
version "7.17.2"
1241+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.17.2.tgz#66f68591605e59da47523c631416b18508779941"
1242+
integrity sha512-hzeyJyMA1YGdJTuWU0e/j4wKXrU4OMFvY2MSlaI9B7VQb0r5cxTE3EAIS2Q7Tn2RIcDkRvTA/v2JsAEhxe99uw==
1243+
dependencies:
1244+
regenerator-runtime "^0.13.4"
1245+
1246+
"@babel/runtime@^7.10.0", "@babel/runtime@^7.10.2", "@babel/runtime@^7.15.4", "@babel/runtime@^7.16.3", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2":
11681247
version "7.16.7"
11691248
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.16.7.tgz#03ff99f64106588c9c403c6ecb8c3bafbbdff1fa"
11701249
integrity sha512-9E9FJowqAsytyOY6LG+1KuueckRL+aQW+mKvXRXnuFGyRAyepJPmEo9vgMfXUA6O9u3IeEdv9MAkppFcaQwogQ==
@@ -1201,6 +1280,22 @@
12011280
debug "^4.1.0"
12021281
globals "^11.1.0"
12031282

1283+
"@babel/traverse@^7.17.0":
1284+
version "7.17.0"
1285+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.17.0.tgz#3143e5066796408ccc880a33ecd3184f3e75cd30"
1286+
integrity sha512-fpFIXvqD6kC7c7PUNnZ0Z8cQXlarCLtCUpt2S1Dx7PjoRtCFffvOkHHSom+m5HIxMZn5bIBVb71lhabcmjEsqg==
1287+
dependencies:
1288+
"@babel/code-frame" "^7.16.7"
1289+
"@babel/generator" "^7.17.0"
1290+
"@babel/helper-environment-visitor" "^7.16.7"
1291+
"@babel/helper-function-name" "^7.16.7"
1292+
"@babel/helper-hoist-variables" "^7.16.7"
1293+
"@babel/helper-split-export-declaration" "^7.16.7"
1294+
"@babel/parser" "^7.17.0"
1295+
"@babel/types" "^7.17.0"
1296+
debug "^4.1.0"
1297+
globals "^11.1.0"
1298+
12041299
"@babel/types@^7.0.0-beta.49", "@babel/types@^7.10.5", "@babel/types@^7.12.7", "@babel/types@^7.15.4", "@babel/types@^7.16.0", "@babel/types@^7.16.7", "@babel/types@^7.16.8", "@babel/types@^7.4.4":
12051300
version "7.16.8"
12061301
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.16.8.tgz#0ba5da91dd71e0a4e7781a30f22770831062e3c1"
@@ -1209,6 +1304,14 @@
12091304
"@babel/helper-validator-identifier" "^7.16.7"
12101305
to-fast-properties "^2.0.0"
12111306

1307+
"@babel/types@^7.17.0":
1308+
version "7.17.0"
1309+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.17.0.tgz#a826e368bccb6b3d84acd76acad5c0d87342390b"
1310+
integrity sha512-TmKSNO4D5rzhL5bjWFcVHHLETzfQ/AmbKpKPOSjlP0WoHZ6L911fgoOKY4Alp/emzG4cHJdyN49zpgkbXFEHHw==
1311+
dependencies:
1312+
"@babel/helper-validator-identifier" "^7.16.7"
1313+
to-fast-properties "^2.0.0"
1314+
12121315
"@endemolshinegroup/[email protected]":
12131316
version "3.0.2"
12141317
resolved "https://registry.yarnpkg.com/@endemolshinegroup/cosmiconfig-typescript-loader/-/cosmiconfig-typescript-loader-3.0.2.tgz#eea4635828dde372838b0909693ebd9aafeec22d"
@@ -1784,6 +1887,24 @@
17841887
"@babel/runtime" "^7.7.2"
17851888
regenerator-runtime "^0.13.3"
17861889

1890+
"@jridgewell/resolve-uri@^3.0.3":
1891+
version "3.0.4"
1892+
resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.0.4.tgz#b876e3feefb9c8d3aa84014da28b5e52a0640d72"
1893+
integrity sha512-cz8HFjOFfUBtvN+NXYSFMHYRdxZMaEl0XypVrhzxBgadKIXhIkRd8aMeHhmF56Sl7SuS8OnUpQ73/k9LE4VnLg==
1894+
1895+
"@jridgewell/sourcemap-codec@^1.4.10":
1896+
version "1.4.10"
1897+
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.10.tgz#baf57b4e2a690d4f38560171f91783656b7f8186"
1898+
integrity sha512-Ht8wIW5v165atIX1p+JvKR5ONzUyF4Ac8DZIQ5kZs9zrb6M8SJNXpx1zn04rn65VjBMygRoMXcyYwNK0fT7bEg==
1899+
1900+
"@jridgewell/trace-mapping@^0.3.0":
1901+
version "0.3.2"
1902+
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.2.tgz#e051581782a770c30ba219634f2019241c5d3cde"
1903+
integrity sha512-9KzzH4kMjA2XmBRHfqG2/Vtl7s92l6uNDd0wW7frDE+EUvQFGqNXhWp0UGJjSkt3v2AYjzOZn1QO9XaTNJIt1Q==
1904+
dependencies:
1905+
"@jridgewell/resolve-uri" "^3.0.3"
1906+
"@jridgewell/sourcemap-codec" "^1.4.10"
1907+
17871908
17881909
version "1.6.22"
17891910
resolved "https://registry.yarnpkg.com/@mdx-js/mdx/-/mdx-1.6.22.tgz#8a723157bf90e78f17dc0f27995398e6c731f1ba"
@@ -2893,14 +3014,6 @@ babel-plugin-polyfill-corejs2@^0.3.0:
28933014
"@babel/helper-define-polyfill-provider" "^0.3.0"
28943015
semver "^6.1.1"
28953016

2896-
babel-plugin-polyfill-corejs3@^0.4.0:
2897-
version "0.4.0"
2898-
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.4.0.tgz#0b571f4cf3d67f911512f5c04842a7b8e8263087"
2899-
integrity sha512-YxFreYwUfglYKdLUGvIF2nJEsGwj+RhWSX/ije3D2vQPOXuyMLMtg/cCGMDpOA7Nd+MwlNdnGODbd2EwUZPlsw==
2900-
dependencies:
2901-
"@babel/helper-define-polyfill-provider" "^0.3.0"
2902-
core-js-compat "^3.18.0"
2903-
29043017
babel-plugin-polyfill-corejs3@^0.5.0:
29053018
version "0.5.0"
29063019
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.5.0.tgz#f81371be3fe499d39e074e272a1ef86533f3d268"
@@ -3750,7 +3863,7 @@ [email protected]:
37503863
browserslist "^4.16.3"
37513864
semver "7.0.0"
37523865

3753-
core-js-compat@^3.18.0, core-js-compat@^3.19.1, core-js-compat@^3.20.0, core-js-compat@^3.20.2:
3866+
core-js-compat@^3.20.0, core-js-compat@^3.20.2:
37543867
version "3.20.2"
37553868
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.20.2.tgz#d1ff6936c7330959b46b2e08b122a8b14e26140b"
37563869
integrity sha512-qZEzVQ+5Qh6cROaTPFLNS4lkvQ6mBzE3R6A6EEpssj7Zr2egMHgsy4XapdifqJDGC9CBiNv7s+ejI96rLNQFdg==

0 commit comments

Comments
 (0)