Skip to content

Commit

Permalink
chore(deps): update dependency @types/express-redis-cache to v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 7, 2022
1 parent e3ecd16 commit ac082ef
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 19 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@types/bull": "3.5.11",
"@types/cors": "2.8.4",
"@types/express": "4.16.1",
"@types/express-redis-cache": "1.1.0",
"@types/express-redis-cache": "1.1.2",
"@types/md5-file": "4.0.0",
"@types/method-override": "0.0.31",
"@types/multer": "1.3.7",
Expand Down
30 changes: 12 additions & 18 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -36,19 +36,13 @@
dependencies:
"@types/express" "*"

"@types/events@*":
version "3.0.0"
resolved "https://registry.yarnpkg.com/@types/events/-/events-3.0.0.tgz#2862f3f58a9a7f7c3e78d79f130dd4d71c25c2a7"
integrity sha512-EaObqwIvayI5a8dCzhFrjKzVwKLxjoG9T6Ppd5CEo07LRKfQ8Yokw54r5+Wq7FaBQ+yXRvQAYPrHwya1/UFt9g==

"@types/[email protected]":
version "1.1.0"
resolved "https://registry.yarnpkg.com/@types/express-redis-cache/-/express-redis-cache-1.1.0.tgz#b0b0742c56c1de2672ad6873e8074a6c930afe0d"
integrity sha512-t9LUb5xd1EpdoyMIBk6IPgvWWIqRnGOpO9NS9qVyBHdhqRjEzSj4Z9hdrOUAkMFpG1mCOxjhPmS5zOuqUsNuhQ==
"@types/[email protected]":
version "1.1.2"
resolved "https://registry.yarnpkg.com/@types/express-redis-cache/-/express-redis-cache-1.1.2.tgz#416f102e40fd6fc7ea31c0d61454385cb247ff0d"
integrity sha512-bQhd8O5wnxKETo23iRYxYG65yEeQ5ZqfHbYmwIbRtMKRjwZhZMKAvnFVSQTJTUypTPlh0uOF7FblvhMQ1NC1LQ==
dependencies:
"@types/events" "*"
"@types/express" "*"
"@types/redis" "*"
"@types/redis" "^2.8.0"

"@types/express-serve-static-core@*":
version "4.16.1"
Expand Down Expand Up @@ -118,20 +112,20 @@
resolved "https://registry.yarnpkg.com/@types/range-parser/-/range-parser-1.2.3.tgz#7ee330ba7caafb98090bece86a5ee44115904c2c"
integrity sha512-ewFXqrQHlFsgc09MK5jP5iR7vumV/BYayNC6PgJO2LPe8vrnNFyjQjSppfEngITi0qvfKtzFvgKymGheFM9UOA==

"@types/redis@*":
version "2.8.11"
resolved "https://registry.yarnpkg.com/@types/redis/-/redis-2.8.11.tgz#103b6b165edf037dd9f50216690cf8e0045f076d"
integrity sha512-i0AqDzjX0FlO+npqkhl1etZw1fGnJc0IeHUHKAf/V7Drk+rDJI634GE9Lwh8aj/2ahuW6jHdWX4ZnyNofWXKrw==
dependencies:
"@types/node" "*"

"@types/[email protected]":
version "2.8.12"
resolved "https://registry.yarnpkg.com/@types/redis/-/redis-2.8.12.tgz#6405d7ece0d6cc037151b7141cef9ad3cd06f3ac"
integrity sha512-eT5cGYr08OnF6OlAHdc2hVOBAKBpfQQNQHsWEvUwRPFiXRd+vv+hOHSSIo4xB7M5vZOZdjMT2OUlXYqo3YlIGQ==
dependencies:
"@types/node" "*"

"@types/redis@^2.8.0":
version "2.8.32"
resolved "https://registry.yarnpkg.com/@types/redis/-/redis-2.8.32.tgz#1d3430219afbee10f8cfa389dad2571a05ecfb11"
integrity sha512-7jkMKxcGq9p242exlbsVzuJb57KqHRhNl4dHoQu2Y5v9bCAbtIXXH0R3HleSQW4CTOqpHIYUW3t6tpUj4BVQ+w==
dependencies:
"@types/node" "*"

"@types/serve-static@*":
version "1.13.2"
resolved "https://registry.yarnpkg.com/@types/serve-static/-/serve-static-1.13.2.tgz#f5ac4d7a6420a99a6a45af4719f4dcd8cd907a48"
Expand Down

0 comments on commit ac082ef

Please sign in to comment.