Skip to content

Commit 47f7c90

Browse files
committed
chore(deps): update babel monorepo
1 parent b2bb56f commit 47f7c90

File tree

2 files changed

+156
-42
lines changed

2 files changed

+156
-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.3",
28+
"@babel/core": "7.17.5",
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: 151 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,26 @@
22
# yarn lockfile v1
33

44

5+
"@ampproject/remapping@^2.1.0":
6+
version "2.1.2"
7+
resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.1.2.tgz#4edca94973ded9630d20101cd8559cedb8d8bd34"
8+
integrity sha512-hoyByceqwKirw7w3Z7gnIIZC3Wx3J484Y3L/cMpXFbr7d9ZQj2mODrirNzcJa+SM3UlpWXYvKV4RlRpFXlWgXg==
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.3":
20+
version "7.17.3"
21+
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.17.3.tgz#0ccb93a348d0e3a4ff8776a63dbeefd329f7b3cc"
22+
integrity sha512-1+WRlh1IqLocOp122CLx4if345RSHMspwIZNJTlqG/GA46HVZC6p49N1kolfdd2/GOdr+tu4nScbAR3ACJ2ZiA==
1623
dependencies:
24+
"@jridgewell/trace-mapping" "^0.3.4"
1725
commander "^4.0.1"
1826
convert-source-map "^1.1.0"
1927
fs-readdir-recursive "^1.1.0"
@@ -95,7 +103,28 @@
95103
semver "^5.4.1"
96104
source-map "^0.5.0"
97105

98-
"@babel/[email protected]", "@babel/core@^7.15.5":
106+
107+
version "7.17.5"
108+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.17.5.tgz#6cd2e836058c28f06a4ca8ee7ed955bbf37c8225"
109+
integrity sha512-/BBMw4EvjmyquN5O+t5eh0+YqB3XXJkYD2cjKpYtWOfFy4lQ4UozNSmxAcWT8r2XtZs0ewG+zrfsqeR15i1ajA==
110+
dependencies:
111+
"@ampproject/remapping" "^2.1.0"
112+
"@babel/code-frame" "^7.16.7"
113+
"@babel/generator" "^7.17.3"
114+
"@babel/helper-compilation-targets" "^7.16.7"
115+
"@babel/helper-module-transforms" "^7.16.7"
116+
"@babel/helpers" "^7.17.2"
117+
"@babel/parser" "^7.17.3"
118+
"@babel/template" "^7.16.7"
119+
"@babel/traverse" "^7.17.3"
120+
"@babel/types" "^7.17.0"
121+
convert-source-map "^1.7.0"
122+
debug "^4.1.0"
123+
gensync "^1.0.0-beta.2"
124+
json5 "^2.1.2"
125+
semver "^6.3.0"
126+
127+
"@babel/core@^7.15.5":
99128
version "7.16.7"
100129
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.16.7.tgz#db990f931f6d40cb9b87a0dc7d2adc749f1dcbcf"
101130
integrity sha512-aeLaqcqThRNZYmbMqtulsetOQZ/5gbR/dWruUCJcpas4Qoyy+QeagfDsPdMrqwsPRDNxJvBlRiZxxX7THO7qtA==
@@ -134,6 +163,15 @@
134163
jsesc "^2.5.1"
135164
source-map "^0.5.0"
136165

166+
"@babel/generator@^7.17.3":
167+
version "7.17.3"
168+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.17.3.tgz#a2c30b0c4f89858cb87050c3ffdfd36bdf443200"
169+
integrity sha512-+R6Dctil/MgUsZsZAkYgK+ADNSZzJRRy0TvY65T71z/CR854xHQ1EweBYXdfT+HNeN7w0cSJJEzgxZMv40pxsg==
170+
dependencies:
171+
"@babel/types" "^7.17.0"
172+
jsesc "^2.5.1"
173+
source-map "^0.5.0"
174+
137175
"@babel/helper-annotate-as-pure@^7.16.7":
138176
version "7.16.7"
139177
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.7.tgz#bb2339a7534a9c128e3102024c60760a3a7f3862"
@@ -159,6 +197,19 @@
159197
browserslist "^4.17.5"
160198
semver "^6.3.0"
161199

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

