Skip to content

Commit 04efd40

Browse files
committed
fix: package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NESTJSCOMMON-9538801
1 parent 8774af7 commit 04efd40

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
@@ -28,7 +28,7 @@
2828
"@angular/platform-browser": "~15.1.0",
2929
"@angular/platform-browser-dynamic": "~15.1.0",
3030
"@angular/router": "~15.1.0",
31-
"@nestjs/common": "^9.0.0",
31+
"@nestjs/common": "^11.0.16",
3232
"@nestjs/config": "^2.3.1",
3333
"@nestjs/core": "^9.0.0",
3434
"@nestjs/platform-express": "^9.0.0",

0 commit comments

Comments
 (0)