Skip to content

Commit c2230f9

Browse files
committed
fix: package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-EXPRESS-6474509
1 parent d2f7e2c commit c2230f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
"@angular/router": "17.0.3",
2929
"@angular/ssr": "~17.0.1",
3030
"@ngx-builders/analyze": "4.0.0",
31-
"@nx/angular": "17.2.0-beta.0",
32-
"express": "~4.18.2",
31+
"@nx/angular": "17.2.0",
32+
"express": "~4.19.2",
3333
"hammerjs": "2.0.8",
3434
"rxjs": "7.8.1",
3535
"tslib": "2.6.2",

0 commit comments

Comments
 (0)