Skip to content

Commit baa854f

Browse files
committed
fix: src/angular/package.json & src/angular/package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANGULARCOMPILER-14908872 - https://snyk.io/vuln/SNYK-JS-ANGULARCORE-14908871
1 parent c519356 commit baa854f

2 files changed

Lines changed: 16 additions & 21 deletions

File tree

src/angular/package-lock.json

Lines changed: 14 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"dependencies": {
1919
"@angular/animations": "^14.2.12",
2020
"@angular/common": "^14.2.12",
21-
"@angular/compiler": "^14.2.12",
22-
"@angular/core": "^14.2.12",
21+
"@angular/compiler": "^19.2.18",
22+
"@angular/core": "^19.2.18",
2323
"@angular/forms": "^14.2.12",
2424
"@angular/localize": "^14.2.12",
2525
"@angular/platform-browser": "^14.2.12",

0 commit comments

Comments
 (0)