Skip to content

Commit dd18122

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

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
@@ -82,7 +82,7 @@
8282
},
8383
"devDependencies": {
8484
"@babel/cli": "7.27.2",
85-
"@babel/core": "7.27.3",
85+
"@babel/core": "7.27.4",
8686
"@babel/preset-env": "7.27.2",
8787
"@babel/register": "7.27.1",
8888
"@commitlint/cli": "19.8.1",

yarn.lock

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

92-
"@babel/[email protected].3":
93-
version "7.27.3"
94-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.3.tgz#d7d05502bccede3cab36373ed142e6a1df554c2f"
95-
integrity sha512-hyrN8ivxfvJ4i0fIJuV4EOlV0WDMz5Ui4StRTgVaAvWeiRCilXgwVvxJKtFQ3TKtHgJscB2YiXKGNJuVwhQMtA==
92+
"@babel/[email protected].4":
93+
version "7.27.4"
94+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.4.tgz#cc1fc55d0ce140a1828d1dd2a2eba285adbfb3ce"
95+
integrity sha512-bXYxrXFubeYdvB0NhD/NBB3Qi6aZeV20GOWVI47t2dkecCEoneR4NPVcb7abpXDEvejgrUfFtG6vG/zxAKmg+g==
9696
dependencies:
9797
"@ampproject/remapping" "^2.2.0"
9898
"@babel/code-frame" "^7.27.1"
9999
"@babel/generator" "^7.27.3"
100100
"@babel/helper-compilation-targets" "^7.27.2"
101101
"@babel/helper-module-transforms" "^7.27.3"
102-
"@babel/helpers" "^7.27.3"
103-
"@babel/parser" "^7.27.3"
102+
"@babel/helpers" "^7.27.4"
103+
"@babel/parser" "^7.27.4"
104104
"@babel/template" "^7.27.2"
105-
"@babel/traverse" "^7.27.3"
105+
"@babel/traverse" "^7.27.4"
106106
"@babel/types" "^7.27.3"
107107
convert-source-map "^2.0.0"
108108
debug "^4.1.0"
@@ -371,10 +371,10 @@
371371
"@babel/traverse" "^7.27.1"
372372
"@babel/types" "^7.27.1"
373373

374-
"@babel/helpers@^7.27.3":
375-
version "7.27.3"
376-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.3.tgz#387d65d279290e22fe7a47a8ffcd2d0c0184edd0"
377-
integrity sha512-h/eKy9agOya1IGuLaZ9tEUgz+uIRXcbtOhRtUyyMf8JFmn1iT13vnl/IGVWSkdOCG/pC57U4S1jnAabAavTMwg==
374+
"@babel/helpers@^7.27.4":
375+
version "7.27.4"
376+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.4.tgz#c79050c6a0e41e095bfc96d469c85431e9ed7fe7"
377+
integrity sha512-Y+bO6U+I7ZKaM5G5rDUZiYfUvQPUibYmAFe7EnKdnKBbVXDZxvp+MWOH5gYciY0EPk4EScsuFMQBbEfpdRKSCQ==
378378
dependencies:
379379
"@babel/template" "^7.27.2"
380380
"@babel/types" "^7.27.3"
@@ -416,6 +416,13 @@
416416
dependencies:
417417
"@babel/types" "^7.27.3"
418418

419+
"@babel/parser@^7.27.4":
420+
version "7.27.4"
421+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.4.tgz#f92e89e4f51847be05427285836fc88341c956df"
422+
integrity sha512-BRmLHGwpUqLFR2jzx9orBuX/ABDkj2jLKOXrHDTN2aOKL+jFDDKaRNo9nyYsIl9h/UE/7lMKdDjKQQyxKKDZ7g==
423+
dependencies:
424+
"@babel/types" "^7.27.3"
425+
419426
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.27.1":
420427
version "7.27.1"
421428
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"
@@ -1008,6 +1015,19 @@
10081015
debug "^4.3.1"
10091016
globals "^11.1.0"
10101017

1018+
"@babel/traverse@^7.27.4":
1019+
version "7.27.4"
1020+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.4.tgz#b0045ac7023c8472c3d35effd7cc9ebd638da6ea"
1021+
integrity sha512-oNcu2QbHqts9BtOWJosOVJapWjBDSxGCpFvikNR5TGDYDQf3JwpIoMzIKrvfoti93cLfPJEG4tH9SPVeyCGgdA==
1022+
dependencies:
1023+
"@babel/code-frame" "^7.27.1"
1024+
"@babel/generator" "^7.27.3"
1025+
"@babel/parser" "^7.27.4"
1026+
"@babel/template" "^7.27.2"
1027+
"@babel/types" "^7.27.3"
1028+
debug "^4.3.1"
1029+
globals "^11.1.0"
1030+
10111031
"@babel/types@^7.18.6", "@babel/types@^7.20.7", "@babel/types@^7.4.4":
10121032
version "7.20.7"
10131033
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.20.7.tgz#54ec75e252318423fc07fb644dc6a58a64c09b7f"

0 commit comments

Comments
 (0)