Skip to content

Commit f3fa751

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

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
},
7474
"devDependencies": {
7575
"@array-like/alloc": "0.0.1",
76-
"@babel/core": "7.27.3",
76+
"@babel/core": "7.27.4",
7777
"@babel/plugin-transform-destructuring": "7.27.3",
7878
"@babel/plugin-transform-for-of": "7.27.1",
7979
"@babel/preset-env": "7.27.2",

yarn.lock

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

72-
"@babel/[email protected].3":
73-
version "7.27.3"
74-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.3.tgz#d7d05502bccede3cab36373ed142e6a1df554c2f"
75-
integrity sha512-hyrN8ivxfvJ4i0fIJuV4EOlV0WDMz5Ui4StRTgVaAvWeiRCilXgwVvxJKtFQ3TKtHgJscB2YiXKGNJuVwhQMtA==
72+
"@babel/[email protected].4":
73+
version "7.27.4"
74+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.4.tgz#cc1fc55d0ce140a1828d1dd2a2eba285adbfb3ce"
75+
integrity sha512-bXYxrXFubeYdvB0NhD/NBB3Qi6aZeV20GOWVI47t2dkecCEoneR4NPVcb7abpXDEvejgrUfFtG6vG/zxAKmg+g==
7676
dependencies:
7777
"@ampproject/remapping" "^2.2.0"
7878
"@babel/code-frame" "^7.27.1"
7979
"@babel/generator" "^7.27.3"
8080
"@babel/helper-compilation-targets" "^7.27.2"
8181
"@babel/helper-module-transforms" "^7.27.3"
82-
"@babel/helpers" "^7.27.3"
83-
"@babel/parser" "^7.27.3"
82+
"@babel/helpers" "^7.27.4"
83+
"@babel/parser" "^7.27.4"
8484
"@babel/template" "^7.27.2"
85-
"@babel/traverse" "^7.27.3"
85+
"@babel/traverse" "^7.27.4"
8686
"@babel/types" "^7.27.3"
8787
convert-source-map "^2.0.0"
8888
debug "^4.1.0"
@@ -543,10 +543,10 @@
543543
"@babel/traverse" "^7.19.4"
544544
"@babel/types" "^7.19.4"
545545

546-
"@babel/helpers@^7.27.3":
547-
version "7.27.3"
548-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.3.tgz#387d65d279290e22fe7a47a8ffcd2d0c0184edd0"
549-
integrity sha512-h/eKy9agOya1IGuLaZ9tEUgz+uIRXcbtOhRtUyyMf8JFmn1iT13vnl/IGVWSkdOCG/pC57U4S1jnAabAavTMwg==
546+
"@babel/helpers@^7.27.4":
547+
version "7.27.4"
548+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.4.tgz#c79050c6a0e41e095bfc96d469c85431e9ed7fe7"
549+
integrity sha512-Y+bO6U+I7ZKaM5G5rDUZiYfUvQPUibYmAFe7EnKdnKBbVXDZxvp+MWOH5gYciY0EPk4EScsuFMQBbEfpdRKSCQ==
550550
dependencies:
551551
"@babel/template" "^7.27.2"
552552
"@babel/types" "^7.27.3"
@@ -588,6 +588,13 @@
588588
dependencies:
589589
"@babel/types" "^7.27.3"
590590

591+
"@babel/parser@^7.27.4":
592+
version "7.27.4"
593+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.4.tgz#f92e89e4f51847be05427285836fc88341c956df"
594+
integrity sha512-BRmLHGwpUqLFR2jzx9orBuX/ABDkj2jLKOXrHDTN2aOKL+jFDDKaRNo9nyYsIl9h/UE/7lMKdDjKQQyxKKDZ7g==
595+
dependencies:
596+
"@babel/types" "^7.27.3"
597+
591598
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.27.1":
592599
version "7.27.1"
593600
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"
@@ -1894,6 +1901,19 @@
18941901
debug "^4.3.1"
18951902
globals "^11.1.0"
18961903

1904+
"@babel/traverse@^7.27.4":
1905+
version "7.27.4"
1906+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.4.tgz#b0045ac7023c8472c3d35effd7cc9ebd638da6ea"
1907+
integrity sha512-oNcu2QbHqts9BtOWJosOVJapWjBDSxGCpFvikNR5TGDYDQf3JwpIoMzIKrvfoti93cLfPJEG4tH9SPVeyCGgdA==
1908+
dependencies:
1909+
"@babel/code-frame" "^7.27.1"
1910+
"@babel/generator" "^7.27.3"
1911+
"@babel/parser" "^7.27.4"
1912+
"@babel/template" "^7.27.2"
1913+
"@babel/types" "^7.27.3"
1914+
debug "^4.3.1"
1915+
globals "^11.1.0"
1916+
18971917
"@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.19.0", "@babel/types@^7.19.3", "@babel/types@^7.19.4", "@babel/types@^7.4.4":
18981918
version "7.19.4"
18991919
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.19.4.tgz#0dd5c91c573a202d600490a35b33246fed8a41c7"

0 commit comments

Comments
 (0)