400+
"@babel/helpers@^7.17.2":
401+
version "7.17.2"
402+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.17.2.tgz#23f0a0746c8e287773ccd27c14be428891f63417"
403+
integrity sha512-0Qu7RLR1dILozr/6M0xgj+DFPmi6Bnulgm9M8BVa9ZCWxDqlSnqt3cf8IDPB5m45sVXUZ0kuQAgUrdSFFH79fQ==
404+
dependencies:
405+
"@babel/template" "^7.16.7"
406+
"@babel/traverse" "^7.17.0"
407+
"@babel/types" "^7.17.0"
408+
349409
"@babel/highlight@^7.10.4", "@babel/highlight@^7.16.7":
350410
version "7.16.7"
351411
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.16.7.tgz#81a01d7d675046f0d96f82450d9d9578bdfd6b0b"
@@ -360,6 +420,11 @@
360420
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.8.tgz#61c243a3875f7d0b0962b0543a33ece6ff2f1f17"
361421
integrity sha512-i7jDUfrVBWc+7OKcBzEe5n7fbv3i2fWtxKzzCvOjnzSxMfWMigAhtfJ7qzZNGFNMsCCd67+uz553dYKWXPvCKw==
362422

423+
"@babel/parser@^7.17.3":
424+
version "7.17.3"
425+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.3.tgz#b07702b982990bf6fdc1da5049a23fece4c5c3d0"
426+
integrity sha512-7yJPvPV+ESz2IUTPbOL+YkIGyCqOyNIzdguKQuJGnH7bg1WTIifuM21YqokFt/THWh1AkCRn9IgoykTRCBVpzA==
427+
363428
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.7":
364429
version "7.16.7"
365430
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 +441,7 @@
376441
"@babel/helper-skip-transparent-expression-wrappers" "^7.16.0"
377442
"@babel/plugin-proposal-optional-chaining" "^7.16.7"
378443

379-
"@babel/plugin-proposal-async-generator-functions@^7.16.7", "@babel/plugin-proposal-async-generator-functions@^7.16.8":
444+
"@babel/plugin-proposal-async-generator-functions@^7.16.8":
380445
version "7.16.8"
381446
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.16.8.tgz#3bdd1ebbe620804ea9416706cd67d60787504bc8"
382447
integrity sha512-71YHIvMuiuqWJQkebWJtdhQTfd4Q4mF76q2IX37uZPkG9+olBxsX+rH1vkhFto4UeJZ9dPY2s+mDvhDm1u2BGQ==
@@ -496,6 +561,14 @@
496561
"@babel/helper-skip-transparent-expression-wrappers" "^7.16.0"
497562
"@babel/plugin-syntax-optional-chaining" "^7.8.3"
498563

564+
"@babel/plugin-proposal-private-methods@^7.16.11":
565+
version "7.16.11"
566+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.16.11.tgz#e8df108288555ff259f4527dbe84813aac3a1c50"
567+
integrity sha512-F/2uAkPlXDr8+BHpZvo19w3hLFKge+k75XUprE6jaqKxjGkSYcK+4c+bup5PdW/7W/Rpjwql7FTVEDW+fRAQsw==
568+
dependencies:
569+
"@babel/helper-create-class-features-plugin" "^7.16.10"
570+
"@babel/helper-plugin-utils" "^7.16.7"
571+
499572
"@babel/plugin-proposal-private-methods@^7.16.7":
500573
version "7.16.7"
501574
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.16.7.tgz#e418e3aa6f86edd6d327ce84eff188e479f571e0"
@@ -655,7 +728,7 @@
655728
dependencies:
656729
"@babel/helper-plugin-utils" "^7.16.7"
657730

658-
"@babel/plugin-transform-async-to-generator@^7.16.7", "@babel/plugin-transform-async-to-generator@^7.16.8":
731+
"@babel/plugin-transform-async-to-generator@^7.16.8":
659732
version "7.16.8"
660733
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.16.8.tgz#b83dff4b970cf41f1b819f8b49cc0cfbaa53a808"
661734
integrity sha512-MtmUmTJQHCnyJVrScNzNlofQJ3dLFuobYn3mwOTKHnSCMtbNsqvF71GQmJfFjdrXSsAA7iysFmYWw4bXZ20hOg==
@@ -768,7 +841,7 @@
768841
"@babel/helper-plugin-utils" "^7.16.7"
769842
babel-plugin-dynamic-import-node "^2.3.3"
770843

