Skip to content

Commit 3695ba6

Browse files
⬆️ deps: Upgrade dependency @babel/core to v7.27.4.
1 parent caf3553 commit 3695ba6

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
@@ -68,7 +68,7 @@
6868
"test:src": "IMPORT_MAP_PATH=test/import-maps/src/index.json npm run test-cmd"
6969
},
7070
"devDependencies": {
71-
"@babel/core": "7.27.3",
71+
"@babel/core": "7.27.4",
7272
"@babel/preset-env": "7.27.2",
7373
"@commitlint/cli": "19.8.1",
7474
"@entropy-source/pseudo-random": "4.0.0",

yarn.lock

Lines changed: 31 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -71,20 +71,20 @@
7171
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.27.2.tgz#4183f9e642fd84e74e3eea7ffa93a412e3b102c9"
7272
integrity sha512-TUtMJYRPyUb/9aU8f3K0mjmjf6M9N5Woshn2CS6nqJSeJtTtQcpLUXjGt9vbF8ZGff0El99sWkLgzwW3VXnxZQ==
7373

74-
"@babel/[email protected].3":
75-
version "7.27.3"
76-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.3.tgz#d7d05502bccede3cab36373ed142e6a1df554c2f"
77-
integrity sha512-hyrN8ivxfvJ4i0fIJuV4EOlV0WDMz5Ui4StRTgVaAvWeiRCilXgwVvxJKtFQ3TKtHgJscB2YiXKGNJuVwhQMtA==
74+
"@babel/[email protected].4":
75+
version "7.27.4"
76+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.4.tgz#cc1fc55d0ce140a1828d1dd2a2eba285adbfb3ce"
77+
integrity sha512-bXYxrXFubeYdvB0NhD/NBB3Qi6aZeV20GOWVI47t2dkecCEoneR4NPVcb7abpXDEvejgrUfFtG6vG/zxAKmg+g==
7878
dependencies:
7979
"@ampproject/remapping" "^2.2.0"
8080
"@babel/code-frame" "^7.27.1"
8181
"@babel/generator" "^7.27.3"
8282
"@babel/helper-compilation-targets" "^7.27.2"
8383
"@babel/helper-module-transforms" "^7.27.3"
84-
"@babel/helpers" "^7.27.3"
85-
"@babel/parser" "^7.27.3"
84+
"@babel/helpers" "^7.27.4"
85+
"@babel/parser" "^7.27.4"
8686
"@babel/template" "^7.27.2"
87-
"@babel/traverse" "^7.27.3"
87+
"@babel/traverse" "^7.27.4"
8888
"@babel/types" "^7.27.3"
8989
convert-source-map "^2.0.0"
9090
debug "^4.1.0"
@@ -576,10 +576,10 @@
576576
"@babel/traverse" "^7.17.0"
577577
"@babel/types" "^7.17.0"
578578

579-
"@babel/helpers@^7.27.3":
580-
version "7.27.3"
581-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.3.tgz#387d65d279290e22fe7a47a8ffcd2d0c0184edd0"
582-
integrity sha512-h/eKy9agOya1IGuLaZ9tEUgz+uIRXcbtOhRtUyyMf8JFmn1iT13vnl/IGVWSkdOCG/pC57U4S1jnAabAavTMwg==
579+
"@babel/helpers@^7.27.4":
580+
version "7.27.4"
581+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.4.tgz#c79050c6a0e41e095bfc96d469c85431e9ed7fe7"
582+
integrity sha512-Y+bO6U+I7ZKaM5G5rDUZiYfUvQPUibYmAFe7EnKdnKBbVXDZxvp+MWOH5gYciY0EPk4EScsuFMQBbEfpdRKSCQ==
583583
dependencies:
584584
"@babel/template" "^7.27.2"
585585
"@babel/types" "^7.27.3"
@@ -621,6 +621,13 @@
621621
dependencies:
622622
"@babel/types" "^7.27.3"
623623

624+
"@babel/parser@^7.27.4":
625+
version "7.27.4"
626+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.4.tgz#f92e89e4f51847be05427285836fc88341c956df"
627+
integrity sha512-BRmLHGwpUqLFR2jzx9orBuX/ABDkj2jLKOXrHDTN2aOKL+jFDDKaRNo9nyYsIl9h/UE/7lMKdDjKQQyxKKDZ7g==
628+
dependencies:
629+
"@babel/types" "^7.27.3"
630+
624631
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.27.1":
625632
version "7.27.1"
626633
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"
@@ -1908,6 +1915,19 @@
19081915
debug "^4.3.1"
19091916
globals "^11.1.0"
19101917

1918+
"@babel/traverse@^7.27.4":
1919+
version "7.27.4"
1920+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.4.tgz#b0045ac7023c8472c3d35effd7cc9ebd638da6ea"
1921+
integrity sha512-oNcu2QbHqts9BtOWJosOVJapWjBDSxGCpFvikNR5TGDYDQf3JwpIoMzIKrvfoti93cLfPJEG4tH9SPVeyCGgdA==
1922+
dependencies:
1923+
"@babel/code-frame" "^7.27.1"
1924+
"@babel/generator" "^7.27.3"
1925+
"@babel/parser" "^7.27.4"
1926+
"@babel/template" "^7.27.2"
1927+
"@babel/types" "^7.27.3"
1928+
debug "^4.3.1"
1929+
globals "^11.1.0"
1930+
19111931
"@babel/types@^7.16.0", "@babel/types@^7.16.7", "@babel/types@^7.16.8", "@babel/types@^7.17.0", "@babel/types@^7.4.4":
19121932
version "7.17.0"
19131933
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.17.0.tgz#a826e368bccb6b3d84acd76acad5c0d87342390b"

0 commit comments

Comments
 (0)