Skip to content

Commit bd4a1d4

Browse files
chore(deps): update dependency @babel/core to v7.27.4 (#461)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9ec8bc1 commit bd4a1d4

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
@@ -19,7 +19,7 @@
1919
},
2020
"devDependencies": {
2121
"@babel/cli": "7.27.2",
22-
"@babel/core": "7.27.3",
22+
"@babel/core": "7.27.4",
2323
"@babel/plugin-proposal-class-properties": "7.18.6",
2424
"@babel/plugin-transform-react-jsx": "7.27.1",
2525
"@babel/register": "7.27.1",

yarn.lock

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

57-
"@babel/[email protected].3":
58-
version "7.27.3"
59-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.3.tgz#d7d05502bccede3cab36373ed142e6a1df554c2f"
60-
integrity sha512-hyrN8ivxfvJ4i0fIJuV4EOlV0WDMz5Ui4StRTgVaAvWeiRCilXgwVvxJKtFQ3TKtHgJscB2YiXKGNJuVwhQMtA==
57+
"@babel/[email protected].4":
58+
version "7.27.4"
59+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.4.tgz#cc1fc55d0ce140a1828d1dd2a2eba285adbfb3ce"
60+
integrity sha512-bXYxrXFubeYdvB0NhD/NBB3Qi6aZeV20GOWVI47t2dkecCEoneR4NPVcb7abpXDEvejgrUfFtG6vG/zxAKmg+g==
6161
dependencies:
6262
"@ampproject/remapping" "^2.2.0"
6363
"@babel/code-frame" "^7.27.1"
6464
"@babel/generator" "^7.27.3"
6565
"@babel/helper-compilation-targets" "^7.27.2"
6666
"@babel/helper-module-transforms" "^7.27.3"
67-
"@babel/helpers" "^7.27.3"
68-
"@babel/parser" "^7.27.3"
67+
"@babel/helpers" "^7.27.4"
68+
"@babel/parser" "^7.27.4"
6969
"@babel/template" "^7.27.2"
70-
"@babel/traverse" "^7.27.3"
70+
"@babel/traverse" "^7.27.4"
7171
"@babel/types" "^7.27.3"
7272
convert-source-map "^2.0.0"
7373
debug "^4.1.0"
@@ -263,10 +263,10 @@
263263
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz#fa52f5b1e7db1ab049445b421c4471303897702f"
264264
integrity sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==
265265

266-
"@babel/helpers@^7.27.3":
267-
version "7.27.3"
268-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.3.tgz#387d65d279290e22fe7a47a8ffcd2d0c0184edd0"
269-
integrity sha512-h/eKy9agOya1IGuLaZ9tEUgz+uIRXcbtOhRtUyyMf8JFmn1iT13vnl/IGVWSkdOCG/pC57U4S1jnAabAavTMwg==
266+
"@babel/helpers@^7.27.4":
267+
version "7.27.4"
268+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.4.tgz#c79050c6a0e41e095bfc96d469c85431e9ed7fe7"
269+
integrity sha512-Y+bO6U+I7ZKaM5G5rDUZiYfUvQPUibYmAFe7EnKdnKBbVXDZxvp+MWOH5gYciY0EPk4EScsuFMQBbEfpdRKSCQ==
270270
dependencies:
271271
"@babel/template" "^7.27.2"
272272
"@babel/types" "^7.27.3"
@@ -308,6 +308,13 @@
308308
dependencies:
309309
"@babel/types" "^7.27.3"
310310

311+
"@babel/parser@^7.27.4":
312+
version "7.27.4"
313+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.4.tgz#f92e89e4f51847be05427285836fc88341c956df"
314+
integrity sha512-BRmLHGwpUqLFR2jzx9orBuX/ABDkj2jLKOXrHDTN2aOKL+jFDDKaRNo9nyYsIl9h/UE/7lMKdDjKQQyxKKDZ7g==
315+
dependencies:
316+
"@babel/types" "^7.27.3"
317+
311318
312319
version "7.18.6"
313320
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz#b110f59741895f7ec21a6fff696ec46265c446a3"
@@ -405,6 +412,19 @@
405412
debug "^4.3.1"
406413
globals "^11.1.0"
407414

415+
"@babel/traverse@^7.27.4":
416+
version "7.27.4"
417+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.4.tgz#b0045ac7023c8472c3d35effd7cc9ebd638da6ea"
418+
integrity sha512-oNcu2QbHqts9BtOWJosOVJapWjBDSxGCpFvikNR5TGDYDQf3JwpIoMzIKrvfoti93cLfPJEG4tH9SPVeyCGgdA==
419+
dependencies:
420+
"@babel/code-frame" "^7.27.1"
421+
"@babel/generator" "^7.27.3"
422+
"@babel/parser" "^7.27.4"
423+
"@babel/template" "^7.27.2"
424+
"@babel/types" "^7.27.3"
425+
debug "^4.3.1"
426+
globals "^11.1.0"
427+
408428
"@babel/types@^7.0.0", "@babel/types@^7.0.0-beta.49":
409429
version "7.4.0"
410430
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.4.0.tgz#670724f77d24cce6cc7d8cf64599d511d164894c"

0 commit comments

Comments
 (0)