Skip to content

Commit b5e1e95

Browse files
committed
fix: package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANGULARCOMPILER-14157154 - https://snyk.io/vuln/SNYK-JS-ANGULARCOMMON-14135651
1 parent 11d457c commit b5e1e95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@
6161
},
6262
"dependencies": {
6363
"@angular/animations": "20.1.2",
64-
"@angular/common": "20.1.2",
65-
"@angular/compiler": "20.1.2",
64+
"@angular/common": "20.3.14",
65+
"@angular/compiler": "20.3.15",
6666
"@angular/core": "20.1.2",
6767
"@angular/forms": "20.1.2",
6868
"@angular/platform-browser": "20.1.2",

0 commit comments

Comments
 (0)