Skip to content

Commit 786c270

Browse files
committed
fix: apps/nestjs/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NESTJSCOMMON-9538801
1 parent f94009a commit 786c270

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/nestjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"test:e2e": "jest --config ./test/jest-e2e.json"
2121
},
2222
"dependencies": {
23-
"@nestjs/common": "^9.0.0",
23+
"@nestjs/common": "^11.0.16",
2424
"@nestjs/core": "^10.4.2",
2525
"@nestjs/platform-express": "^10.4.5",
2626
"axios": "^1.6.8",

0 commit comments

Comments
 (0)