771-
"@babel/plugin-transform-modules-commonjs@^7.16.7", "@babel/plugin-transform-modules-commonjs@^7.16.8":
844+
"@babel/plugin-transform-modules-commonjs@^7.16.8":
772845
version "7.16.8"
773846
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.16.8.tgz#cdee19aae887b16b9d331009aa9a219af7c86afe"
774847
integrity sha512-oflKPvsLT2+uKQopesJt3ApiaIS2HW+hzHFcwRNtyDGieAeC/dIHZX8buJQ2J2X1rxGPy4eRcUijm3qcSPjYcA==
@@ -797,7 +870,7 @@
797870
"@babel/helper-module-transforms" "^7.16.7"
798871
"@babel/helper-plugin-utils" "^7.16.7"
799872

800-
"@babel/plugin-transform-named-capturing-groups-regex@^7.16.7", "@babel/plugin-transform-named-capturing-groups-regex@^7.16.8":
873+
"@babel/plugin-transform-named-capturing-groups-regex@^7.16.8":
801874
version "7.16.8"
802875
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.16.8.tgz#7f860e0e40d844a02c9dcf9d84965e7dfd666252"
803876
integrity sha512-j3Jw+n5PvpmhRR+mrgIh04puSANCk/T/UA3m3P1MjJkhlK906+ApHhDIqBQDdOgL/r1UYpz4GNclTXxyZrYGSw==
@@ -880,15 +953,15 @@
880953
dependencies:
881954
"@babel/helper-plugin-utils" "^7.16.7"
882955

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==
956+
"@babel/plugin-transform-runtime@7.17.0":
957+
version "7.17.0"
958+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.17.0.tgz#0a2e08b5e2b2d95c4b1d3b3371a2180617455b70"
959+
integrity sha512-fr7zPWnKXNc1xoHfrIU9mN/4XKX4VLZ45Q+oMhfsYIaHvg7mHgmhfOy/ckRWqDK7XF3QDigRpkh5DKq6+clE8A==
887960
dependencies:
888961
"@babel/helper-module-imports" "^7.16.7"
889962
"@babel/helper-plugin-utils" "^7.16.7"
890963
babel-plugin-polyfill-corejs2 "^0.3.0"
891-
babel-plugin-polyfill-corejs3 "^0.4.0"
964+
babel-plugin-polyfill-corejs3 "^0.5.0"
892965
babel-plugin-polyfill-regenerator "^0.3.0"
893966
semver "^6.3.0"
894967

@@ -964,18 +1037,18 @@
9641037
"@babel/helper-create-regexp-features-plugin" "^7.16.7"
9651038
"@babel/helper-plugin-utils" "^7.16.7"
9661039

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==
1040+
"@babel/[email protected].11":
1041+
version "7.16.11"
1042+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.16.11.tgz#5dd88fd885fae36f88fd7c8342475c9f0abe2982"
1043+
integrity sha512-qcmWG8R7ZW6WBRPZK//y+E3Cli151B20W1Rv7ln27vuPaXU/8TKms6jFdiJtF7UDTxcrb7mZd88tAeK9LjdT8g==
9711044
dependencies:
972-
"@babel/compat-data" "^7.16.4"
1045+
"@babel/compat-data" "^7.16.8"
9731046
"@babel/helper-compilation-targets" "^7.16.7"
9741047
"@babel/helper-plugin-utils" "^7.16.7"
9751048
"@babel/helper-validator-option" "^7.16.7"
9761049
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.16.7"
9771050
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.16.7"
978-
"@babel/plugin-proposal-async-generator-functions" "^7.16.7"
1051+
"@babel/plugin-proposal-async-generator-functions" "^7.16.8"
9791052
"@babel/plugin-proposal-class-properties" "^7.16.7"
9801053
"@babel/plugin-proposal-class-static-block" "^7.16.7"
9811054
"@babel/plugin-proposal-dynamic-import" "^7.16.7"
@@ -987,7 +1060,7 @@
9871060
"@babel/plugin-proposal-object-rest-spread" "^7.16.7"
9881061
"@babel/plugin-proposal-optional-catch-binding" "^7.16.7"
9891062
"@babel/plugin-proposal-optional-chaining" "^7.16.7"
990-
"@babel/plugin-proposal-private-methods" "^7.16.7"
1063+
"@babel/plugin-proposal-private-methods" "^7.16.11"
9911064
"@babel/plugin-proposal-private-property-in-object" "^7.16.7"
9921065
"@babel/plugin-proposal-unicode-property-regex" "^7.16.7"
9931066
"@babel/plugin-syntax-async-generators" "^7.8.4"
@@ -1005,7 +1078,7 @@
10051078
"@babel/plugin-syntax-private-property-in-object" "^7.14.5"
10061079
"@babel/plugin-syntax-top-level-await" "^7.14.5"
10071080
"@babel/plugin-transform-arrow-functions" "^7.16.7"
1008-
"@babel/plugin-transform-async-to-generator" "^7.16.7"
1081+
"@babel/plugin-transform-async-to-generator" "^7.16.8"
10091082
"@babel/plugin-transform-block-scoped-functions" "^7.16.7"
10101083
"@babel/plugin-transform-block-scoping" "^7.16.7"
10111084
"@babel/plugin-transform-classes" "^7.16.7"
@@ -1019,10 +1092,10 @@
10191092
"@babel/plugin-transform-literals" "^7.16.7"
10201093
"@babel/plugin-transform-member-expression-literals" "^7.16.7"
10211094
"@babel/plugin-transform-modules-amd" "^7.16.7"
1022-
"@babel/plugin-transform-modules-commonjs" "^7.16.7"
1095+
"@babel/plugin-transform-modules-commonjs" "^7.16.8"
10231096
"@babel/plugin-transform-modules-systemjs" "^7.16.7"
10241097
"@babel/plugin-transform-modules-umd" "^7.16.7"
1025-
"@babel/plugin-transform-named-capturing-groups-regex" "^7.16.7"
1098+
"@babel/plugin-transform-named-capturing-groups-regex" "^7.16.8"
10261099
"@babel/plugin-transform-new-target" "^7.16.7"
10271100
"@babel/plugin-transform-object-super" "^7.16.7"
10281101
"@babel/plugin-transform-parameters" "^7.16.7"
@@ -1037,11 +1110,11 @@
10371110
"@babel/plugin-transform-unicode-escapes" "^7.16.7"
10381111
"@babel/plugin-transform-unicode-regex" "^7.16.7"
10391112
"@babel/preset-modules" "^0.1.5"
1040-
"@babel/types" "^7.16.7"
1113+
"@babel/types" "^7.16.8"
10411114
babel-plugin-polyfill-corejs2 "^0.3.0"
1042-
babel-plugin-polyfill-corejs3 "^0.4.0"
1115+
babel-plugin-polyfill-corejs3 "^0.5.0"
10431116
babel-plugin-polyfill-regenerator "^0.3.0"
1044-
core-js-compat "^3.19.1"
1117+
core-js-compat "^3.20.2"
10451118
semver "^6.3.0"
10461119

