Skip to content

Commit 2e834b1

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

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
@@ -71,7 +71,7 @@
7171
"@data-structure-algebra/circularly-linked-list": "^3.0.0"
7272
},
7373
"devDependencies": {
74-
"@babel/core": "7.27.4",
74+
"@babel/core": "7.27.7",
7575
"@babel/preset-env": "7.27.2",
7676
"@commitlint/cli": "19.8.1",
7777
"@heap-data-structure/specification": "16.0.1",

yarn.lock

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

50-
"@babel/[email protected].4":
51-
version "7.27.4"
52-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.4.tgz#cc1fc55d0ce140a1828d1dd2a2eba285adbfb3ce"
53-
integrity sha512-bXYxrXFubeYdvB0NhD/NBB3Qi6aZeV20GOWVI47t2dkecCEoneR4NPVcb7abpXDEvejgrUfFtG6vG/zxAKmg+g==
50+
"@babel/[email protected].7":
51+
version "7.27.7"
52+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.7.tgz#0ddeab1e7b17317dad8c3c3a887716f66b5c4428"
53+
integrity sha512-BU2f9tlKQ5CAthiMIgpzAh4eDTLWo1mqi9jqE2OxMG0E/OM199VJt2q8BztTxpnSW0i1ymdwLXRJnYzvDM5r2w==
5454
dependencies:
5555
"@ampproject/remapping" "^2.2.0"
5656
"@babel/code-frame" "^7.27.1"
57-
"@babel/generator" "^7.27.3"
57+
"@babel/generator" "^7.27.5"
5858
"@babel/helper-compilation-targets" "^7.27.2"
5959
"@babel/helper-module-transforms" "^7.27.3"
60-
"@babel/helpers" "^7.27.4"
61-
"@babel/parser" "^7.27.4"
60+
"@babel/helpers" "^7.27.6"
61+
"@babel/parser" "^7.27.7"
6262
"@babel/template" "^7.27.2"
63-
"@babel/traverse" "^7.27.4"
64-
"@babel/types" "^7.27.3"
63+
"@babel/traverse" "^7.27.7"
64+
"@babel/types" "^7.27.7"
6565
convert-source-map "^2.0.0"
6666
debug "^4.1.0"
6767
gensync "^1.0.0-beta.2"
@@ -121,6 +121,17 @@
121121
"@jridgewell/trace-mapping" "^0.3.25"
122122
jsesc "^3.0.2"
123123

124+
"@babel/generator@^7.27.5":
125+
version "7.27.5"
126+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.27.5.tgz#3eb01866b345ba261b04911020cbe22dd4be8c8c"
127+
integrity sha512-ZGhA37l0e/g2s1Cnzdix0O3aLYm66eF8aufiVteOgnwxgnRP8GoyMj7VWsgWnQbVKXyge7hqrFh2K2TQM6t1Hw==
128+
dependencies:
129+
"@babel/parser" "^7.27.5"
130+
"@babel/types" "^7.27.3"
131+
"@jridgewell/gen-mapping" "^0.3.5"
132+
"@jridgewell/trace-mapping" "^0.3.25"
133+
jsesc "^3.0.2"
134+
124135
"@babel/helper-annotate-as-pure@^7.22.5":
125136
version "7.22.5"
126137
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz#e7f06737b197d580a01edf75d97e2c8be99d3882"
@@ -484,13 +495,13 @@
484495
"@babel/traverse" "^7.23.9"
485496
"@babel/types" "^7.23.9"
486497

487-
"@babel/helpers@^7.27.4":
488-
version "7.27.4"
489-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.4.tgz#c79050c6a0e41e095bfc96d469c85431e9ed7fe7"
490-
integrity sha512-Y+bO6U+I7ZKaM5G5rDUZiYfUvQPUibYmAFe7EnKdnKBbVXDZxvp+MWOH5gYciY0EPk4EScsuFMQBbEfpdRKSCQ==
498+
"@babel/helpers@^7.27.6":
499+
version "7.27.6"
500+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.6.tgz#6456fed15b2cb669d2d1fabe84b66b34991d812c"
501+
integrity sha512-muE8Tt8M22638HU31A3CgfSUciwz1fhATfoVai05aPXGor//CdWDCbnlY1yvBPo07njuVOCNGCSp/GTt12lIug==
491502
dependencies:
492503
"@babel/template" "^7.27.2"
493-
"@babel/types" "^7.27.3"
504+
"@babel/types" "^7.27.6"
494505

495506
"@babel/highlight@^7.23.4":
496507
version "7.23.4"
@@ -520,12 +531,12 @@
520531
dependencies:
521532
"@babel/types" "^7.27.3"
522533

523-
"@babel/parser@^7.27.4":
524-
version "7.27.4"
525-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.4.tgz#f92e89e4f51847be05427285836fc88341c956df"
526-
integrity sha512-BRmLHGwpUqLFR2jzx9orBuX/ABDkj2jLKOXrHDTN2aOKL+jFDDKaRNo9nyYsIl9h/UE/7lMKdDjKQQyxKKDZ7g==
534+
"@babel/parser@^7.27.5", "@babel/parser@^7.27.7":
535+
version "7.27.7"
536+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.7.tgz#1687f5294b45039c159730e3b9c1f1b242e425e9"
537+
integrity sha512-qnzXzDXdr/po3bOTbTIQZ7+TxNKxpkN5IifVLXS+r7qwynkZfPyjZfE7hCXbo7IoO9TNcSyibgONsf2HauUd3Q==
527538
dependencies:
528-
"@babel/types" "^7.27.3"
539+
"@babel/types" "^7.27.7"
529540

530541
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.27.1":
531542
version "7.27.1"
@@ -1846,16 +1857,16 @@
18461857
debug "^4.3.1"
18471858
globals "^11.1.0"
18481859

1849-
"@babel/traverse@^7.27.4":
1850-
version "7.27.4"
1851-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.4.tgz#b0045ac7023c8472c3d35effd7cc9ebd638da6ea"
1852-
integrity sha512-oNcu2QbHqts9BtOWJosOVJapWjBDSxGCpFvikNR5TGDYDQf3JwpIoMzIKrvfoti93cLfPJEG4tH9SPVeyCGgdA==
1860+
"@babel/traverse@^7.27.7":
1861+
version "7.27.7"
1862+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.7.tgz#8355c39be6818362eace058cf7f3e25ac2ec3b55"
1863+
integrity sha512-X6ZlfR/O/s5EQ/SnUSLzr+6kGnkg8HXGMzpgsMsrJVcfDtH1vIp6ctCN4eZ1LS5c0+te5Cb6Y514fASjMRJ1nw==
18531864
dependencies:
18541865
"@babel/code-frame" "^7.27.1"
1855-
"@babel/generator" "^7.27.3"
1856-
"@babel/parser" "^7.27.4"
1866+
"@babel/generator" "^7.27.5"
1867+
"@babel/parser" "^7.27.7"
18571868
"@babel/template" "^7.27.2"
1858-
"@babel/types" "^7.27.3"
1869+
"@babel/types" "^7.27.7"
18591870
debug "^4.3.1"
18601871
globals "^11.1.0"
18611872

@@ -1884,6 +1895,14 @@
18841895
"@babel/helper-string-parser" "^7.27.1"
18851896
"@babel/helper-validator-identifier" "^7.27.1"
18861897

1898+
"@babel/types@^7.27.6", "@babel/types@^7.27.7":
1899+
version "7.27.7"
1900+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.7.tgz#40eabd562049b2ee1a205fa589e629f945dce20f"
1901+
integrity sha512-8OLQgDScAOHXnAz2cV+RfzzNMipuLVBz2biuAJFMV9bfkNf393je3VM8CLkjQodW5+iWsSJdSgSWT6rsZoXHPw==
1902+
dependencies:
1903+
"@babel/helper-string-parser" "^7.27.1"
1904+
"@babel/helper-validator-identifier" "^7.27.1"
1905+
18871906
"@bcoe/v8-coverage@^1.0.1":
18881907
version "1.0.1"
18891908
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-1.0.1.tgz#d72197747b8c7f7d63faa4f91de26fa649955a6d"

0 commit comments

Comments
 (0)