Skip to content

Commit d03e35f

Browse files
committed
fix: package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANGULARCOMPILER-14157154
1 parent 8774af7 commit d03e35f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@angular/animations": "~15.1.0",
2222
"@angular/cdk": "~15.1.5",
2323
"@angular/common": "~15.1.0",
24-
"@angular/compiler": "~15.1.0",
24+
"@angular/compiler": "~19.2.17",
2525
"@angular/core": "~15.1.0",
2626
"@angular/forms": "~15.1.0",
2727
"@angular/material": "~15.1.5",

0 commit comments

Comments
 (0)