Skip to content

Commit ea90444

Browse files
Update babel monorepo to v7.23.9
1 parent e85bfe5 commit ea90444

File tree

4 files changed

+74
-85
lines changed

4 files changed

+74
-85
lines changed

packages/content-api/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
"access": "public"
3131
},
3232
"devDependencies": {
33-
"@babel/core": "7.23.7",
33+
"@babel/core": "7.23.9",
3434
"@babel/polyfill": "7.12.1",
35-
"@babel/preset-env": "7.23.8",
35+
"@babel/preset-env": "7.23.9",
3636
"@rollup/plugin-json": "6.1.0",
3737
"c8": "9.1.0",
3838
"core-js": "3.35.1",

packages/helpers-gatsby/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
"access": "public"
2525
},
2626
"devDependencies": {
27-
"@babel/cli": "7.23.4",
28-
"@babel/core": "7.23.7",
29-
"@babel/preset-env": "7.23.8",
27+
"@babel/cli": "7.23.9",
28+
"@babel/core": "7.23.9",
29+
"@babel/preset-env": "7.23.9",
3030
"@babel/preset-react": "7.23.3",
3131
"c8": "9.1.0",
3232
"mocha": "10.2.0",

packages/helpers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"access": "public"
3232
},
3333
"devDependencies": {
34-
"@babel/core": "7.23.7",
34+
"@babel/core": "7.23.9",
3535
"@babel/polyfill": "7.12.1",
3636
"c8": "9.1.0",
3737
"istanbul": "0.4.5",

yarn.lock

Lines changed: 68 additions & 79 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
"@jridgewell/gen-mapping" "^0.3.0"
1616
"@jridgewell/trace-mapping" "^0.3.9"
1717

18-
"@babel/[email protected].4":
19-
version "7.23.4"
20-
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.23.4.tgz#f5cc90487278065fa0c3b1267cf0c1d44ddf85a7"
21-
integrity sha512-j3luA9xGKCXVyCa5R7lJvOMM+Kc2JEnAEIgz2ggtjQ/j5YUVgfsg/WsG95bbsgq7YLHuiCOzMnoSasuY16qiCw==
18+
"@babel/[email protected].9":
19+
version "7.23.9"
20+
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.23.9.tgz#06b3e76376ee53f14ac8ac422c884950c69e1b9e"
21+
integrity sha512-vB1UXmGDNEhcf1jNAHKT9IlYk1R+hehVTLFlCLHBi8gfuHQGP6uRjgXVYU0EVlI/qwAWpstqkBdf2aez3/z/5Q==
2222
dependencies:
2323
"@jridgewell/trace-mapping" "^0.3.17"
2424
commander "^4.0.1"
@@ -31,7 +31,7 @@
3131
"@nicolo-ribaudo/chokidar-2" "2.1.8-no-fsevents.3"
3232
chokidar "^3.4.0"
3333

34-
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.22.13", "@babel/code-frame@^7.23.5":
34+
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.23.5":
3535
version "7.23.5"
3636
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.23.5.tgz#9009b69a8c602293476ad598ff53e4562e15c244"
3737
integrity sha512-CgH3s1a96LipHCmSUmYFPwY7MNx8C3avkq7i4Wl3cfa662ldtUe4VM1TPXX70pfmrlWTb6jLqTYrZyT2ZTJBgA==
@@ -44,21 +44,21 @@
4444
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.23.5.tgz#ffb878728bb6bdcb6f4510aa51b1be9afb8cfd98"
4545
integrity sha512-uU27kfDRlhfKl+w1U6vp16IuvSLtjAxdArVXPa9BvLkrr7CYIsxH5adpHObeAGY/41+syctUWOZ140a2Rvkgjw==
4646

47-
"@babel/[email protected].7":
48-
version "7.23.7"
49-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.23.7.tgz#4d8016e06a14b5f92530a13ed0561730b5c6483f"
50-
integrity sha512-+UpDgowcmqe36d4NwqvKsyPMlOLNGMsfMmQ5WGCu+siCe3t3dfe9njrzGfdN4qq+bcNUt0+Vw6haRxBOycs4dw==
47+
"@babel/[email protected].9":
48+
version "7.23.9"
49+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.23.9.tgz#b028820718000f267870822fec434820e9b1e4d1"
50+
integrity sha512-5q0175NOjddqpvvzU+kDiSOAk4PfdO6FvwCWoQ6RO7rTzEe8vlo+4HVfcnAREhD4npMs0e9uZypjTwzZPCf/cw==
5151
dependencies:
5252
"@ampproject/remapping" "^2.2.0"
5353
"@babel/code-frame" "^7.23.5"
5454
"@babel/generator" "^7.23.6"
5555
"@babel/helper-compilation-targets" "^7.23.6"
5656
"@babel/helper-module-transforms" "^7.23.3"
57-
"@babel/helpers" "^7.23.7"
58-
"@babel/parser" "^7.23.6"
59-
"@babel/template" "^7.22.15"
60-
"@babel/traverse" "^7.23.7"
61-
"@babel/types" "^7.23.6"
57+
"@babel/helpers" "^7.23.9"
58+
"@babel/parser" "^7.23.9"
59+
"@babel/template" "^7.23.9"
60+
"@babel/traverse" "^7.23.9"
61+
"@babel/types" "^7.23.9"
6262
convert-source-map "^2.0.0"
6363
debug "^4.1.0"
6464
gensync "^1.0.0-beta.2"
@@ -124,17 +124,6 @@
124124
regexpu-core "^5.3.1"
125125
semver "^6.3.1"
126126

127-
"@babel/helper-define-polyfill-provider@^0.4.4":
128-
version "0.4.4"
129-
resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.4.4.tgz#64df615451cb30e94b59a9696022cffac9a10088"
130-
integrity sha512-QcJMILQCu2jm5TFPGA3lCpJJTeEP+mqeXooG/NZbg/h5FTFi6V0+99ahlRsW8/kRLyb24LZVCCiclDedhLKcBA==
131-
dependencies:
132-
"@babel/helper-compilation-targets" "^7.22.6"
133-
"@babel/helper-plugin-utils" "^7.22.5"
134-
debug "^4.1.1"
135-
lodash.debounce "^4.0.8"
136-
resolve "^1.14.2"
137-
138127
"@babel/helper-define-polyfill-provider@^0.5.0":
139128
version "0.5.0"
140129
resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.5.0.tgz#465805b7361f461e86c680f1de21eaf88c25901b"
@@ -266,14 +255,14 @@
266255
"@babel/template" "^7.22.15"
267256
"@babel/types" "^7.22.19"
268257

269-
"@babel/helpers@^7.23.7":
270-
version "7.23.8"
271-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.23.8.tgz#fc6b2d65b16847fd50adddbd4232c76378959e34"
272-
integrity sha512-KDqYz4PiOWvDFrdHLPhKtCThtIcKVy6avWD2oG4GEvyQ+XDZwHD4YQd+H2vNMnq2rkdxsDkU82T+Vk8U/WXHRQ==
258+
"@babel/helpers@^7.23.9":
259+
version "7.23.9"
260+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.23.9.tgz#c3e20bbe7f7a7e10cb9b178384b4affdf5995c7d"
261+
integrity sha512-87ICKgU5t5SzOT7sBMfCOZQ2rHjRU+Pcb9BoILMYz600W6DkVRLFBPwQ18gwUVvggqXivaUakpnxWQGbpywbBQ==
273262
dependencies:
274-
"@babel/template" "^7.22.15"
275-
"@babel/traverse" "^7.23.7"
276-
"@babel/types" "^7.23.6"
263+
"@babel/template" "^7.23.9"
264+
"@babel/traverse" "^7.23.9"
265+
"@babel/types" "^7.23.9"
277266

278267
"@babel/highlight@^7.23.4":
279268
version "7.23.4"
@@ -284,10 +273,10 @@
284273
chalk "^2.4.2"
285274
js-tokens "^4.0.0"
286275

287-
"@babel/parser@^7.22.15", "@babel/parser@^7.23.6":
288-
version "7.23.6"
289-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.6.tgz#ba1c9e512bda72a47e285ae42aff9d2a635a9e3b"
290-
integrity sha512-Z2uID7YJ7oNvAI20O9X0bblw7Qqs8Q2hFy0R9tAfnfLkp5MW0UH9eUvnDSnFwKZ0AvgS1ucqR4KzvVHgnke1VQ==
276+
"@babel/parser@^7.23.9":
277+
version "7.23.9"
278+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.9.tgz#7b903b6149b0f8fa7ad564af646c4c38a77fc44b"
279+
integrity sha512-9tcKgqKbs3xGJ+NtKF2ndOBBLVwPjl1SHxPQkd36r3Dlirw3xWUeGaTbqr7uGZcTaxkVNwc+03SVP7aCdWrTlA==
291280

292281
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.23.3":
293282
version "7.23.3"
@@ -459,10 +448,10 @@
459448
dependencies:
460449
"@babel/helper-plugin-utils" "^7.22.5"
461450

462-
"@babel/plugin-transform-async-generator-functions@^7.23.7":
463-
version "7.23.7"
464-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.23.7.tgz#3aa0b4f2fa3788b5226ef9346cf6d16ec61f99cd"
465-
integrity sha512-PdxEpL71bJp1byMG0va5gwQcXHxuEYC/BgI/e88mGTtohbZN28O5Yit0Plkkm/dBzCF/BxmbNcses1RH1T+urA==
451+
"@babel/plugin-transform-async-generator-functions@^7.23.9":
452+
version "7.23.9"
453+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.23.9.tgz#9adaeb66fc9634a586c5df139c6240d41ed801ce"
454+
integrity sha512-8Q3veQEDGe14dTYuwagbRtwxQDnytyg1JFu4/HwEMETeofocrB0U0ejBJIXoeG/t2oXZ8kzCyI0ZZfbT80VFNQ==
466455
dependencies:
467456
"@babel/helper-environment-visitor" "^7.22.20"
468457
"@babel/helper-plugin-utils" "^7.22.5"
@@ -641,10 +630,10 @@
641630
"@babel/helper-plugin-utils" "^7.22.5"
642631
"@babel/helper-simple-access" "^7.22.5"
643632

644-
"@babel/plugin-transform-modules-systemjs@^7.23.3":
645-
version "7.23.3"
646-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.23.3.tgz#fa7e62248931cb15b9404f8052581c302dd9de81"
647-
integrity sha512-ZxyKGTkF9xT9YJuKQRo19ewf3pXpopuYQd8cDXqNzc3mUNbOME0RKMoZxviQk74hwzfQsEe66dE92MaZbdHKNQ==
633+
"@babel/plugin-transform-modules-systemjs@^7.23.9":
634+
version "7.23.9"
635+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.23.9.tgz#105d3ed46e4a21d257f83a2f9e2ee4203ceda6be"
636+
integrity sha512-KDlPRM6sLo4o1FkiSlXoAa8edLXFsKKIda779fbLrvmeuc3itnjCtaO6RrtoaANsIJANj+Vk1zqbZIMhkCAHVw==
648637
dependencies:
649638
"@babel/helper-hoist-variables" "^7.22.5"
650639
"@babel/helper-module-transforms" "^7.23.3"
@@ -881,10 +870,10 @@
881870
core-js "^2.6.5"
882871
regenerator-runtime "^0.13.4"
883872

884-
"@babel/[email protected].8":
885-
version "7.23.8"
886-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.23.8.tgz#7d6f8171ea7c221ecd28059e65ad37c20e441e3e"
887-
integrity sha512-lFlpmkApLkEP6woIKprO6DO60RImpatTQKtz4sUcDjVcK8M8mQ4sZsuxaTMNOZf0sqAq/ReYW1ZBHnOQwKpLWA==
873+
"@babel/[email protected].9":
874+
version "7.23.9"
875+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.23.9.tgz#beace3b7994560ed6bf78e4ae2073dff45387669"
876+
integrity sha512-3kBGTNBBk9DQiPoXYS0g0BYlwTQYUTifqgKTjxUwEUkduRT2QOa0FPGBJ+NROQhGyYO5BuTJwGvBnqKDykac6A==
888877
dependencies:
889878
"@babel/compat-data" "^7.23.5"
890879
"@babel/helper-compilation-targets" "^7.23.6"
@@ -913,7 +902,7 @@
913902
"@babel/plugin-syntax-top-level-await" "^7.14.5"
914903
"@babel/plugin-syntax-unicode-sets-regex" "^7.18.6"
915904
"@babel/plugin-transform-arrow-functions" "^7.23.3"
916-
"@babel/plugin-transform-async-generator-functions" "^7.23.7"
905+
"@babel/plugin-transform-async-generator-functions" "^7.23.9"
917906
"@babel/plugin-transform-async-to-generator" "^7.23.3"
918907
"@babel/plugin-transform-block-scoped-functions" "^7.23.3"
919908
"@babel/plugin-transform-block-scoping" "^7.23.4"
@@ -935,7 +924,7 @@
935924
"@babel/plugin-transform-member-expression-literals" "^7.23.3"
936925
"@babel/plugin-transform-modules-amd" "^7.23.3"
937926
"@babel/plugin-transform-modules-commonjs" "^7.23.3"
938-
"@babel/plugin-transform-modules-systemjs" "^7.23.3"
927+
"@babel/plugin-transform-modules-systemjs" "^7.23.9"
939928
"@babel/plugin-transform-modules-umd" "^7.23.3"
940929
"@babel/plugin-transform-named-capturing-groups-regex" "^7.22.5"
941930
"@babel/plugin-transform-new-target" "^7.23.3"
@@ -961,9 +950,9 @@
961950
"@babel/plugin-transform-unicode-regex" "^7.23.3"
962951
"@babel/plugin-transform-unicode-sets-regex" "^7.23.3"
963952
"@babel/preset-modules" "0.1.6-no-external-plugins"
964-
babel-plugin-polyfill-corejs2 "^0.4.7"
965-
babel-plugin-polyfill-corejs3 "^0.8.7"
966-
babel-plugin-polyfill-regenerator "^0.5.4"
953+
babel-plugin-polyfill-corejs2 "^0.4.8"
954+
babel-plugin-polyfill-corejs3 "^0.9.0"
955+
babel-plugin-polyfill-regenerator "^0.5.5"
967956
core-js-compat "^3.31.0"
968957
semver "^6.3.1"
969958

@@ -1000,35 +989,35 @@
1000989
dependencies:
1001990
regenerator-runtime "^0.14.0"
1002991

1003-
"@babel/template@^7.22.15":
1004-
version "7.22.15"
1005-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38"
1006-
integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==
992+
"@babel/template@^7.22.15", "@babel/template@^7.23.9":
993+
version "7.23.9"
994+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.23.9.tgz#f881d0487cba2828d3259dcb9ef5005a9731011a"
995+
integrity sha512-+xrD2BWLpvHKNmX2QbpdpsBaWnRxahMwJjO+KZk2JOElj5nSmKezyS1B4u+QbHMTX69t4ukm6hh9lsYQ7GHCKA==
1007996
dependencies:
1008-
"@babel/code-frame" "^7.22.13"
1009-
"@babel/parser" "^7.22.15"
1010-
"@babel/types" "^7.22.15"
997+
"@babel/code-frame" "^7.23.5"
998+
"@babel/parser" "^7.23.9"
999+
"@babel/types" "^7.23.9"
10111000

1012-
"@babel/traverse@^7.23.7":
1013-
version "7.23.7"
1014-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.7.tgz#9a7bf285c928cb99b5ead19c3b1ce5b310c9c305"
1015-
integrity sha512-tY3mM8rH9jM0YHFGyfC0/xf+SB5eKUu7HPj7/k3fpi9dAlsMc5YbQvDi0Sh2QTPXqMhyaAtzAr807TIyfQrmyg==
1001+
"@babel/traverse@^7.23.9":
1002+
version "7.23.9"
1003+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.9.tgz#2f9d6aead6b564669394c5ce0f9302bb65b9d950"
1004+
integrity sha512-I/4UJ9vs90OkBtY6iiiTORVMyIhJ4kAVmsKo9KFc8UOxMeUfi2hvtIBsET5u9GizXE6/GFSuKCTNfgCswuEjRg==
10161005
dependencies:
10171006
"@babel/code-frame" "^7.23.5"
10181007
"@babel/generator" "^7.23.6"
10191008
"@babel/helper-environment-visitor" "^7.22.20"
10201009
"@babel/helper-function-name" "^7.23.0"
10211010
"@babel/helper-hoist-variables" "^7.22.5"
10221011
"@babel/helper-split-export-declaration" "^7.22.6"
1023-
"@babel/parser" "^7.23.6"
1024-
"@babel/types" "^7.23.6"
1012+
"@babel/parser" "^7.23.9"
1013+
"@babel/types" "^7.23.9"
10251014
debug "^4.3.1"
10261015
globals "^11.1.0"
10271016

1028-
"@babel/types@^7.22.15", "@babel/types@^7.22.19", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.23.4", "@babel/types@^7.23.6", "@babel/types@^7.4.4":
1029-
version "7.23.6"
1030-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.6.tgz#be33fdb151e1f5a56877d704492c240fc71c7ccd"
1031-
integrity sha512-+uarb83brBzPKN38NX1MkB6vb6+mwvR6amUulqAE7ccQw1pEl+bCia9TbdG1lsnFP7lZySvUn37CHyXQdfTwzg==
1017+
"@babel/types@^7.22.15", "@babel/types@^7.22.19", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.23.4", "@babel/types@^7.23.6", "@babel/types@^7.23.9", "@babel/types@^7.4.4":
1018+
version "7.23.9"
1019+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.9.tgz#1dd7b59a9a2b5c87f8b41e52770b5ecbf492e002"
1020+
integrity sha512-dQjSq/7HaSjRM43FFGnv5keM2HsxpmyV1PfaSVm0nzzjwwTmjOe6J4bC8e3+pTEIgHaHj+1ZlLThRJ2auc/w1Q==
10321021
dependencies:
10331022
"@babel/helper-string-parser" "^7.23.4"
10341023
"@babel/helper-validator-identifier" "^7.22.20"
@@ -3480,7 +3469,7 @@ babel-import-util@^0.2.0:
34803469
resolved "https://registry.yarnpkg.com/babel-import-util/-/babel-import-util-0.2.0.tgz#b468bb679919601a3570f9e317536c54f2862e23"
34813470
integrity sha512-CtWYYHU/MgK88rxMrLfkD356dApswtR/kWZ/c6JifG1m10e7tBBrs/366dFzWMAoqYmG5/JSh+94tUSpIwh+ag==
34823471

3483-
babel-plugin-polyfill-corejs2@^0.4.7:
3472+
babel-plugin-polyfill-corejs2@^0.4.8:
34843473
version "0.4.8"
34853474
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.8.tgz#dbcc3c8ca758a290d47c3c6a490d59429b0d2269"
34863475
integrity sha512-OtIuQfafSzpo/LhnJaykc0R/MMnuLSSVjVYy9mHArIZ9qTCSZ6TpWCuEKZYVoN//t8HqBNScHrOtCrIK5IaGLg==
@@ -3489,15 +3478,15 @@ babel-plugin-polyfill-corejs2@^0.4.7:
34893478
"@babel/helper-define-polyfill-provider" "^0.5.0"
34903479
semver "^6.3.1"
34913480

3492-
babel-plugin-polyfill-corejs3@^0.8.7:
3493-
version "0.8.7"
3494-
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.8.7.tgz#941855aa7fdaac06ed24c730a93450d2b2b76d04"
3495-
integrity sha512-KyDvZYxAzkC0Aj2dAPyDzi2Ym15e5JKZSK+maI7NAwSqofvuFglbSsxE7wUOvTg9oFVnHMzVzBKcqEb4PJgtOA==
3481+
babel-plugin-polyfill-corejs3@^0.9.0:
3482+
version "0.9.0"
3483+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.9.0.tgz#9eea32349d94556c2ad3ab9b82ebb27d4bf04a81"
3484+
integrity sha512-7nZPG1uzK2Ymhy/NbaOWTg3uibM2BmGASS4vHS4szRZAIR8R6GwA/xAujpdrXU5iyklrimWnLWU+BLF9suPTqg==
34963485
dependencies:
3497-
"@babel/helper-define-polyfill-provider" "^0.4.4"
3498-
core-js-compat "^3.33.1"
3486+
"@babel/helper-define-polyfill-provider" "^0.5.0"
3487+
core-js-compat "^3.34.0"
34993488

3500-
babel-plugin-polyfill-regenerator@^0.5.4:
3489+
babel-plugin-polyfill-regenerator@^0.5.5:
35013490
version "0.5.5"
35023491
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.5.5.tgz#8b0c8fc6434239e5d7b8a9d1f832bb2b0310f06a"
35033492
integrity sha512-OJGYZlhLqBh2DDHeqAxWB1XIvr49CxiJ2gIt61/PU55CQK4Z58OzMqjDe1zwQdQk+rBYsRc+1rJmdajM3gimHg==
@@ -4309,7 +4298,7 @@ convert-source-map@^2.0.0:
43094298
resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-2.0.0.tgz#4b560f649fc4e918dd0ab75cf4961e8bc882d82a"
43104299
integrity sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==
43114300

4312-
core-js-compat@^3.31.0, core-js-compat@^3.33.1:
4301+
core-js-compat@^3.31.0, core-js-compat@^3.34.0:
43134302
version "3.35.1"
43144303
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.35.1.tgz#215247d7edb9e830efa4218ff719beb2803555e2"
43154304
integrity sha512-sftHa5qUJY3rs9Zht1WEnmkvXputCyDBczPnr7QDgL8n3qrF3CMXY4VPSYtOLLiOUJcah2WNXREd48iOl6mQIw==

0 commit comments

Comments
 (0)