Skip to content

Commit 17cf7ea

Browse files
committed
fix: package.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 7408881 commit 17cf7ea

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"dependencies": {
2222
"@angular/animations": "18.1.1",
2323
"@angular/common": "18.1.1",
24-
"@angular/compiler": "18.1.1",
25-
"@angular/core": "18.1.1",
24+
"@angular/compiler": "19.2.18",
25+
"@angular/core": "19.2.18",
2626
"@angular/forms": "18.1.1",
2727
"@angular/platform-browser": "18.1.1",
2828
"@angular/platform-browser-dynamic": "18.1.1",

0 commit comments

Comments
 (0)