10471120
"@babel/preset-env@^7.15.4":
@@ -1164,7 +1237,14 @@
11641237
core-js-pure "^3.20.2"
11651238
regenerator-runtime "^0.13.4"
11661239

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":
1240+
1241+
version "7.17.2"
1242+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.17.2.tgz#66f68591605e59da47523c631416b18508779941"
1243+
integrity sha512-hzeyJyMA1YGdJTuWU0e/j4wKXrU4OMFvY2MSlaI9B7VQb0r5cxTE3EAIS2Q7Tn2RIcDkRvTA/v2JsAEhxe99uw==
1244+
dependencies:
1245+
regenerator-runtime "^0.13.4"
1246+
1247+
"@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":
11681248
version "7.16.7"
11691249
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.16.7.tgz#03ff99f64106588c9c403c6ecb8c3bafbbdff1fa"
11701250
integrity sha512-9E9FJowqAsytyOY6LG+1KuueckRL+aQW+mKvXRXnuFGyRAyepJPmEo9vgMfXUA6O9u3IeEdv9MAkppFcaQwogQ==
@@ -1201,6 +1281,22 @@
12011281
debug "^4.1.0"
12021282
globals "^11.1.0"
12031283

1284+
"@babel/traverse@^7.17.0", "@babel/traverse@^7.17.3":
1285+
version "7.17.3"
1286+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.17.3.tgz#0ae0f15b27d9a92ba1f2263358ea7c4e7db47b57"
1287+
integrity sha512-5irClVky7TxRWIRtxlh2WPUUOLhcPN06AGgaQSB8AEwuyEBgJVuJ5imdHm5zxk8w0QS5T+tDfnDxAlhWjpb7cw==
1288+
dependencies:
1289+
"@babel/code-frame" "^7.16.7"
1290+
"@babel/generator" "^7.17.3"
1291+
"@babel/helper-environment-visitor" "^7.16.7"
1292+
"@babel/helper-function-name" "^7.16.7"
1293+
"@babel/helper-hoist-variables" "^7.16.7"
1294+
"@babel/helper-split-export-declaration" "^7.16.7"
1295+
"@babel/parser" "^7.17.3"
1296+
"@babel/types" "^7.17.0"
1297+
debug "^4.1.0"
1298+
globals "^11.1.0"
1299+
12041300
"@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":
12051301
version "7.16.8"
12061302
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.16.8.tgz#0ba5da91dd71e0a4e7781a30f22770831062e3c1"
@@ -1209,6 +1305,14 @@
12091305
"@babel/helper-validator-identifier" "^7.16.7"
12101306
to-fast-properties "^2.0.0"
12111307

