Skip to content

Commit 6eaf0d9

Browse files
fix: 📦 update dependency @babel/core to v7.27.4 (#878)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2583dc3 commit 6eaf0d9

File tree

2 files changed

+62
-3
lines changed

2 files changed

+62
-3
lines changed

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@angular/platform-browser": "19.0.3",
4444
"@angular/platform-browser-dynamic": "19.0.3",
4545
"@angular/router": "19.0.3",
46-
"@babel/core": "7.27.3",
46+
"@babel/core": "7.27.4",
4747
"@babel/helper-plugin-utils": "^7.25.9",
4848
"@types/babel__helper-plugin-utils": "^7.10.3",
4949
"rxjs": "7.8.2",

‎yarn.lock

Lines changed: 61 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -683,7 +683,30 @@ __metadata:
683683
languageName: node
684684
linkType: hard
685685

686-
"@babel/core@npm:7.27.3, @babel/core@npm:^7.11.1, @babel/core@npm:^7.11.6, @babel/core@npm:^7.12.3, @babel/core@npm:^7.23.2, @babel/core@npm:^7.23.9":
686+
"@babel/core@npm:7.27.4":
687+
version: 7.27.4
688+
resolution: "@babel/core@npm:7.27.4"
689+
dependencies:
690+
"@ampproject/remapping": ^2.2.0
691+
"@babel/code-frame": ^7.27.1
692+
"@babel/generator": ^7.27.3
693+
"@babel/helper-compilation-targets": ^7.27.2
694+
"@babel/helper-module-transforms": ^7.27.3
695+
"@babel/helpers": ^7.27.4
696+
"@babel/parser": ^7.27.4
697+
"@babel/template": ^7.27.2
698+
"@babel/traverse": ^7.27.4
699+
"@babel/types": ^7.27.3
700+
convert-source-map: ^2.0.0
701+
debug: ^4.1.0
702+
gensync: ^1.0.0-beta.2
703+
json5: ^2.2.3
704+
semver: ^6.3.1
705+
checksum: e7f961274f2cfc14c81e32dc0f10b06123a847e9fe73ec7b4df90411c3ebdad8ffecd7086f06aa46c2b24d8d27f2f8bef4b7c7319228c768256fc0e13819d395
706+
languageName: node
707+
linkType: hard
708+
709+
"@babel/core@npm:^7.11.1, @babel/core@npm:^7.11.6, @babel/core@npm:^7.12.3, @babel/core@npm:^7.23.2, @babel/core@npm:^7.23.9":
687710
version: 7.27.3
688711
resolution: "@babel/core@npm:7.27.3"
689712
dependencies:
@@ -944,6 +967,16 @@ __metadata:
944967
languageName: node
945968
linkType: hard
946969

970+
"@babel/helpers@npm:^7.27.4":
971+
version: 7.27.4
972+
resolution: "@babel/helpers@npm:7.27.4"
973+
dependencies:
974+
"@babel/template": ^7.27.2
975+
"@babel/types": ^7.27.3
976+
checksum: a50ce7ff92d9a7235f68e72274c1c3aaa57e53439d8656fce5119e7d75fe383377634b2ebddf2e8b795af2b010a32808fe34834ba7e2f7fc49bf031a239c83a7
977+
languageName: node
978+
linkType: hard
979+
947980
"@babel/parser@npm:^7.1.0, @babel/parser@npm:^7.14.7, @babel/parser@npm:^7.20.7, @babel/parser@npm:^7.23.9, @babel/parser@npm:^7.25.4, @babel/parser@npm:^7.26.0, @babel/parser@npm:^7.26.10, @babel/parser@npm:^7.27.2, @babel/parser@npm:^7.27.3":
948981
version: 7.27.3
949982
resolution: "@babel/parser@npm:7.27.3"
@@ -955,6 +988,17 @@ __metadata:
955988
languageName: node
956989
linkType: hard
957990

991+
"@babel/parser@npm:^7.27.4":
992+
version: 7.27.4
993+
resolution: "@babel/parser@npm:7.27.4"
994+
dependencies:
995+
"@babel/types": ^7.27.3
996+
bin:
997+
parser: ./bin/babel-parser.js
998+
checksum: 846d26768826c79fecd0fddca34da1d3b2814afa2907b5379769e5265b15824ab2feea76c598b3db11284935bd04133b96bd5f5ca8d4c1cf2780000afd0feb68
999+
languageName: node
1000+
linkType: hard
1001+
9581002
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@npm:^7.25.9, @babel/plugin-bugfix-firefox-class-in-computed-class-key@npm:^7.27.1":
9591003
version: 7.27.1
9601004
resolution: "@babel/plugin-bugfix-firefox-class-in-computed-class-key@npm:7.27.1"
@@ -2248,6 +2292,21 @@ __metadata:
22482292
languageName: node
22492293
linkType: hard
22502294

2295+
"@babel/traverse@npm:^7.27.4":
2296+
version: 7.27.4
2297+
resolution: "@babel/traverse@npm:7.27.4"
2298+
dependencies:
2299+
"@babel/code-frame": ^7.27.1
2300+
"@babel/generator": ^7.27.3
2301+
"@babel/parser": ^7.27.4
2302+
"@babel/template": ^7.27.2
2303+
"@babel/types": ^7.27.3
2304+
debug: ^4.3.1
2305+
globals: ^11.1.0
2306+
checksum: ae0047fe786e200ffb048929347b074988e8b68decdb9fc0e2b36ca3e137d72462f349fa0e6193e44fb3cb99f9c639654515028995b44d7040707cef48ddb5c1
2307+
languageName: node
2308+
linkType: hard
2309+
22512310
"@babel/types@npm:^7.0.0, @babel/types@npm:^7.20.7, @babel/types@npm:^7.23.9, @babel/types@npm:^7.24.7, @babel/types@npm:^7.25.4, @babel/types@npm:^7.25.9, @babel/types@npm:^7.26.0, @babel/types@npm:^7.26.10, @babel/types@npm:^7.27.1, @babel/types@npm:^7.27.3, @babel/types@npm:^7.3.3, @babel/types@npm:^7.4.4":
22522311
version: 7.27.3
22532312
resolution: "@babel/types@npm:7.27.3"
@@ -4360,7 +4419,7 @@ __metadata:
43604419
"@angular/platform-browser": 19.0.3
43614420
"@angular/platform-browser-dynamic": 19.0.3
43624421
"@angular/router": 19.0.3
4363-
"@babel/core": 7.27.3
4422+
"@babel/core": 7.27.4
43644423
"@babel/helper-plugin-utils": ^7.25.9
43654424
"@commitlint/cli": ^19.6.0
43664425
"@commitlint/config-angular": ^19.6.0

0 commit comments

Comments
 (0)