Skip to content

Commit 34d9a82

Browse files
committed
fix: package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANGULARCORE-14908871
1 parent 6830e9f commit 34d9a82

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
@@ -19,7 +19,7 @@
1919
},
2020
"dependencies": {
2121
"@angular/common": "^20.3.3",
22-
"@angular/core": "^20.3.3",
22+
"@angular/core": "^20.3.16",
2323
"@angular/forms": "^20.3.3",
2424
"@angular/platform-browser": "^20.3.3",
2525
"@angular/platform-browser-dynamic": "^20.3.3",

0 commit comments

Comments
 (0)