Skip to content

Commit 9cff54d

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

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
@@ -71,7 +71,7 @@
7171
"dependencies": {},
7272
"devDependencies": {
7373
"@arithmetic-type/int32": "0.0.1",
74-
"@babel/core": "7.27.3",
74+
"@babel/core": "7.27.4",
7575
"@babel/preset-env": "7.27.2",
7676
"@commitlint/cli": "19.8.1",
7777
"@js-library/commitlint-config": "0.0.4",

yarn.lock

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

67-
"@babel/[email protected].3":
68-
version "7.27.3"
69-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.3.tgz#d7d05502bccede3cab36373ed142e6a1df554c2f"
70-
integrity sha512-hyrN8ivxfvJ4i0fIJuV4EOlV0WDMz5Ui4StRTgVaAvWeiRCilXgwVvxJKtFQ3TKtHgJscB2YiXKGNJuVwhQMtA==
67+
"@babel/[email protected].4":
68+
version "7.27.4"
69+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.4.tgz#cc1fc55d0ce140a1828d1dd2a2eba285adbfb3ce"
70+
integrity sha512-bXYxrXFubeYdvB0NhD/NBB3Qi6aZeV20GOWVI47t2dkecCEoneR4NPVcb7abpXDEvejgrUfFtG6vG/zxAKmg+g==
7171
dependencies:
7272
"@ampproject/remapping" "^2.2.0"
7373
"@babel/code-frame" "^7.27.1"
7474
"@babel/generator" "^7.27.3"
7575
"@babel/helper-compilation-targets" "^7.27.2"
7676
"@babel/helper-module-transforms" "^7.27.3"
77-
"@babel/helpers" "^7.27.3"
78-
"@babel/parser" "^7.27.3"
77+
"@babel/helpers" "^7.27.4"
78+
"@babel/parser" "^7.27.4"
7979
"@babel/template" "^7.27.2"
80-
"@babel/traverse" "^7.27.3"
80+
"@babel/traverse" "^7.27.4"
8181
"@babel/types" "^7.27.3"
8282
convert-source-map "^2.0.0"
8383
debug "^4.1.0"
@@ -538,10 +538,10 @@
538538
"@babel/traverse" "^7.20.0"
539539
"@babel/types" "^7.20.0"
540540

541-
"@babel/helpers@^7.27.3":
542-
version "7.27.3"
543-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.3.tgz#387d65d279290e22fe7a47a8ffcd2d0c0184edd0"
544-
integrity sha512-h/eKy9agOya1IGuLaZ9tEUgz+uIRXcbtOhRtUyyMf8JFmn1iT13vnl/IGVWSkdOCG/pC57U4S1jnAabAavTMwg==
541+
"@babel/helpers@^7.27.4":
542+
version "7.27.4"
543+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.4.tgz#c79050c6a0e41e095bfc96d469c85431e9ed7fe7"
544+
integrity sha512-Y+bO6U+I7ZKaM5G5rDUZiYfUvQPUibYmAFe7EnKdnKBbVXDZxvp+MWOH5gYciY0EPk4EScsuFMQBbEfpdRKSCQ==
545545
dependencies:
546546
"@babel/template" "^7.27.2"
547547
"@babel/types" "^7.27.3"
@@ -583,6 +583,13 @@
583583
dependencies:
584584
"@babel/types" "^7.27.3"
585585

586+
"@babel/parser@^7.27.4":
587+
version "7.27.4"
588+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.4.tgz#f92e89e4f51847be05427285836fc88341c956df"
589+
integrity sha512-BRmLHGwpUqLFR2jzx9orBuX/ABDkj2jLKOXrHDTN2aOKL+jFDDKaRNo9nyYsIl9h/UE/7lMKdDjKQQyxKKDZ7g==
590+
dependencies:
591+
"@babel/types" "^7.27.3"
592+
586593
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.27.1":
587594
version "7.27.1"
588595
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"
@@ -1879,6 +1886,19 @@
18791886
debug "^4.3.1"
18801887
globals "^11.1.0"
18811888

1889+
"@babel/traverse@^7.27.4":
1890+
version "7.27.4"
1891+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.4.tgz#b0045ac7023c8472c3d35effd7cc9ebd638da6ea"
1892+
integrity sha512-oNcu2QbHqts9BtOWJosOVJapWjBDSxGCpFvikNR5TGDYDQf3JwpIoMzIKrvfoti93cLfPJEG4tH9SPVeyCGgdA==
1893+
dependencies:
1894+
"@babel/code-frame" "^7.27.1"
1895+
"@babel/generator" "^7.27.3"
1896+
"@babel/parser" "^7.27.4"
1897+
"@babel/template" "^7.27.2"
1898+
"@babel/types" "^7.27.3"
1899+
debug "^4.3.1"
1900+
globals "^11.1.0"
1901+
18821902
"@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.19.0", "@babel/types@^7.19.4", "@babel/types@^7.20.0", "@babel/types@^7.4.4":
18831903
version "7.20.0"
18841904
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.20.0.tgz#52c94cf8a7e24e89d2a194c25c35b17a64871479"

0 commit comments

Comments
 (0)