Skip to content

Commit

Permalink
Update dependency @types/multer to v1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Aug 20, 2020
1 parent ac84872 commit 8e45c72
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
"@types/ioredis": "4.0.10",
"@types/jasmine": "3.3.12",
"@types/lodash": "4.14.123",
"@types/multer": "1.3.7",
"@types/multer": "1.4.4",
"@types/multer-s3": "2.7.6",
"@types/node": "11.13.6",
"@types/passport-jwt": "3.0.1",
Expand Down
9 changes: 8 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1079,13 +1079,20 @@
"@types/multer" "*"
aws-sdk "^2.37.0"

"@types/multer@*", "@types/[email protected]":
"@types/multer@*":
version "1.3.7"
resolved "https://registry.yarnpkg.com/@types/multer/-/multer-1.3.7.tgz#9fe1de9f44f401ff2eaf0d4468cf16935a9c6866"
integrity sha512-Lx4rNtGajRGtcVwJe1sKPAkAuBBWq8TOuimKJfOfK7ayY1Jc+18Lx00GjagLeIwaH2+OvFJvCv8tz+pvbt3OoA==
dependencies:
"@types/express" "*"

"@types/[email protected]":
version "1.4.4"
resolved "https://registry.yarnpkg.com/@types/multer/-/multer-1.4.4.tgz#bb5d9abc410da82726ceca74008bb81813349a88"
integrity sha512-wdfkiKBBEMTODNbuF3J+qDDSqJxt50yB9pgDiTcFew7f97Gcc7/sM4HR66ofGgpJPOALWOqKAch4gPyqEXSkeQ==
dependencies:
"@types/express" "*"

"@types/node@*", "@types/[email protected]", "@types/node@^11.11.0":
version "11.13.6"
resolved "https://registry.yarnpkg.com/@types/node/-/node-11.13.6.tgz#37ec75690830acb0d74ce3c6c43caab787081e85"
Expand Down

0 comments on commit 8e45c72

Please sign in to comment.