Skip to content

Commit 1f5f8a5

Browse files
committed
Update dependency @types/redis to v4
1 parent 0831c1e commit 1f5f8a5

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@types/cron": "1.7.3",
3434
"@types/dotenv-flow": "3.2.0",
3535
"@types/node": "16.11.10",
36-
"@types/redis": "2.8.32",
36+
"@types/redis": "4.0.9",
3737
"@types/ws": "8.2.0",
3838
"@typescript-eslint/eslint-plugin": "5.4.0",
3939
"@typescript-eslint/parser": "5.4.0",

yarn.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -148,12 +148,12 @@
148148
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.11.10.tgz#2e3ad0a680d96367103d3e670d41c2fed3da61ae"
149149
integrity sha512-3aRnHa1KlOEEhJ6+CvyHKK5vE9BcLGjtUpwvqYLRvYNQKMfabu3BwfJaA/SLW8dxe28LsNDjtHwePTuzn3gmOA==
150150

151-
"@types/redis@2.8.32":
152-
version "2.8.32"
153-
resolved "https://registry.yarnpkg.com/@types/redis/-/redis-2.8.32.tgz#1d3430219afbee10f8cfa389dad2571a05ecfb11"
154-
integrity sha512-7jkMKxcGq9p242exlbsVzuJb57KqHRhNl4dHoQu2Y5v9bCAbtIXXH0R3HleSQW4CTOqpHIYUW3t6tpUj4BVQ+w==
151+
"@types/redis@4.0.9":
152+
version "4.0.9"
153+
resolved "https://registry.yarnpkg.com/@types/redis/-/redis-4.0.9.tgz#bf657ce2f6b20c804f965867028be567cb50842b"
154+
integrity sha512-nXWGKhGnkZvs1bF4U77UsZGGd0lCGAwPVHSt74A3fZ3GXrSBYRjpPIP5lMhyQ41KVs3J9b81G+WrL5FJCnsJtw==
155155
dependencies:
156-
"@types/node" "*"
156+
redis "*"
157157

158158
"@types/[email protected]", "@types/ws@^8.2.0":
159159
version "8.2.0"
@@ -1010,7 +1010,7 @@ [email protected]:
10101010
dependencies:
10111011
redis-errors "^1.0.0"
10121012

1013-
redis@^4.0.0:
1013+
redis@*, redis@^4.0.0:
10141014
version "4.0.0"
10151015
resolved "https://registry.yarnpkg.com/redis/-/redis-4.0.0.tgz#faefb8f156c231cacdd7b0ea854d91e92d3ea7d4"
10161016
integrity sha512-LtV6+h0F/e3F4mtDKKGZIl/ekEjsiqX2E0hmtNqjGqXj3wYi/nAfeVNWKRa7wFuJ+nkqwXATFGvu6h2fLCgA1A==

0 commit comments

Comments
 (0)