Skip to content

Commit a5be474

Browse files
committed
fix: package.json & yarn.lock 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 d1d5038 commit a5be474

File tree

2 files changed

+455
-588
lines changed

2 files changed

+455
-588
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"@angular/animations": "15.2.10",
2222
"@angular/cdk": "^15.2.9",
2323
"@angular/common": "15.2.10",
24-
"@angular/compiler": "15.2.10",
25-
"@angular/core": "15.2.10",
24+
"@angular/compiler": "19.2.18",
25+
"@angular/core": "19.2.18",
2626
"@angular/forms": "15.2.10",
2727
"@angular/localize": "15.2.10",
2828
"@angular/material": "^15.2.9",

0 commit comments

Comments
 (0)