Skip to content

Commit 0d40c5c

Browse files
committed
⬆️ deps: Upgrade babel monorepo to v7.24.3
1 parent c1c9828 commit 0d40c5c

File tree

2 files changed

+24
-24
lines changed

2 files changed

+24
-24
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@
7575
},
7676
"dependencies": {},
7777
"devDependencies": {
78-
"@babel/core": "7.24.1",
79-
"@babel/preset-env": "7.24.1",
78+
"@babel/core": "7.24.3",
79+
"@babel/preset-env": "7.24.3",
8080
"@commitlint/cli": "19.2.1",
8181
"@js-library/commitlint-config": "0.0.4",
8282
"@node-loader/babel": "2.1.0",

yarn.lock

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@babel/highlight" "^7.23.4"
2424
chalk "^2.4.2"
2525

26-
"@babel/code-frame@^7.24.1":
26+
"@babel/code-frame@^7.24.1", "@babel/code-frame@^7.24.2":
2727
version "7.24.2"
2828
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.24.2.tgz#718b4b19841809a58b29b68cde80bc5e1aa6d9ae"
2929
integrity sha512-y5+tLQyV8pg3fsiln67BVLD1P13Eg4lh5RW9mF0zUuvLrv9uIQ4MCL+CRT+FTsBlBjcIan6PGsLcBN0m3ClUyQ==
@@ -41,13 +41,13 @@
4141
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.24.1.tgz#31c1f66435f2a9c329bb5716a6d6186c516c3742"
4242
integrity sha512-Pc65opHDliVpRHuKfzI+gSA4zcgr65O4cl64fFJIWEEh8JoHIHh0Oez1Eo8Arz8zq/JhgKodQaxEwUPRtZylVA==
4343

44-
"@babel/core@7.24.1":
45-
version "7.24.1"
46-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.1.tgz#b802f931b6498dcb8fed5a4710881a45abbc2784"
47-
integrity sha512-F82udohVyIgGAY2VVj/g34TpFUG606rumIHjTfVbssPg2zTR7PuuEpZcX8JA6sgBfIYmJrFtWgPvHQuJamVqZQ==
44+
"@babel/core@7.24.3":
45+
version "7.24.3"
46+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.3.tgz#568864247ea10fbd4eff04dda1e05f9e2ea985c3"
47+
integrity sha512-5FcvN1JHw2sHJChotgx8Ek0lyuh4kCKelgMTTqhYJJtloNvUfpAFMeNQUtdlIaktwrSV9LtCdqwk48wL2wBacQ==
4848
dependencies:
4949
"@ampproject/remapping" "^2.2.0"
50-
"@babel/code-frame" "^7.24.1"
50+
"@babel/code-frame" "^7.24.2"
5151
"@babel/generator" "^7.24.1"
5252
"@babel/helper-compilation-targets" "^7.23.6"
5353
"@babel/helper-module-transforms" "^7.23.3"
@@ -622,10 +622,10 @@
622622
"@babel/helper-remap-async-to-generator" "^7.22.20"
623623
"@babel/plugin-syntax-async-generators" "^7.8.4"
624624

625-
"@babel/plugin-transform-async-generator-functions@^7.24.1":
626-
version "7.24.1"
627-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.24.1.tgz#b38009d650b3c419e6708ec5ab4fa5eeffe7b489"
628-
integrity sha512-OTkLJM0OtmzcpOgF7MREERUCdCnCBtBsq3vVFbuq/RKMK0/jdYqdMexWi3zNs7Nzd95ase65MbTGrpFJflOb6A==
625+
"@babel/plugin-transform-async-generator-functions@^7.24.3":
626+
version "7.24.3"
627+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.24.3.tgz#8fa7ae481b100768cc9842c8617808c5352b8b89"
628+
integrity sha512-Qe26CMYVjpQxJ8zxM1340JFNjZaF+ISWpr1Kt/jGo+ZTUzKkfw/pphEWbRCb+lmSM6k/TOgfYLvmbHkUQ0asIg==
629629
dependencies:
630630
"@babel/helper-environment-visitor" "^7.22.20"
631631
"@babel/helper-plugin-utils" "^7.24.0"
@@ -1406,10 +1406,10 @@
14061406
"@babel/helper-create-regexp-features-plugin" "^7.22.15"
14071407
"@babel/helper-plugin-utils" "^7.24.0"
14081408

1409-
"@babel/preset-env@7.24.1":
1410-
version "7.24.1"
1411-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.24.1.tgz#e63a3f95d9922c07f4a53649b5c2f53f611f2e6c"
1412-
integrity sha512-CwCMz1Z28UHLI2iE+cbnWT2epPMV9bzzoBGM6A3mOS22VQd/1TPoWItV7S7iL9TkPmPEf5L/QzurmztyyDN9FA==
1409+
"@babel/preset-env@7.24.3":
1410+
version "7.24.3"
1411+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.24.3.tgz#f3f138c844ffeeac372597b29c51b5259e8323a3"
1412+
integrity sha512-fSk430k5c2ff8536JcPvPWK4tZDwehWLGlBp0wrsBUjZVdeQV6lePbwKWZaZfK2vnh/1kQX1PzAJWsnBmVgGJA==
14131413
dependencies:
14141414
"@babel/compat-data" "^7.24.1"
14151415
"@babel/helper-compilation-targets" "^7.23.6"
@@ -1438,7 +1438,7 @@
14381438
"@babel/plugin-syntax-top-level-await" "^7.14.5"
14391439
"@babel/plugin-syntax-unicode-sets-regex" "^7.18.6"
14401440
"@babel/plugin-transform-arrow-functions" "^7.24.1"
1441-
"@babel/plugin-transform-async-generator-functions" "^7.24.1"
1441+
"@babel/plugin-transform-async-generator-functions" "^7.24.3"
14421442
"@babel/plugin-transform-async-to-generator" "^7.24.1"
14431443
"@babel/plugin-transform-block-scoped-functions" "^7.24.1"
14441444
"@babel/plugin-transform-block-scoping" "^7.24.1"
@@ -1487,7 +1487,7 @@
14871487
"@babel/plugin-transform-unicode-sets-regex" "^7.24.1"
14881488
"@babel/preset-modules" "0.1.6-no-external-plugins"
14891489
babel-plugin-polyfill-corejs2 "^0.4.10"
1490-
babel-plugin-polyfill-corejs3 "^0.10.1"
1490+
babel-plugin-polyfill-corejs3 "^0.10.4"
14911491
babel-plugin-polyfill-regenerator "^0.6.1"
14921492
core-js-compat "^3.31.0"
14931493
semver "^6.3.1"
@@ -2876,13 +2876,13 @@ babel-plugin-polyfill-corejs2@^0.4.8:
28762876
"@babel/helper-define-polyfill-provider" "^0.5.0"
28772877
semver "^6.3.1"
28782878

2879-
babel-plugin-polyfill-corejs3@^0.10.1:
2880-
version "0.10.1"
2881-
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.10.1.tgz#cd8750e0b7da30ec2f66007b6151792f02e1138e"
2882-
integrity sha512-XiFei6VGwM4ii6nKC1VCenGD8Z4bjiNYcrdkM8oqM3pbuemmyb8biMgrDX1ZHSbIuMLXatM6JJ/StPYIuTl6MQ==
2879+
babel-plugin-polyfill-corejs3@^0.10.4:
2880+
version "0.10.4"
2881+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.10.4.tgz#789ac82405ad664c20476d0233b485281deb9c77"
2882+
integrity sha512-25J6I8NGfa5YkCDogHRID3fVCadIR8/pGl1/spvCkzb6lVn6SR3ojpx9nOn9iEBcUsjY24AmdKm5khcfKdylcg==
28832883
dependencies:
28842884
"@babel/helper-define-polyfill-provider" "^0.6.1"
2885-
core-js-compat "^3.36.0"
2885+
core-js-compat "^3.36.1"
28862886

28872887
babel-plugin-polyfill-corejs3@^0.9.0:
28882888
version "0.9.0"
@@ -3625,7 +3625,7 @@ core-js-compat@^3.31.0, core-js-compat@^3.34.0:
36253625
dependencies:
36263626
browserslist "^4.22.2"
36273627

3628-
core-js-compat@^3.36.0:
3628+
core-js-compat@^3.36.1:
36293629
version "3.36.1"
36303630
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.36.1.tgz#1818695d72c99c25d621dca94e6883e190cea3c8"
36313631
integrity sha512-Dk997v9ZCt3X/npqzyGdTlq6t7lDBhZwGvV94PKzDArjp7BTRm7WlDAXYd/OWdeFHO8OChQYRJNJvUCqCbrtKA==

0 commit comments

Comments
 (0)