Skip to content

Commit 504db30

Browse files
Update babel monorepo to v7.24.3
1 parent 0db644e commit 504db30

File tree

4 files changed

+35
-35
lines changed

4 files changed

+35
-35
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.24.1",
33+
"@babel/core": "7.24.3",
3434
"@babel/polyfill": "7.12.1",
35-
"@babel/preset-env": "7.24.1",
35+
"@babel/preset-env": "7.24.3",
3636
"@rollup/plugin-json": "6.1.0",
3737
"c8": "9.1.0",
3838
"core-js": "3.36.1",

packages/helpers-gatsby/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
},
2626
"devDependencies": {
2727
"@babel/cli": "7.24.1",
28-
"@babel/core": "7.24.1",
29-
"@babel/preset-env": "7.24.1",
28+
"@babel/core": "7.24.3",
29+
"@babel/preset-env": "7.24.3",
3030
"@babel/preset-react": "7.24.1",
3131
"c8": "9.1.0",
3232
"mocha": "10.3.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.24.1",
34+
"@babel/core": "7.24.3",
3535
"@babel/polyfill": "7.12.1",
3636
"c8": "9.1.0",
3737
"istanbul": "0.4.5",

yarn.lock

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -31,26 +31,26 @@
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.23.5", "@babel/code-frame@^7.24.1":
35-
version "7.24.1"
36-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.24.1.tgz#8f4027f85a6e84a695276080e864215318f95c19"
37-
integrity sha512-bC49z4spJQR3j8vFtJBLqzyzFV0ciuL5HYX7qfSl3KEqeMVV+eTquRvmXxpvB0AMubRrvv7y5DILiLLPi57Ewg==
34+
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.23.5", "@babel/code-frame@^7.24.1", "@babel/code-frame@^7.24.2":
35+
version "7.24.2"
36+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.24.2.tgz#718b4b19841809a58b29b68cde80bc5e1aa6d9ae"
37+
integrity sha512-y5+tLQyV8pg3fsiln67BVLD1P13Eg4lh5RW9mF0zUuvLrv9uIQ4MCL+CRT+FTsBlBjcIan6PGsLcBN0m3ClUyQ==
3838
dependencies:
39-
"@babel/highlight" "^7.24.1"
39+
"@babel/highlight" "^7.24.2"
4040
picocolors "^1.0.0"
4141

4242
"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.23.5", "@babel/compat-data@^7.24.1":
4343
version "7.24.1"
4444
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.24.1.tgz#31c1f66435f2a9c329bb5716a6d6186c516c3742"
4545
integrity sha512-Pc65opHDliVpRHuKfzI+gSA4zcgr65O4cl64fFJIWEEh8JoHIHh0Oez1Eo8Arz8zq/JhgKodQaxEwUPRtZylVA==
4646

47-
"@babel/[email protected].1":
48-
version "7.24.1"
49-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.1.tgz#b802f931b6498dcb8fed5a4710881a45abbc2784"
50-
integrity sha512-F82udohVyIgGAY2VVj/g34TpFUG606rumIHjTfVbssPg2zTR7PuuEpZcX8JA6sgBfIYmJrFtWgPvHQuJamVqZQ==
47+
"@babel/[email protected].3":
48+
version "7.24.3"
49+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.3.tgz#568864247ea10fbd4eff04dda1e05f9e2ea985c3"
50+
integrity sha512-5FcvN1JHw2sHJChotgx8Ek0lyuh4kCKelgMTTqhYJJtloNvUfpAFMeNQUtdlIaktwrSV9LtCdqwk48wL2wBacQ==
5151
dependencies:
5252
"@ampproject/remapping" "^2.2.0"
53-
"@babel/code-frame" "^7.24.1"
53+
"@babel/code-frame" "^7.24.2"
5454
"@babel/generator" "^7.24.1"
5555
"@babel/helper-compilation-targets" "^7.23.6"
5656
"@babel/helper-module-transforms" "^7.23.3"
@@ -264,10 +264,10 @@
264264
"@babel/traverse" "^7.24.1"
265265
"@babel/types" "^7.24.0"
266266

267-
"@babel/highlight@^7.24.1":
268-
version "7.24.1"
269-
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.24.1.tgz#21f3f5391c793b3f0d6dbb40f898c48cc6ad4215"
270-
integrity sha512-EPmDPxidWe/Ex+HTFINpvXdPHRmgSF3T8hGvzondYjmgzTQ/0EbLpSxyt+w3zzlYSk9cNBQNF9k0dT5Z2NiBjw==
267+
"@babel/highlight@^7.24.2":
268+
version "7.24.2"
269+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.24.2.tgz#3f539503efc83d3c59080a10e6634306e0370d26"
270+
integrity sha512-Yac1ao4flkTxTteCDZLEvdxg2fZfz1v8M4QpaGypq/WPDqg3ijHYbDfs+LG5hvzSoqaSZ9/Z9lKSP3CjZjv+pA==
271271
dependencies:
272272
"@babel/helper-validator-identifier" "^7.22.20"
273273
chalk "^2.4.2"
@@ -449,10 +449,10 @@
449449
dependencies:
450450
"@babel/helper-plugin-utils" "^7.24.0"
451451

452-
"@babel/plugin-transform-async-generator-functions@^7.24.1":
453-
version "7.24.1"
454-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.24.1.tgz#b38009d650b3c419e6708ec5ab4fa5eeffe7b489"
455-
integrity sha512-OTkLJM0OtmzcpOgF7MREERUCdCnCBtBsq3vVFbuq/RKMK0/jdYqdMexWi3zNs7Nzd95ase65MbTGrpFJflOb6A==
452+
"@babel/plugin-transform-async-generator-functions@^7.24.3":
453+
version "7.24.3"
454+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.24.3.tgz#8fa7ae481b100768cc9842c8617808c5352b8b89"
455+
integrity sha512-Qe26CMYVjpQxJ8zxM1340JFNjZaF+ISWpr1Kt/jGo+ZTUzKkfw/pphEWbRCb+lmSM6k/TOgfYLvmbHkUQ0asIg==
456456
dependencies:
457457
"@babel/helper-environment-visitor" "^7.22.20"
458458
"@babel/helper-plugin-utils" "^7.24.0"
@@ -870,10 +870,10 @@
870870
core-js "^2.6.5"
871871
regenerator-runtime "^0.13.4"
872872

873-
"@babel/[email protected].1":
874-
version "7.24.1"
875-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.24.1.tgz#e63a3f95d9922c07f4a53649b5c2f53f611f2e6c"
876-
integrity sha512-CwCMz1Z28UHLI2iE+cbnWT2epPMV9bzzoBGM6A3mOS22VQd/1TPoWItV7S7iL9TkPmPEf5L/QzurmztyyDN9FA==
873+
"@babel/[email protected].3":
874+
version "7.24.3"
875+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.24.3.tgz#f3f138c844ffeeac372597b29c51b5259e8323a3"
876+
integrity sha512-fSk430k5c2ff8536JcPvPWK4tZDwehWLGlBp0wrsBUjZVdeQV6lePbwKWZaZfK2vnh/1kQX1PzAJWsnBmVgGJA==
877877
dependencies:
878878
"@babel/compat-data" "^7.24.1"
879879
"@babel/helper-compilation-targets" "^7.23.6"
@@ -902,7 +902,7 @@
902902
"@babel/plugin-syntax-top-level-await" "^7.14.5"
903903
"@babel/plugin-syntax-unicode-sets-regex" "^7.18.6"
904904
"@babel/plugin-transform-arrow-functions" "^7.24.1"
905-
"@babel/plugin-transform-async-generator-functions" "^7.24.1"
905+
"@babel/plugin-transform-async-generator-functions" "^7.24.3"
906906
"@babel/plugin-transform-async-to-generator" "^7.24.1"
907907
"@babel/plugin-transform-block-scoped-functions" "^7.24.1"
908908
"@babel/plugin-transform-block-scoping" "^7.24.1"
@@ -951,7 +951,7 @@
951951
"@babel/plugin-transform-unicode-sets-regex" "^7.24.1"
952952
"@babel/preset-modules" "0.1.6-no-external-plugins"
953953
babel-plugin-polyfill-corejs2 "^0.4.10"
954-
babel-plugin-polyfill-corejs3 "^0.10.1"
954+
babel-plugin-polyfill-corejs3 "^0.10.4"
955955
babel-plugin-polyfill-regenerator "^0.6.1"
956956
core-js-compat "^3.31.0"
957957
semver "^6.3.1"
@@ -3495,13 +3495,13 @@ babel-plugin-polyfill-corejs2@^0.4.10:
34953495
"@babel/helper-define-polyfill-provider" "^0.6.1"
34963496
semver "^6.3.1"
34973497

3498-
babel-plugin-polyfill-corejs3@^0.10.1:
3499-
version "0.10.1"
3500-
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.10.1.tgz#cd8750e0b7da30ec2f66007b6151792f02e1138e"
3501-
integrity sha512-XiFei6VGwM4ii6nKC1VCenGD8Z4bjiNYcrdkM8oqM3pbuemmyb8biMgrDX1ZHSbIuMLXatM6JJ/StPYIuTl6MQ==
3498+
babel-plugin-polyfill-corejs3@^0.10.4:
3499+
version "0.10.4"
3500+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.10.4.tgz#789ac82405ad664c20476d0233b485281deb9c77"
3501+
integrity sha512-25J6I8NGfa5YkCDogHRID3fVCadIR8/pGl1/spvCkzb6lVn6SR3ojpx9nOn9iEBcUsjY24AmdKm5khcfKdylcg==
35023502
dependencies:
35033503
"@babel/helper-define-polyfill-provider" "^0.6.1"
3504-
core-js-compat "^3.36.0"
3504+
core-js-compat "^3.36.1"
35053505

35063506
babel-plugin-polyfill-regenerator@^0.6.1:
35073507
version "0.6.1"
@@ -4359,7 +4359,7 @@ convert-source-map@^2.0.0:
43594359
resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-2.0.0.tgz#4b560f649fc4e918dd0ab75cf4961e8bc882d82a"
43604360
integrity sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==
43614361

4362-
core-js-compat@^3.31.0, core-js-compat@^3.36.0:
4362+
core-js-compat@^3.31.0, core-js-compat@^3.36.1:
43634363
version "3.36.1"
43644364
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.36.1.tgz#1818695d72c99c25d621dca94e6883e190cea3c8"
43654365
integrity sha512-Dk997v9ZCt3X/npqzyGdTlq6t7lDBhZwGvV94PKzDArjp7BTRm7WlDAXYd/OWdeFHO8OChQYRJNJvUCqCbrtKA==

0 commit comments

Comments
 (0)