Skip to content

Commit e816d30

Browse files
⬆️ deps: Upgrade dependency @babel/core to v7.27.7.
1 parent 0429334 commit e816d30

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
@@ -73,7 +73,7 @@
7373
},
7474
"dependencies": {},
7575
"devDependencies": {
76-
"@babel/core": "7.27.4",
76+
"@babel/core": "7.27.7",
7777
"@babel/preset-env": "7.27.2",
7878
"@commitlint/cli": "19.8.1",
7979
"@iterable-iterator/list": "1.0.1",

yarn.lock

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

69-
"@babel/[email protected].4":
70-
version "7.27.4"
71-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.4.tgz#cc1fc55d0ce140a1828d1dd2a2eba285adbfb3ce"
72-
integrity sha512-bXYxrXFubeYdvB0NhD/NBB3Qi6aZeV20GOWVI47t2dkecCEoneR4NPVcb7abpXDEvejgrUfFtG6vG/zxAKmg+g==
69+
"@babel/[email protected].7":
70+
version "7.27.7"
71+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.7.tgz#0ddeab1e7b17317dad8c3c3a887716f66b5c4428"
72+
integrity sha512-BU2f9tlKQ5CAthiMIgpzAh4eDTLWo1mqi9jqE2OxMG0E/OM199VJt2q8BztTxpnSW0i1ymdwLXRJnYzvDM5r2w==
7373
dependencies:
7474
"@ampproject/remapping" "^2.2.0"
7575
"@babel/code-frame" "^7.27.1"
76-
"@babel/generator" "^7.27.3"
76+
"@babel/generator" "^7.27.5"
7777
"@babel/helper-compilation-targets" "^7.27.2"
7878
"@babel/helper-module-transforms" "^7.27.3"
79-
"@babel/helpers" "^7.27.4"
80-
"@babel/parser" "^7.27.4"
79+
"@babel/helpers" "^7.27.6"
80+
"@babel/parser" "^7.27.7"
8181
"@babel/template" "^7.27.2"
82-
"@babel/traverse" "^7.27.4"
83-
"@babel/types" "^7.27.3"
82+
"@babel/traverse" "^7.27.7"
83+
"@babel/types" "^7.27.7"
8484
convert-source-map "^2.0.0"
8585
debug "^4.1.0"
8686
gensync "^1.0.0-beta.2"
@@ -139,6 +139,17 @@
139139
"@jridgewell/trace-mapping" "^0.3.25"
140140
jsesc "^3.0.2"
141141

142+
"@babel/generator@^7.27.5":
143+
version "7.27.5"
144+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.27.5.tgz#3eb01866b345ba261b04911020cbe22dd4be8c8c"
145+
integrity sha512-ZGhA37l0e/g2s1Cnzdix0O3aLYm66eF8aufiVteOgnwxgnRP8GoyMj7VWsgWnQbVKXyge7hqrFh2K2TQM6t1Hw==
146+
dependencies:
147+
"@babel/parser" "^7.27.5"
148+
"@babel/types" "^7.27.3"
149+
"@jridgewell/gen-mapping" "^0.3.5"
150+
"@jridgewell/trace-mapping" "^0.3.25"
151+
jsesc "^3.0.2"
152+
142153
"@babel/helper-annotate-as-pure@^7.16.7":
143154
version "7.16.7"
144155
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.7.tgz#bb2339a7534a9c128e3102024c60760a3a7f3862"
@@ -571,13 +582,13 @@
571582
"@babel/traverse" "^7.17.0"
572583
"@babel/types" "^7.17.0"
573584

574-
"@babel/helpers@^7.27.4":
575-
version "7.27.4"
576-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.4.tgz#c79050c6a0e41e095bfc96d469c85431e9ed7fe7"
577-
integrity sha512-Y+bO6U+I7ZKaM5G5rDUZiYfUvQPUibYmAFe7EnKdnKBbVXDZxvp+MWOH5gYciY0EPk4EScsuFMQBbEfpdRKSCQ==
585+
"@babel/helpers@^7.27.6":
586+
version "7.27.6"
587+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.6.tgz#6456fed15b2cb669d2d1fabe84b66b34991d812c"
588+
integrity sha512-muE8Tt8M22638HU31A3CgfSUciwz1fhATfoVai05aPXGor//CdWDCbnlY1yvBPo07njuVOCNGCSp/GTt12lIug==
578589
dependencies:
579590
"@babel/template" "^7.27.2"
580-
"@babel/types" "^7.27.3"
591+
"@babel/types" "^7.27.6"
581592

582593
"@babel/highlight@^7.16.7":
583594
version "7.16.10"
@@ -616,12 +627,12 @@
616627
dependencies:
617628
"@babel/types" "^7.27.3"
618629

619-
"@babel/parser@^7.27.4":
620-
version "7.27.4"
621-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.4.tgz#f92e89e4f51847be05427285836fc88341c956df"
622-
integrity sha512-BRmLHGwpUqLFR2jzx9orBuX/ABDkj2jLKOXrHDTN2aOKL+jFDDKaRNo9nyYsIl9h/UE/7lMKdDjKQQyxKKDZ7g==
630+
"@babel/parser@^7.27.5", "@babel/parser@^7.27.7":
631+
version "7.27.7"
632+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.7.tgz#1687f5294b45039c159730e3b9c1f1b242e425e9"
633+
integrity sha512-qnzXzDXdr/po3bOTbTIQZ7+TxNKxpkN5IifVLXS+r7qwynkZfPyjZfE7hCXbo7IoO9TNcSyibgONsf2HauUd3Q==
623634
dependencies:
624-
"@babel/types" "^7.27.3"
635+
"@babel/types" "^7.27.7"
625636

626637
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.27.1":
627638
version "7.27.1"
@@ -1910,16 +1921,16 @@
19101921
debug "^4.3.1"
19111922
globals "^11.1.0"
19121923

1913-
"@babel/traverse@^7.27.4":
1914-
version "7.27.4"
1915-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.4.tgz#b0045ac7023c8472c3d35effd7cc9ebd638da6ea"
1916-
integrity sha512-oNcu2QbHqts9BtOWJosOVJapWjBDSxGCpFvikNR5TGDYDQf3JwpIoMzIKrvfoti93cLfPJEG4tH9SPVeyCGgdA==
1924+
"@babel/traverse@^7.27.7":
1925+
version "7.27.7"
1926+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.7.tgz#8355c39be6818362eace058cf7f3e25ac2ec3b55"
1927+
integrity sha512-X6ZlfR/O/s5EQ/SnUSLzr+6kGnkg8HXGMzpgsMsrJVcfDtH1vIp6ctCN4eZ1LS5c0+te5Cb6Y514fASjMRJ1nw==
19171928
dependencies:
19181929
"@babel/code-frame" "^7.27.1"
1919-
"@babel/generator" "^7.27.3"
1920-
"@babel/parser" "^7.27.4"
1930+
"@babel/generator" "^7.27.5"
1931+
"@babel/parser" "^7.27.7"
19211932
"@babel/template" "^7.27.2"
1922-
"@babel/types" "^7.27.3"
1933+
"@babel/types" "^7.27.7"
19231934
debug "^4.3.1"
19241935
globals "^11.1.0"
19251936

@@ -1955,6 +1966,14 @@
19551966
"@babel/helper-string-parser" "^7.27.1"
19561967
"@babel/helper-validator-identifier" "^7.27.1"
19571968

1969+
"@babel/types@^7.27.6", "@babel/types@^7.27.7":
1970+
version "7.27.7"
1971+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.7.tgz#40eabd562049b2ee1a205fa589e629f945dce20f"
1972+
integrity sha512-8OLQgDScAOHXnAz2cV+RfzzNMipuLVBz2biuAJFMV9bfkNf393je3VM8CLkjQodW5+iWsSJdSgSWT6rsZoXHPw==
1973+
dependencies:
1974+
"@babel/helper-string-parser" "^7.27.1"
1975+
"@babel/helper-validator-identifier" "^7.27.1"
1976+
19581977
"@bcoe/v8-coverage@^1.0.1":
19591978
version "1.0.1"
19601979
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-1.0.1.tgz#d72197747b8c7f7d63faa4f91de26fa649955a6d"

0 commit comments

Comments
 (0)