Skip to content

Commit 22f1747

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

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
@@ -73,7 +73,7 @@
7373
"@array-like/alloc": "0.0.1",
7474
"@array-like/copy": "0.0.1",
7575
"@array-like/fill": "0.0.1",
76-
"@babel/core": "7.27.3",
76+
"@babel/core": "7.27.4",
7777
"@babel/preset-env": "7.27.2",
7878
"@commitlint/cli": "19.8.1",
7979
"@js-library/commitlint-config": "0.0.4",

yarn.lock

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

89-
"@babel/core@7.27.3":
90-
version "7.27.3"
91-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.3.tgz#d7d05502bccede3cab36373ed142e6a1df554c2f"
92-
integrity sha512-hyrN8ivxfvJ4i0fIJuV4EOlV0WDMz5Ui4StRTgVaAvWeiRCilXgwVvxJKtFQ3TKtHgJscB2YiXKGNJuVwhQMtA==
89+
"@babel/core@7.27.4":
90+
version "7.27.4"
91+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.4.tgz#cc1fc55d0ce140a1828d1dd2a2eba285adbfb3ce"
92+
integrity sha512-bXYxrXFubeYdvB0NhD/NBB3Qi6aZeV20GOWVI47t2dkecCEoneR4NPVcb7abpXDEvejgrUfFtG6vG/zxAKmg+g==
9393
dependencies:
9494
"@ampproject/remapping" "^2.2.0"
9595
"@babel/code-frame" "^7.27.1"
9696
"@babel/generator" "^7.27.3"
9797
"@babel/helper-compilation-targets" "^7.27.2"
9898
"@babel/helper-module-transforms" "^7.27.3"
99-
"@babel/helpers" "^7.27.3"
100-
"@babel/parser" "^7.27.3"
99+
"@babel/helpers" "^7.27.4"
100+
"@babel/parser" "^7.27.4"
101101
"@babel/template" "^7.27.2"
102-
"@babel/traverse" "^7.27.3"
102+
"@babel/traverse" "^7.27.4"
103103
"@babel/types" "^7.27.3"
104104
convert-source-map "^2.0.0"
105105
debug "^4.1.0"
@@ -591,10 +591,10 @@
591591
"@babel/traverse" "^7.16.5"
592592
"@babel/types" "^7.16.0"
593593

594-
"@babel/helpers@^7.27.3":
595-
version "7.27.3"
596-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.3.tgz#387d65d279290e22fe7a47a8ffcd2d0c0184edd0"
597-
integrity sha512-h/eKy9agOya1IGuLaZ9tEUgz+uIRXcbtOhRtUyyMf8JFmn1iT13vnl/IGVWSkdOCG/pC57U4S1jnAabAavTMwg==
594+
"@babel/helpers@^7.27.4":
595+
version "7.27.4"
596+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.4.tgz#c79050c6a0e41e095bfc96d469c85431e9ed7fe7"
597+
integrity sha512-Y+bO6U+I7ZKaM5G5rDUZiYfUvQPUibYmAFe7EnKdnKBbVXDZxvp+MWOH5gYciY0EPk4EScsuFMQBbEfpdRKSCQ==
598598
dependencies:
599599
"@babel/template" "^7.27.2"
600600
"@babel/types" "^7.27.3"
@@ -636,6 +636,13 @@
636636
dependencies:
637637
"@babel/types" "^7.27.3"
638638

639+
"@babel/parser@^7.27.4":
640+
version "7.27.4"
641+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.4.tgz#f92e89e4f51847be05427285836fc88341c956df"
642+
integrity sha512-BRmLHGwpUqLFR2jzx9orBuX/ABDkj2jLKOXrHDTN2aOKL+jFDDKaRNo9nyYsIl9h/UE/7lMKdDjKQQyxKKDZ7g==
643+
dependencies:
644+
"@babel/types" "^7.27.3"
645+
639646
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.27.1":
640647
version "7.27.1"
641648
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"
@@ -1922,6 +1929,19 @@
19221929
debug "^4.3.1"
19231930
globals "^11.1.0"
19241931

1932+
"@babel/traverse@^7.27.4":
1933+
version "7.27.4"
1934+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.4.tgz#b0045ac7023c8472c3d35effd7cc9ebd638da6ea"
1935+
integrity sha512-oNcu2QbHqts9BtOWJosOVJapWjBDSxGCpFvikNR5TGDYDQf3JwpIoMzIKrvfoti93cLfPJEG4tH9SPVeyCGgdA==
1936+
dependencies:
1937+
"@babel/code-frame" "^7.27.1"
1938+
"@babel/generator" "^7.27.3"
1939+
"@babel/parser" "^7.27.4"
1940+
"@babel/template" "^7.27.2"
1941+
"@babel/types" "^7.27.3"
1942+
debug "^4.3.1"
1943+
globals "^11.1.0"
1944+
19251945
"@babel/types@^7.16.0", "@babel/types@^7.4.4":
19261946
version "7.16.0"
19271947
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.16.0.tgz#db3b313804f96aadd0b776c4823e127ad67289ba"

0 commit comments

Comments
 (0)