Skip to content

Commit 5a1c280

Browse files
⬆️ deps: Upgrade dependency @babel/core to v7.27.7. (#323)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8c3bcde commit 5a1c280

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
@@ -69,7 +69,7 @@
6969
"@arithmetic-operations-for/naturals-big-endian": "^12.0.0"
7070
},
7171
"devDependencies": {
72-
"@babel/core": "7.27.4",
72+
"@babel/core": "7.27.7",
7373
"@babel/preset-env": "7.27.2",
7474
"@commitlint/cli": "19.8.1",
7575
"@iterable-iterator/map": "1.0.1",

yarn.lock

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

67-
"@babel/[email protected].4":
68-
version "7.27.4"
69-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.4.tgz#cc1fc55d0ce140a1828d1dd2a2eba285adbfb3ce"
70-
integrity sha512-bXYxrXFubeYdvB0NhD/NBB3Qi6aZeV20GOWVI47t2dkecCEoneR4NPVcb7abpXDEvejgrUfFtG6vG/zxAKmg+g==
67+
"@babel/[email protected].7":
68+
version "7.27.7"
69+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.7.tgz#0ddeab1e7b17317dad8c3c3a887716f66b5c4428"
70+
integrity sha512-BU2f9tlKQ5CAthiMIgpzAh4eDTLWo1mqi9jqE2OxMG0E/OM199VJt2q8BztTxpnSW0i1ymdwLXRJnYzvDM5r2w==
7171
dependencies:
7272
"@ampproject/remapping" "^2.2.0"
7373
"@babel/code-frame" "^7.27.1"
74-
"@babel/generator" "^7.27.3"
74+
"@babel/generator" "^7.27.5"
7575
"@babel/helper-compilation-targets" "^7.27.2"
7676
"@babel/helper-module-transforms" "^7.27.3"
77-
"@babel/helpers" "^7.27.4"
78-
"@babel/parser" "^7.27.4"
77+
"@babel/helpers" "^7.27.6"
78+
"@babel/parser" "^7.27.7"
7979
"@babel/template" "^7.27.2"
80-
"@babel/traverse" "^7.27.4"
81-
"@babel/types" "^7.27.3"
80+
"@babel/traverse" "^7.27.7"
81+
"@babel/types" "^7.27.7"
8282
convert-source-map "^2.0.0"
8383
debug "^4.1.0"
8484
gensync "^1.0.0-beta.2"
@@ -137,6 +137,17 @@
137137
"@jridgewell/trace-mapping" "^0.3.25"
138138
jsesc "^3.0.2"
139139

140+
"@babel/generator@^7.27.5":
141+
version "7.27.5"
142+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.27.5.tgz#3eb01866b345ba261b04911020cbe22dd4be8c8c"
143+
integrity sha512-ZGhA37l0e/g2s1Cnzdix0O3aLYm66eF8aufiVteOgnwxgnRP8GoyMj7VWsgWnQbVKXyge7hqrFh2K2TQM6t1Hw==
144+
dependencies:
145+
"@babel/parser" "^7.27.5"
146+
"@babel/types" "^7.27.3"
147+
"@jridgewell/gen-mapping" "^0.3.5"
148+
"@jridgewell/trace-mapping" "^0.3.25"
149+
jsesc "^3.0.2"
150+
140151
"@babel/helper-annotate-as-pure@^7.18.6":
141152
version "7.18.6"
142153
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb"
@@ -538,13 +549,13 @@
538549
"@babel/traverse" "^7.20.0"
539550
"@babel/types" "^7.20.0"
540551

541-
"@babel/helpers@^7.27.4":
542-
version "7.27.4"
543-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.4.tgz#c79050c6a0e41e095bfc96d469c85431e9ed7fe7"
544-
integrity sha512-Y+bO6U+I7ZKaM5G5rDUZiYfUvQPUibYmAFe7EnKdnKBbVXDZxvp+MWOH5gYciY0EPk4EScsuFMQBbEfpdRKSCQ==
552+
"@babel/helpers@^7.27.6":
553+
version "7.27.6"
554+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.6.tgz#6456fed15b2cb669d2d1fabe84b66b34991d812c"
555+
integrity sha512-muE8Tt8M22638HU31A3CgfSUciwz1fhATfoVai05aPXGor//CdWDCbnlY1yvBPo07njuVOCNGCSp/GTt12lIug==
545556
dependencies:
546557
"@babel/template" "^7.27.2"
547-
"@babel/types" "^7.27.3"
558+
"@babel/types" "^7.27.6"
548559

549560
"@babel/highlight@^7.18.6":
550561
version "7.18.6"
@@ -583,12 +594,12 @@
583594
dependencies:
584595
"@babel/types" "^7.27.3"
585596

586-
"@babel/parser@^7.27.4":
587-
version "7.27.4"
588-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.4.tgz#f92e89e4f51847be05427285836fc88341c956df"
589-
integrity sha512-BRmLHGwpUqLFR2jzx9orBuX/ABDkj2jLKOXrHDTN2aOKL+jFDDKaRNo9nyYsIl9h/UE/7lMKdDjKQQyxKKDZ7g==
597+
"@babel/parser@^7.27.5", "@babel/parser@^7.27.7":
598+
version "7.27.7"
599+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.7.tgz#1687f5294b45039c159730e3b9c1f1b242e425e9"
600+
integrity sha512-qnzXzDXdr/po3bOTbTIQZ7+TxNKxpkN5IifVLXS+r7qwynkZfPyjZfE7hCXbo7IoO9TNcSyibgONsf2HauUd3Q==
590601
dependencies:
591-
"@babel/types" "^7.27.3"
602+
"@babel/types" "^7.27.7"
592603

593604
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.27.1":
594605
version "7.27.1"
@@ -1886,16 +1897,16 @@
18861897
debug "^4.3.1"
18871898
globals "^11.1.0"
18881899

1889-
"@babel/traverse@^7.27.4":
1890-
version "7.27.4"
1891-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.4.tgz#b0045ac7023c8472c3d35effd7cc9ebd638da6ea"
1892-
integrity sha512-oNcu2QbHqts9BtOWJosOVJapWjBDSxGCpFvikNR5TGDYDQf3JwpIoMzIKrvfoti93cLfPJEG4tH9SPVeyCGgdA==
1900+
"@babel/traverse@^7.27.7":
1901+
version "7.27.7"
1902+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.7.tgz#8355c39be6818362eace058cf7f3e25ac2ec3b55"
1903+
integrity sha512-X6ZlfR/O/s5EQ/SnUSLzr+6kGnkg8HXGMzpgsMsrJVcfDtH1vIp6ctCN4eZ1LS5c0+te5Cb6Y514fASjMRJ1nw==
18931904
dependencies:
18941905
"@babel/code-frame" "^7.27.1"
1895-
"@babel/generator" "^7.27.3"
1896-
"@babel/parser" "^7.27.4"
1906+
"@babel/generator" "^7.27.5"
1907+
"@babel/parser" "^7.27.7"
18971908
"@babel/template" "^7.27.2"
1898-
"@babel/types" "^7.27.3"
1909+
"@babel/types" "^7.27.7"
18991910
debug "^4.3.1"
19001911
globals "^11.1.0"
19011912

@@ -1924,6 +1935,14 @@
19241935
"@babel/helper-string-parser" "^7.27.1"
19251936
"@babel/helper-validator-identifier" "^7.27.1"
19261937

1938+
"@babel/types@^7.27.6", "@babel/types@^7.27.7":
1939+
version "7.27.7"
1940+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.7.tgz#40eabd562049b2ee1a205fa589e629f945dce20f"
1941+
integrity sha512-8OLQgDScAOHXnAz2cV+RfzzNMipuLVBz2biuAJFMV9bfkNf393je3VM8CLkjQodW5+iWsSJdSgSWT6rsZoXHPw==
1942+
dependencies:
1943+
"@babel/helper-string-parser" "^7.27.1"
1944+
"@babel/helper-validator-identifier" "^7.27.1"
1945+
19271946
"@bcoe/v8-coverage@^1.0.1":
19281947
version "1.0.1"
19291948
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-1.0.1.tgz#d72197747b8c7f7d63faa4f91de26fa649955a6d"

0 commit comments

Comments
 (0)