Skip to content

Commit a57e980

Browse files
chore(deps): update dependency @types/multer to v2
1 parent 3ea117d commit a57e980

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@types/cors": "^2.8.17",
4343
"@types/express": "^5.0.0",
4444
"@types/jest": "^29.5.14",
45-
"@types/multer": "^1.4.12",
45+
"@types/multer": "^2.0.0",
4646
"@types/uuid": "^9.0.1",
4747
"db-migrate-plugin-typescript": "^2.0.0",
4848
"eslint": "^8.57.1",

backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"@types/jest": "^29.5.12",
7373
"@types/jsonwebtoken": "^9",
7474
"@types/lru-cache": "^7.10.10",
75-
"@types/multer": "^1.4.12",
75+
"@types/multer": "^2.0.0",
7676
"@types/node": "^22.10.2",
7777
"@types/pg": "^8.11.10",
7878
"@types/pg-format": "^1",

0 commit comments

Comments
 (0)