Skip to content

Commit

Permalink
Update dependency @types/multer to v1.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 5, 2019
1 parent ac84872 commit 27f818a
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.3.10",
"@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.3.10"
resolved "https://registry.yarnpkg.com/@types/multer/-/multer-1.3.10.tgz#d7afbd916f688fceb4460320e62a8ad1ab3e3cad"
integrity sha512-3hECfz+W0ix/LvPanp87mjO3kOyDnJYTpY9y7gdBxXnYXqEcj21pD0lW7KEUFFr8CHrDF5Mhh7o241KLEXDRoQ==
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 27f818a

Please sign in to comment.