Skip to content

Commit 1c4c795

Browse files
committed
fix: package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DEBUG-12552895 - https://snyk.io/vuln/SNYK-JS-ANGULARPLATFORMSERVER-12613569 - https://snyk.io/vuln/SNYK-JS-ANGULARSSR-12613576
1 parent c6b1a68 commit 1c4c795

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424
"@angular/material": "20.1.3",
2525
"@angular/platform-browser": "20.1.3",
2626
"@angular/platform-browser-dynamic": "20.1.3",
27-
"@angular/platform-server": "20.1.3",
27+
"@angular/platform-server": "20.3.0",
2828
"@angular/router": "20.1.3",
29-
"@angular/ssr": "20.1.3",
29+
"@angular/ssr": "20.3.0",
3030
"@ngx-builders/analyze": "4.0.0",
31-
"@nx/angular": "21.3.7",
31+
"@nx/angular": "21.4.0",
3232
"express": "~4.18.2",
3333
"hammerjs": "2.0.8",
3434
"rxjs": "7.8.1",

0 commit comments

Comments
 (0)