Skip to content

Commit e6e4d07

Browse files
fix: 📦 update dependency @babel/core to v7.25.8 (#609)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c17c287 commit e6e4d07

File tree

2 files changed

+48
-3
lines changed

2 files changed

+48
-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": "18.0.1",
4444
"@angular/platform-browser-dynamic": "18.0.1",
4545
"@angular/router": "18.0.1",
46-
"@babel/core": "7.25.7",
46+
"@babel/core": "7.25.8",
4747
"@babel/helper-plugin-utils": "^7.24.5",
4848
"@types/babel__helper-plugin-utils": "^7.10.3",
4949
"rxjs": "7.8.1",

‎yarn.lock‎

Lines changed: 47 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -726,7 +726,30 @@ __metadata:
726726
languageName: node
727727
linkType: hard
728728

729-
"@babel/core@npm:7.25.7, @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":
729+
"@babel/core@npm:7.25.8":
730+
version: 7.25.8
731+
resolution: "@babel/core@npm:7.25.8"
732+
dependencies:
733+
"@ampproject/remapping": ^2.2.0
734+
"@babel/code-frame": ^7.25.7
735+
"@babel/generator": ^7.25.7
736+
"@babel/helper-compilation-targets": ^7.25.7
737+
"@babel/helper-module-transforms": ^7.25.7
738+
"@babel/helpers": ^7.25.7
739+
"@babel/parser": ^7.25.8
740+
"@babel/template": ^7.25.7
741+
"@babel/traverse": ^7.25.7
742+
"@babel/types": ^7.25.8
743+
convert-source-map: ^2.0.0
744+
debug: ^4.1.0
745+
gensync: ^1.0.0-beta.2
746+
json5: ^2.2.3
747+
semver: ^6.3.1
748+
checksum: 77ddf693faf6997915e7bbe16e9f21ca1c0e58bc60ace9eac51c373b21d1b46ce50de650195c136a594b0e5fcb901ca17bb57c2d20bf175b3c325211138bcfde
749+
languageName: node
750+
linkType: hard
751+
752+
"@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":
730753
version: 7.25.7
731754
resolution: "@babel/core@npm:7.25.7"
732755
dependencies:
@@ -1029,6 +1052,17 @@ __metadata:
10291052
languageName: node
10301053
linkType: hard
10311054

1055+
"@babel/parser@npm:^7.25.8":
1056+
version: 7.25.8
1057+
resolution: "@babel/parser@npm:7.25.8"
1058+
dependencies:
1059+
"@babel/types": ^7.25.8
1060+
bin:
1061+
parser: ./bin/babel-parser.js
1062+
checksum: c33f6d26542f156927c5dbe131265c791177d271e582338e960f803903086ec5c152bf25deae5f4c061b7bee14dc0b5fd2882ccb5a21c16ee0738d24fcc0406e
1063+
languageName: node
1064+
linkType: hard
1065+
10321066
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@npm:^7.25.3, @babel/plugin-bugfix-firefox-class-in-computed-class-key@npm:^7.25.7":
10331067
version: 7.25.7
10341068
resolution: "@babel/plugin-bugfix-firefox-class-in-computed-class-key@npm:7.25.7"
@@ -2388,6 +2422,17 @@ __metadata:
23882422
languageName: node
23892423
linkType: hard
23902424

2425+
"@babel/types@npm:^7.25.8":
2426+
version: 7.25.8
2427+
resolution: "@babel/types@npm:7.25.8"
2428+
dependencies:
2429+
"@babel/helper-string-parser": ^7.25.7
2430+
"@babel/helper-validator-identifier": ^7.25.7
2431+
to-fast-properties: ^2.0.0
2432+
checksum: 93d84858e820dbfa0fc4882b3ba6a421544d224ee61455a58eed0af9fc3518b30dc2166b8ba48cdd2e91083c5885ed773c36acf46d177b7b1fad9c35b6eb7639
2433+
languageName: node
2434+
linkType: hard
2435+
23912436
"@bcoe/v8-coverage@npm:^0.2.3":
23922437
version: 0.2.3
23932438
resolution: "@bcoe/v8-coverage@npm:0.2.3"
@@ -4318,7 +4363,7 @@ __metadata:
43184363
"@angular/platform-browser": 18.0.1
43194364
"@angular/platform-browser-dynamic": 18.0.1
43204365
"@angular/router": 18.0.1
4321-
"@babel/core": 7.25.7
4366+
"@babel/core": 7.25.8
43224367
"@babel/helper-plugin-utils": ^7.24.5
43234368
"@commitlint/cli": ^19.0.0
43244369
"@commitlint/config-angular": ^19.0.0

0 commit comments

Comments
 (0)