Skip to content

Commit 8bf2aed

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 6830e9f commit 8bf2aed

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
@@ -18,7 +18,7 @@
1818
"prepare": "husky install"
1919
},
2020
"dependencies": {
21-
"@angular/common": "^20.3.3",
21+
"@angular/common": "^20.3.14",
2222
"@angular/core": "^20.3.3",
2323
"@angular/forms": "^20.3.3",
2424
"@angular/platform-browser": "^20.3.3",

0 commit comments

Comments
 (0)