Skip to content

Commit 0f0377f

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

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
@@ -20,7 +20,7 @@
2020
"@angular-devkit/core": "~15.1.0",
2121
"@angular/animations": "~15.1.0",
2222
"@angular/cdk": "~15.1.5",
23-
"@angular/common": "~15.1.0",
23+
"@angular/common": "~19.2.16",
2424
"@angular/compiler": "~15.1.0",
2525
"@angular/core": "~15.1.0",
2626
"@angular/forms": "~15.1.0",

0 commit comments

Comments
 (0)