Skip to content

Commit 0632565

Browse files
authored
fix: examples/jest/simple-app/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANGULARCOMPILER-14157154
1 parent 5951444 commit 0632565

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/jest/simple-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"dependencies": {
1717
"@angular/animations": "18.0.6",
1818
"@angular/common": "18.0.6",
19-
"@angular/compiler": "18.0.6",
19+
"@angular/compiler": "19.2.17",
2020
"@angular/core": "18.0.6",
2121
"@angular/forms": "18.0.6",
2222
"@angular/platform-browser": "18.0.6",

0 commit comments

Comments
 (0)