Skip to content

Commit 6a2ac5a

Browse files
Bump @types/multer from 1.4.4 to 1.4.5
Bumps [@types/multer](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/multer) from 1.4.4 to 1.4.5. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/multer) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent d2cb7d5 commit 6a2ac5a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@types/jest": "^26.0.14",
5353
"@types/jsonwebtoken": "^8.5.0",
5454
"@types/mongodb": "^3.5.34",
55-
"@types/multer": "^1.4.4",
55+
"@types/multer": "^1.4.5",
5656
"@types/redis": "^2.8.27",
5757
"@typescript-eslint/eslint-plugin": "^4.0.0",
5858
"@typescript-eslint/parser": "^3.10.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1416,10 +1416,10 @@
14161416
"@types/bson" "*"
14171417
"@types/node" "*"
14181418

1419-
"@types/multer@^1.4.4":
1420-
version "1.4.4"
1421-
resolved "https://registry.yarnpkg.com/@types/multer/-/multer-1.4.4.tgz#bb5d9abc410da82726ceca74008bb81813349a88"
1422-
integrity sha512-wdfkiKBBEMTODNbuF3J+qDDSqJxt50yB9pgDiTcFew7f97Gcc7/sM4HR66ofGgpJPOALWOqKAch4gPyqEXSkeQ==
1419+
"@types/multer@^1.4.5":
1420+
version "1.4.5"
1421+
resolved "https://registry.yarnpkg.com/@types/multer/-/multer-1.4.5.tgz#db0557562307e9adb6661a9500c334cd7ddd0cd9"
1422+
integrity sha512-9b/0a8JyrR0r2nQhL73JR86obWL7cogfX12augvlrvcpciCo/hkvEsgu80Z4S2g2DHGVXHr8pUIi1VhqFJ8Ufw==
14231423
dependencies:
14241424
"@types/express" "*"
14251425

0 commit comments

Comments
 (0)