Skip to content

Commit 5316140

Browse files
committed
fix: package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MULTER-10773732
1 parent 6f911fa commit 5316140

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@nestjs/mapped-types": "*",
4545
"@nestjs/microservices": "9.4.2",
4646
"@nestjs/passport": "9.0.3",
47-
"@nestjs/platform-express": "10.4.2",
47+
"@nestjs/platform-express": "11.1.5",
4848
"@nestjs/platform-socket.io": "^9.4.2",
4949
"@nestjs/schedule": "^2.2.2",
5050
"@nestjs/serve-static": "^3.0.1",
@@ -75,7 +75,7 @@
7575
"mime-types": "^2.1.35",
7676
"moment": "^2.29.4",
7777
"mqtt": "^4.3.7",
78-
"multer": "1.4.5-lts.1",
78+
"multer": "2.0.2",
7979
"nestjs-prisma": "^0.20.0",
8080
"passport": "0.6.0",
8181
"passport-google-oauth20": "^2.0.0",

0 commit comments

Comments
 (0)