Skip to content

Commit 9887a4a

Browse files
⬆️ deps: Upgrade dependency @babel/core to v7.27.7. (#462)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9e16bf6 commit 9887a4a

File tree

2 files changed

+46
-27
lines changed

2 files changed

+46
-27
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"dependencies": {},
8080
"devDependencies": {
8181
"@babel/cli": "7.27.2",
82-
"@babel/core": "7.27.4",
82+
"@babel/core": "7.27.7",
8383
"@babel/preset-env": "7.27.2",
8484
"@commitlint/cli": "19.8.1",
8585
"@iterable-iterator/zip": "1.0.1",

yarn.lock

Lines changed: 45 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -70,21 +70,21 @@
7070
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.27.2.tgz#4183f9e642fd84e74e3eea7ffa93a412e3b102c9"
7171
integrity sha512-TUtMJYRPyUb/9aU8f3K0mjmjf6M9N5Woshn2CS6nqJSeJtTtQcpLUXjGt9vbF8ZGff0El99sWkLgzwW3VXnxZQ==
7272

73-
"@babel/[email protected].4":
74-
version "7.27.4"
75-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.4.tgz#cc1fc55d0ce140a1828d1dd2a2eba285adbfb3ce"
76-
integrity sha512-bXYxrXFubeYdvB0NhD/NBB3Qi6aZeV20GOWVI47t2dkecCEoneR4NPVcb7abpXDEvejgrUfFtG6vG/zxAKmg+g==
73+
"@babel/[email protected].7":
74+
version "7.27.7"
75+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.7.tgz#0ddeab1e7b17317dad8c3c3a887716f66b5c4428"
76+
integrity sha512-BU2f9tlKQ5CAthiMIgpzAh4eDTLWo1mqi9jqE2OxMG0E/OM199VJt2q8BztTxpnSW0i1ymdwLXRJnYzvDM5r2w==
7777
dependencies:
7878
"@ampproject/remapping" "^2.2.0"
7979
"@babel/code-frame" "^7.27.1"
80-
"@babel/generator" "^7.27.3"
80+
"@babel/generator" "^7.27.5"
8181
"@babel/helper-compilation-targets" "^7.27.2"
8282
"@babel/helper-module-transforms" "^7.27.3"
83-
"@babel/helpers" "^7.27.4"
84-
"@babel/parser" "^7.27.4"
83+
"@babel/helpers" "^7.27.6"
84+
"@babel/parser" "^7.27.7"
8585
"@babel/template" "^7.27.2"
86-
"@babel/traverse" "^7.27.4"
87-
"@babel/types" "^7.27.3"
86+
"@babel/traverse" "^7.27.7"
87+
"@babel/types" "^7.27.7"
8888
convert-source-map "^2.0.0"
8989
debug "^4.1.0"
9090
gensync "^1.0.0-beta.2"
@@ -122,6 +122,17 @@
122122
"@jridgewell/trace-mapping" "^0.3.25"
123123
jsesc "^3.0.2"
124124

125+
"@babel/generator@^7.27.5":
126+
version "7.27.5"
127+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.27.5.tgz#3eb01866b345ba261b04911020cbe22dd4be8c8c"
128+
integrity sha512-ZGhA37l0e/g2s1Cnzdix0O3aLYm66eF8aufiVteOgnwxgnRP8GoyMj7VWsgWnQbVKXyge7hqrFh2K2TQM6t1Hw==
129+
dependencies:
130+
"@babel/parser" "^7.27.5"
131+
"@babel/types" "^7.27.3"
132+
"@jridgewell/gen-mapping" "^0.3.5"
133+
"@jridgewell/trace-mapping" "^0.3.25"
134+
jsesc "^3.0.2"
135+
125136
"@babel/helper-annotate-as-pure@^7.18.6":
126137
version "7.18.6"
127138
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb"
@@ -357,13 +368,13 @@
357368
"@babel/traverse" "^7.27.1"
358369
"@babel/types" "^7.27.1"
359370

360-
"@babel/helpers@^7.27.4":
361-
version "7.27.4"
362-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.4.tgz#c79050c6a0e41e095bfc96d469c85431e9ed7fe7"
363-
integrity sha512-Y+bO6U+I7ZKaM5G5rDUZiYfUvQPUibYmAFe7EnKdnKBbVXDZxvp+MWOH5gYciY0EPk4EScsuFMQBbEfpdRKSCQ==
371+
"@babel/helpers@^7.27.6":
372+
version "7.27.6"
373+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.6.tgz#6456fed15b2cb669d2d1fabe84b66b34991d812c"
374+
integrity sha512-muE8Tt8M22638HU31A3CgfSUciwz1fhATfoVai05aPXGor//CdWDCbnlY1yvBPo07njuVOCNGCSp/GTt12lIug==
364375
dependencies:
365376
"@babel/template" "^7.27.2"
366-
"@babel/types" "^7.27.3"
377+
"@babel/types" "^7.27.6"
367378

368379
"@babel/highlight@^7.16.0":
369380
version "7.16.0"
@@ -402,12 +413,12 @@
402413
dependencies:
403414
"@babel/types" "^7.27.3"
404415

405-
"@babel/parser@^7.27.4":
406-
version "7.27.4"
407-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.4.tgz#f92e89e4f51847be05427285836fc88341c956df"
408-
integrity sha512-BRmLHGwpUqLFR2jzx9orBuX/ABDkj2jLKOXrHDTN2aOKL+jFDDKaRNo9nyYsIl9h/UE/7lMKdDjKQQyxKKDZ7g==
416+
"@babel/parser@^7.27.5", "@babel/parser@^7.27.7":
417+
version "7.27.7"
418+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.7.tgz#1687f5294b45039c159730e3b9c1f1b242e425e9"
419+
integrity sha512-qnzXzDXdr/po3bOTbTIQZ7+TxNKxpkN5IifVLXS+r7qwynkZfPyjZfE7hCXbo7IoO9TNcSyibgONsf2HauUd3Q==
409420
dependencies:
410-
"@babel/types" "^7.27.3"
421+
"@babel/types" "^7.27.7"
411422

412423
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.27.1":
413424
version "7.27.1"
@@ -990,16 +1001,16 @@
9901001
debug "^4.3.1"
9911002
globals "^11.1.0"
9921003

993-
"@babel/traverse@^7.27.4":
994-
version "7.27.4"
995-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.4.tgz#b0045ac7023c8472c3d35effd7cc9ebd638da6ea"
996-
integrity sha512-oNcu2QbHqts9BtOWJosOVJapWjBDSxGCpFvikNR5TGDYDQf3JwpIoMzIKrvfoti93cLfPJEG4tH9SPVeyCGgdA==
1004+
"@babel/traverse@^7.27.7":
1005+
version "7.27.7"
1006+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.7.tgz#8355c39be6818362eace058cf7f3e25ac2ec3b55"
1007+
integrity sha512-X6ZlfR/O/s5EQ/SnUSLzr+6kGnkg8HXGMzpgsMsrJVcfDtH1vIp6ctCN4eZ1LS5c0+te5Cb6Y514fASjMRJ1nw==
9971008
dependencies:
9981009
"@babel/code-frame" "^7.27.1"
999-
"@babel/generator" "^7.27.3"
1000-
"@babel/parser" "^7.27.4"
1010+
"@babel/generator" "^7.27.5"
1011+
"@babel/parser" "^7.27.7"
10011012
"@babel/template" "^7.27.2"
1002-
"@babel/types" "^7.27.3"
1013+
"@babel/types" "^7.27.7"
10031014
debug "^4.3.1"
10041015
globals "^11.1.0"
10051016

@@ -1035,6 +1046,14 @@
10351046
"@babel/helper-string-parser" "^7.27.1"
10361047
"@babel/helper-validator-identifier" "^7.27.1"
10371048

1049+
"@babel/types@^7.27.6", "@babel/types@^7.27.7":
1050+
version "7.27.7"
1051+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.7.tgz#40eabd562049b2ee1a205fa589e629f945dce20f"
1052+
integrity sha512-8OLQgDScAOHXnAz2cV+RfzzNMipuLVBz2biuAJFMV9bfkNf393je3VM8CLkjQodW5+iWsSJdSgSWT6rsZoXHPw==
1053+
dependencies:
1054+
"@babel/helper-string-parser" "^7.27.1"
1055+
"@babel/helper-validator-identifier" "^7.27.1"
1056+
10381057
"@bcoe/v8-coverage@^1.0.1":
10391058
version "1.0.1"
10401059
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-1.0.1.tgz#d72197747b8c7f7d63faa4f91de26fa649955a6d"

0 commit comments

Comments
 (0)