Skip to content

Commit 1d6ca76

Browse files
committed
fix: package.json & package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANGULARCOMMON-14135651
1 parent caab78a commit 1d6ca76

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"build": "ng build"
1919
},
2020
"dependencies": {
21-
"@angular/common": "20.1.6",
21+
"@angular/common": "20.3.14",
2222
"@angular/compiler": "20.1.6",
2323
"@angular/core": "20.1.6",
2424
"@angular/platform-browser": "20.1.6",

0 commit comments

Comments
 (0)