Skip to content

Commit b08e157

Browse files
committed
fix: auth-service/package.json & auth-service/yarn.lock to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MULTER-10299078 - https://snyk.io/vuln/SNYK-JS-MINIMIST-2429795
1 parent 1562da5 commit b08e157

File tree

2 files changed

+379
-219
lines changed

2 files changed

+379
-219
lines changed

auth-service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@nestjs/core": "^7.6.17",
3030
"@nestjs/jwt": "^10.0.0",
3131
"@nestjs/passport": "^7.1.5",
32-
"@nestjs/platform-express": "^7.6.17",
32+
"@nestjs/platform-express": "^10.4.19",
3333
"@nestjs/swagger": "^4.8.1",
3434
"@nestjs/typeorm": "^7.1.5",
3535
"@types/passport-local": "^1.0.33",

0 commit comments

Comments
 (0)