Skip to content

Commit 2b26bbf

Browse files
⬆️ deps: Upgrade dependency @babel/core to v7.27.4. (#458)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1b0b80f commit 2b26bbf

File tree

2 files changed

+32
-12
lines changed

2 files changed

+32
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"dependencies": {},
8080
"devDependencies": {
8181
"@babel/cli": "7.27.2",
82-
"@babel/core": "7.27.3",
82+
"@babel/core": "7.27.4",
8383
"@babel/preset-env": "7.27.2",
8484
"@commitlint/cli": "19.8.1",
8585
"@iterable-iterator/zip": "1.0.1",

yarn.lock

Lines changed: 31 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -70,20 +70,20 @@
7070
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.27.2.tgz#4183f9e642fd84e74e3eea7ffa93a412e3b102c9"
7171
integrity sha512-TUtMJYRPyUb/9aU8f3K0mjmjf6M9N5Woshn2CS6nqJSeJtTtQcpLUXjGt9vbF8ZGff0El99sWkLgzwW3VXnxZQ==
7272

73-
"@babel/[email protected].3":
74-
version "7.27.3"
75-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.3.tgz#d7d05502bccede3cab36373ed142e6a1df554c2f"
76-
integrity sha512-hyrN8ivxfvJ4i0fIJuV4EOlV0WDMz5Ui4StRTgVaAvWeiRCilXgwVvxJKtFQ3TKtHgJscB2YiXKGNJuVwhQMtA==
73+
"@babel/[email protected].4":
74+
version "7.27.4"
75+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.4.tgz#cc1fc55d0ce140a1828d1dd2a2eba285adbfb3ce"
76+
integrity sha512-bXYxrXFubeYdvB0NhD/NBB3Qi6aZeV20GOWVI47t2dkecCEoneR4NPVcb7abpXDEvejgrUfFtG6vG/zxAKmg+g==
7777
dependencies:
7878
"@ampproject/remapping" "^2.2.0"
7979
"@babel/code-frame" "^7.27.1"
8080
"@babel/generator" "^7.27.3"
8181
"@babel/helper-compilation-targets" "^7.27.2"
8282
"@babel/helper-module-transforms" "^7.27.3"
83-
"@babel/helpers" "^7.27.3"
84-
"@babel/parser" "^7.27.3"
83+
"@babel/helpers" "^7.27.4"
84+
"@babel/parser" "^7.27.4"
8585
"@babel/template" "^7.27.2"
86-
"@babel/traverse" "^7.27.3"
86+
"@babel/traverse" "^7.27.4"
8787
"@babel/types" "^7.27.3"
8888
convert-source-map "^2.0.0"
8989
debug "^4.1.0"
@@ -357,10 +357,10 @@
357357
"@babel/traverse" "^7.27.1"
358358
"@babel/types" "^7.27.1"
359359

360-
"@babel/helpers@^7.27.3":
361-
version "7.27.3"
362-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.3.tgz#387d65d279290e22fe7a47a8ffcd2d0c0184edd0"
363-
integrity sha512-h/eKy9agOya1IGuLaZ9tEUgz+uIRXcbtOhRtUyyMf8JFmn1iT13vnl/IGVWSkdOCG/pC57U4S1jnAabAavTMwg==
360+
"@babel/helpers@^7.27.4":
361+
version "7.27.4"
362+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.4.tgz#c79050c6a0e41e095bfc96d469c85431e9ed7fe7"
363+
integrity sha512-Y+bO6U+I7ZKaM5G5rDUZiYfUvQPUibYmAFe7EnKdnKBbVXDZxvp+MWOH5gYciY0EPk4EScsuFMQBbEfpdRKSCQ==
364364
dependencies:
365365
"@babel/template" "^7.27.2"
366366
"@babel/types" "^7.27.3"
@@ -402,6 +402,13 @@
402402
dependencies:
403403
"@babel/types" "^7.27.3"
404404

405+
"@babel/parser@^7.27.4":
406+
version "7.27.4"
407+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.4.tgz#f92e89e4f51847be05427285836fc88341c956df"
408+
integrity sha512-BRmLHGwpUqLFR2jzx9orBuX/ABDkj2jLKOXrHDTN2aOKL+jFDDKaRNo9nyYsIl9h/UE/7lMKdDjKQQyxKKDZ7g==
409+
dependencies:
410+
"@babel/types" "^7.27.3"
411+
405412
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.27.1":
406413
version "7.27.1"
407414
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.27.1.tgz#61dd8a8e61f7eb568268d1b5f129da3eee364bf9"
@@ -983,6 +990,19 @@
983990
debug "^4.3.1"
984991
globals "^11.1.0"
985992

993+
"@babel/traverse@^7.27.4":
994+
version "7.27.4"
995+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.4.tgz#b0045ac7023c8472c3d35effd7cc9ebd638da6ea"
996+
integrity sha512-oNcu2QbHqts9BtOWJosOVJapWjBDSxGCpFvikNR5TGDYDQf3JwpIoMzIKrvfoti93cLfPJEG4tH9SPVeyCGgdA==
997+
dependencies:
998+
"@babel/code-frame" "^7.27.1"
999+
"@babel/generator" "^7.27.3"
1000+
"@babel/parser" "^7.27.4"
1001+
"@babel/template" "^7.27.2"
1002+
"@babel/types" "^7.27.3"
1003+
debug "^4.3.1"
1004+
globals "^11.1.0"
1005+
9861006
"@babel/types@^7.16.0", "@babel/types@^7.4.4":
9871007
version "7.16.0"
9881008
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.16.0.tgz#db3b313804f96aadd0b776c4823e127ad67289ba"

0 commit comments

Comments
 (0)