Skip to content

Commit 2d50ae1

Browse files
committed
fix: frontend/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANGULARCOMPILER-14157154
1 parent 5b77c30 commit 2d50ae1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"@angular/animations": "^18.2.12",
55
"@angular/cdk": "^18.2.14",
66
"@angular/common": "^18.2.12",
7-
"@angular/compiler": "^18.2.12",
7+
"@angular/compiler": "^19.2.17",
88
"@angular/core": "^18.2.12",
99
"@angular/forms": "^18.2.12",
1010
"@angular/google-maps": "^18.2.14",

0 commit comments

Comments
 (0)