Skip to content

Commit f4cbb3a

Browse files
renovate-botrenovate[bot]
authored andcommitted
fix(deps): update dependency ioredis to v4.28.0
1 parent 7a475e1 commit f4cbb3a

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

packages/backend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"express": "4.17.1",
8181
"graphql": "15.6.1",
8282
"graphql-redis-subscriptions": "2.4.0",
83-
"ioredis": "4.27.10",
83+
"ioredis": "4.28.0",
8484
"jsonwebtoken": "8.5.1",
8585
"migrate-mongo": "8.2.3",
8686
"mongodb": "4.1.3",
@@ -103,7 +103,7 @@
103103
"@types/cli-color": "2.0.1",
104104
"@types/express": "4.17.13",
105105
"@types/http-cache-semantics": "4.0.1",
106-
"@types/ioredis": "4.27.6",
106+
"@types/ioredis": "4.27.8",
107107
"@types/jest": "27.0.2",
108108
"@types/jsonwebtoken": "8.5.5",
109109
"@types/migrate-mongo": "8.1.2",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5469,10 +5469,10 @@
54695469
resolved "https://registry.yarnpkg.com/@types/http-errors/-/http-errors-1.8.0.tgz#682477dbbbd07cd032731cb3b0e7eaee3d026b69"
54705470
integrity sha512-2aoSC4UUbHDj2uCsCxcG/vRMXey/m17bC7UwitVm5hn22nI8O8Y9iDpA76Orc+DWkQ4zZrOKEshCqR/jSuXAHA==
54715471

5472-
"@types/[email protected].6":
5473-
version "4.27.6"
5474-
resolved "https://registry.yarnpkg.com/@types/ioredis/-/ioredis-4.27.6.tgz#06f2826ca9bcf4e9c179cd11417a4d0413903cba"
5475-
integrity sha512-3FeeDlVQ2sdbvU436XnZzOiDMMgFbKfIsiUF2BnJnH7xxqCbJ1teJwfcu9fLwnfmV0qH2W1Vg3jFrtOehNIkMA==
5472+
"@types/[email protected].8":
5473+
version "4.27.8"
5474+
resolved "https://registry.yarnpkg.com/@types/ioredis/-/ioredis-4.27.8.tgz#c2e113e4f0b6834062f155eaac27fa78d38e0790"
5475+
integrity sha512-THsyghYuFI6h/UzwEaeSeagRxiDG1P/NIiL5uTjN7bcbQHwDP6nMWJfEmY0iuu3pOzl1j0FgRpAYz7WWX2eW0Q==
54765476
dependencies:
54775477
"@types/node" "*"
54785478

@@ -13220,10 +13220,10 @@ interpret@^1.0.0:
1322013220
resolved "https://registry.yarnpkg.com/interpret/-/interpret-1.4.0.tgz#665ab8bc4da27a774a40584e812e3e0fa45b1a1e"
1322113221
integrity sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA==
1322213222

13223-
ioredis@4.27.10:
13224-
version "4.27.10"
13225-
resolved "https://registry.yarnpkg.com/ioredis/-/ioredis-4.27.10.tgz#3da6c1d2eab440f94c52d6fcd9b91127d7e07470"
13226-
integrity sha512-BtV2mEoZlhnW0EyxuK49V5iutLeZeJAYi/+Fuc4Q6DpDjq0cGMLODdS/+Kb5CHpT7v3YT6SK0vgJF6y0Ls4+Bg==
13223+
ioredis@4.28.0:
13224+
version "4.28.0"
13225+
resolved "https://registry.yarnpkg.com/ioredis/-/ioredis-4.28.0.tgz#5a2be3f37ff2075e2332f280eaeb02ab4d9ff0d3"
13226+
integrity sha512-I+zkeeWp3XFgPT2CtJKxvaF5FjGBGt4yGYljRjQecdQKteThuAsKqffeF1lgHVlYnuNeozRbPOCDNZ7tDWPeig==
1322713227
dependencies:
1322813228
cluster-key-slot "^1.1.0"
1322913229
debug "^4.3.1"

0 commit comments

Comments
 (0)