Skip to content

Commit 3296280

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

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
@@ -72,7 +72,7 @@
7272
},
7373
"devDependencies": {
7474
"@array-like/fill": "0.0.1",
75-
"@babel/core": "7.27.3",
75+
"@babel/core": "7.27.4",
7676
"@babel/preset-env": "7.27.2",
7777
"@commitlint/cli": "19.8.1",
7878
"@js-library/commitlint-config": "0.0.4",

yarn.lock

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

77-
"@babel/[email protected].3":
78-
version "7.27.3"
79-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.3.tgz#d7d05502bccede3cab36373ed142e6a1df554c2f"
80-
integrity sha512-hyrN8ivxfvJ4i0fIJuV4EOlV0WDMz5Ui4StRTgVaAvWeiRCilXgwVvxJKtFQ3TKtHgJscB2YiXKGNJuVwhQMtA==
77+
"@babel/[email protected].4":
78+
version "7.27.4"
79+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.4.tgz#cc1fc55d0ce140a1828d1dd2a2eba285adbfb3ce"
80+
integrity sha512-bXYxrXFubeYdvB0NhD/NBB3Qi6aZeV20GOWVI47t2dkecCEoneR4NPVcb7abpXDEvejgrUfFtG6vG/zxAKmg+g==
8181
dependencies:
8282
"@ampproject/remapping" "^2.2.0"
8383
"@babel/code-frame" "^7.27.1"
8484
"@babel/generator" "^7.27.3"
8585
"@babel/helper-compilation-targets" "^7.27.2"
8686
"@babel/helper-module-transforms" "^7.27.3"
87-
"@babel/helpers" "^7.27.3"
88-
"@babel/parser" "^7.27.3"
87+
"@babel/helpers" "^7.27.4"
88+
"@babel/parser" "^7.27.4"
8989
"@babel/template" "^7.27.2"
90-
"@babel/traverse" "^7.27.3"
90+
"@babel/traverse" "^7.27.4"
9191
"@babel/types" "^7.27.3"
9292
convert-source-map "^2.0.0"
9393
debug "^4.1.0"
@@ -570,10 +570,10 @@
570570
"@babel/traverse" "^7.14.8"
571571
"@babel/types" "^7.14.8"
572572

573-
"@babel/helpers@^7.27.3":
574-
version "7.27.3"
575-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.3.tgz#387d65d279290e22fe7a47a8ffcd2d0c0184edd0"
576-
integrity sha512-h/eKy9agOya1IGuLaZ9tEUgz+uIRXcbtOhRtUyyMf8JFmn1iT13vnl/IGVWSkdOCG/pC57U4S1jnAabAavTMwg==
573+
"@babel/helpers@^7.27.4":
574+
version "7.27.4"
575+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.4.tgz#c79050c6a0e41e095bfc96d469c85431e9ed7fe7"
576+
integrity sha512-Y+bO6U+I7ZKaM5G5rDUZiYfUvQPUibYmAFe7EnKdnKBbVXDZxvp+MWOH5gYciY0EPk4EScsuFMQBbEfpdRKSCQ==
577577
dependencies:
578578
"@babel/template" "^7.27.2"
579579
"@babel/types" "^7.27.3"
@@ -615,6 +615,13 @@
615615
dependencies:
616616
"@babel/types" "^7.27.3"
617617

618+
"@babel/parser@^7.27.4":
619+
version "7.27.4"
620+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.4.tgz#f92e89e4f51847be05427285836fc88341c956df"
621+
integrity sha512-BRmLHGwpUqLFR2jzx9orBuX/ABDkj2jLKOXrHDTN2aOKL+jFDDKaRNo9nyYsIl9h/UE/7lMKdDjKQQyxKKDZ7g==
622+
dependencies:
623+
"@babel/types" "^7.27.3"
624+
618625
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.27.1":
619626
version "7.27.1"
620627
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"
@@ -1891,6 +1898,19 @@
18911898
debug "^4.3.1"
18921899
globals "^11.1.0"
18931900

1901+
"@babel/traverse@^7.27.4":
1902+
version "7.27.4"
1903+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.4.tgz#b0045ac7023c8472c3d35effd7cc9ebd638da6ea"
1904+
integrity sha512-oNcu2QbHqts9BtOWJosOVJapWjBDSxGCpFvikNR5TGDYDQf3JwpIoMzIKrvfoti93cLfPJEG4tH9SPVeyCGgdA==
1905+
dependencies:
1906+
"@babel/code-frame" "^7.27.1"
1907+
"@babel/generator" "^7.27.3"
1908+
"@babel/parser" "^7.27.4"
1909+
"@babel/template" "^7.27.2"
1910+
"@babel/types" "^7.27.3"
1911+
debug "^4.3.1"
1912+
globals "^11.1.0"
1913+
18941914
"@babel/types@^7.14.5", "@babel/types@^7.14.8", "@babel/types@^7.4.4":
18951915
version "7.14.8"
18961916
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.8.tgz#38109de8fcadc06415fbd9b74df0065d4d41c728"

0 commit comments

Comments
 (0)