Skip to content

Commit 2de24e6

Browse files
⬆️ deps: Upgrade dependency @babel/core to v7.27.4. (#486)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 96bf81b commit 2de24e6

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
@@ -71,7 +71,7 @@
7171
"@data-structure-algebra/circularly-linked-list": "^3.0.0"
7272
},
7373
"devDependencies": {
74-
"@babel/core": "7.27.3",
74+
"@babel/core": "7.27.4",
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: 31 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -47,20 +47,20 @@
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].3":
51-
version "7.27.3"
52-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.3.tgz#d7d05502bccede3cab36373ed142e6a1df554c2f"
53-
integrity sha512-hyrN8ivxfvJ4i0fIJuV4EOlV0WDMz5Ui4StRTgVaAvWeiRCilXgwVvxJKtFQ3TKtHgJscB2YiXKGNJuVwhQMtA==
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==
5454
dependencies:
5555
"@ampproject/remapping" "^2.2.0"
5656
"@babel/code-frame" "^7.27.1"
5757
"@babel/generator" "^7.27.3"
5858
"@babel/helper-compilation-targets" "^7.27.2"
5959
"@babel/helper-module-transforms" "^7.27.3"
60-
"@babel/helpers" "^7.27.3"
61-
"@babel/parser" "^7.27.3"
60+
"@babel/helpers" "^7.27.4"
61+
"@babel/parser" "^7.27.4"
6262
"@babel/template" "^7.27.2"
63-
"@babel/traverse" "^7.27.3"
63+
"@babel/traverse" "^7.27.4"
6464
"@babel/types" "^7.27.3"
6565
convert-source-map "^2.0.0"
6666
debug "^4.1.0"
@@ -484,10 +484,10 @@
484484
"@babel/traverse" "^7.23.9"
485485
"@babel/types" "^7.23.9"
486486

487-
"@babel/helpers@^7.27.3":
488-
version "7.27.3"
489-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.3.tgz#387d65d279290e22fe7a47a8ffcd2d0c0184edd0"
490-
integrity sha512-h/eKy9agOya1IGuLaZ9tEUgz+uIRXcbtOhRtUyyMf8JFmn1iT13vnl/IGVWSkdOCG/pC57U4S1jnAabAavTMwg==
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==
491491
dependencies:
492492
"@babel/template" "^7.27.2"
493493
"@babel/types" "^7.27.3"
@@ -520,6 +520,13 @@
520520
dependencies:
521521
"@babel/types" "^7.27.3"
522522

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==
527+
dependencies:
528+
"@babel/types" "^7.27.3"
529+
523530
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.27.1":
524531
version "7.27.1"
525532
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.27.1.tgz#61dd8a8e61f7eb568268d1b5f129da3eee364bf9"
@@ -1839,6 +1846,19 @@
18391846
debug "^4.3.1"
18401847
globals "^11.1.0"
18411848

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==
1853+
dependencies:
1854+
"@babel/code-frame" "^7.27.1"
1855+
"@babel/generator" "^7.27.3"
1856+
"@babel/parser" "^7.27.4"
1857+
"@babel/template" "^7.27.2"
1858+
"@babel/types" "^7.27.3"
1859+
debug "^4.3.1"
1860+
globals "^11.1.0"
1861+
18421862
"@babel/types@^7.22.15", "@babel/types@^7.22.19", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.23.4", "@babel/types@^7.23.6", "@babel/types@^7.23.9", "@babel/types@^7.4.4":
18431863
version "7.23.9"
18441864
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.9.tgz#1dd7b59a9a2b5c87f8b41e52770b5ecbf492e002"

0 commit comments

Comments
 (0)