1308+
"@babel/types@^7.17.0":
1309+
version "7.17.0"
1310+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.17.0.tgz#a826e368bccb6b3d84acd76acad5c0d87342390b"
1311+
integrity sha512-TmKSNO4D5rzhL5bjWFcVHHLETzfQ/AmbKpKPOSjlP0WoHZ6L911fgoOKY4Alp/emzG4cHJdyN49zpgkbXFEHHw==
1312+
dependencies:
1313+
"@babel/helper-validator-identifier" "^7.16.7"
1314+
to-fast-properties "^2.0.0"
1315+
12121316
"@endemolshinegroup/[email protected]":
12131317
version "3.0.2"
12141318
resolved "https://registry.yarnpkg.com/@endemolshinegroup/cosmiconfig-typescript-loader/-/cosmiconfig-typescript-loader-3.0.2.tgz#eea4635828dde372838b0909693ebd9aafeec22d"
@@ -1784,6 +1888,24 @@
17841888
"@babel/runtime" "^7.7.2"
17851889
regenerator-runtime "^0.13.3"
17861890

1891+
"@jridgewell/resolve-uri@^3.0.3":
1892+
version "3.0.5"
1893+
resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.0.5.tgz#68eb521368db76d040a6315cdb24bf2483037b9c"
1894+
integrity sha512-VPeQ7+wH0itvQxnG+lIzWgkysKIr3L9sslimFW55rHMdGu/qCQ5z5h9zq4gI8uBtqkpHhsF4Z/OwExufUCThew==
1895+
1896+
"@jridgewell/sourcemap-codec@^1.4.10":
1897+
version "1.4.11"
1898+
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.11.tgz#771a1d8d744eeb71b6adb35808e1a6c7b9b8c8ec"
1899+
integrity sha512-Fg32GrJo61m+VqYSdRSjRXMjQ06j8YIYfcTqndLYVAaHmroZHLJZCydsWBOTDqXS2v+mjxohBWEMfg97GXmYQg==
1900+
1901+
"@jridgewell/trace-mapping@^0.3.0", "@jridgewell/trace-mapping@^0.3.4":
1902+
version "0.3.4"
1903+
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.4.tgz#f6a0832dffd5b8a6aaa633b7d9f8e8e94c83a0c3"
1904+
integrity sha512-vFv9ttIedivx0ux3QSjhgtCVjPZd5l46ZOMDSCwnH1yUO2e964gO8LZGyv2QkqcgR6TnBU1v+1IFqmeoG+0UJQ==
1905+
dependencies:
1906+
"@jridgewell/resolve-uri" "^3.0.3"
1907+
"@jridgewell/sourcemap-codec" "^1.4.10"
1908+
17871909
17881910
version "1.6.22"
17891911
resolved "https://registry.yarnpkg.com/@mdx-js/mdx/-/mdx-1.6.22.tgz#8a723157bf90e78f17dc0f27995398e6c731f1ba"
@@ -2893,14 +3015,6 @@ babel-plugin-polyfill-corejs2@^0.3.0:
28933015
"@babel/helper-define-polyfill-provider" "^0.3.0"
28943016
semver "^6.1.1"
28953017

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-
29043018
babel-plugin-polyfill-corejs3@^0.5.0:
29053019
version "0.5.0"
29063020
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.5.0.tgz#f81371be3fe499d39e074e272a1ef86533f3d268"
@@ -3750,7 +3864,7 @@ [email protected]:
37503864
browserslist "^4.16.3"
37513865
semver "7.0.0"
37523866

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:
3867+
core-js-compat@^3.20.0, core-js-compat@^3.20.2:
37543868
version "3.20.2"
37553869
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.20.2.tgz#d1ff6936c7330959b46b2e08b122a8b14e26140b"
37563870
integrity sha512-qZEzVQ+5Qh6cROaTPFLNS4lkvQ6mBzE3R6A6EEpssj7Zr2egMHgsy4XapdifqJDGC9CBiNv7s+ejI96rLNQFdg==

0 commit comments

Comments
 (0)