Skip to content

Commit fb44b3b

Browse files
committed
Merge branch 'dependabot/npm_and_yarn/ioredis-5.8.0' into q/8.2
2 parents 3850ad4 + 6dc662e commit fb44b3b

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"fcntl": "github:scality/node-fcntl#0.3.0",
3434
"httpagent": "scality/httpagent#1.1.0",
3535
"https-proxy-agent": "^7.0.6",
36-
"ioredis": "^5.7.0",
36+
"ioredis": "^5.8.0",
3737
"ipaddr.js": "^2.2.0",
3838
"joi": "^18.0.1",
3939
"level": "~5.0.1",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1508,10 +1508,10 @@
15081508
resolved "https://registry.yarnpkg.com/@humanwhocodes/retry/-/retry-0.4.2.tgz#1860473de7dfa1546767448f333db80cb0ff2161"
15091509
integrity sha512-xeO57FpIu4p1Ri3Jq/EXq4ClRm86dVF2z/+kvFnyqVYRavTZmaFaUBbWCOuuTh0o/g7DSsk6kc2vrS4Vl5oPOQ==
15101510

1511-
"@ioredis/commands@^1.3.0":
1512-
version "1.3.0"
1513-
resolved "https://registry.yarnpkg.com/@ioredis/commands/-/commands-1.3.0.tgz#4dc3ae9bfa7146b63baf27672a61db0ea86e35e5"
1514-
integrity sha512-M/T6Zewn7sDaBQEqIZ8Rb+i9y8qfGmq+5SDFSf9sA2lUZTmdDLVdOiQaeDp+Q4wElZ9HG1GAX5KhDaidp6LQsQ==
1511+
"@ioredis/commands@1.4.0":
1512+
version "1.4.0"
1513+
resolved "https://registry.yarnpkg.com/@ioredis/commands/-/commands-1.4.0.tgz#9f657d51cdd5d2fdb8889592aa4a355546151f25"
1514+
integrity sha512-aFT2yemJJo+TZCmieA7qnYGQooOS7QfNmYrzGtsYd3g9j5iDP8AimYYAesf79ohjbLG12XxC4nG5DyEnC88AsQ==
15151515

15161516
"@isaacs/cliui@^8.0.2":
15171517
version "8.0.2"
@@ -4113,12 +4113,12 @@ ioctl@^2.0.2:
41134113
bindings "^1.5.0"
41144114
nan "^2.14.0"
41154115

4116-
ioredis@*, ioredis@^5.7.0:
4117-
version "5.7.0"
4118-
resolved "https://registry.yarnpkg.com/ioredis/-/ioredis-5.7.0.tgz#be8f4a09bfb67bfa84ead297ff625973a5dcefc3"
4119-
integrity sha512-NUcA93i1lukyXU+riqEyPtSEkyFq8tX90uL659J+qpCZ3rEdViB/APC58oAhIh3+bJln2hzdlZbBZsGNrlsR8g==
4116+
ioredis@*, ioredis@^5.8.0:
4117+
version "5.8.0"
4118+
resolved "https://registry.yarnpkg.com/ioredis/-/ioredis-5.8.0.tgz#a1c4ef6be2e274cc8e99c9e22794ef1ef06dc24a"
4119+
integrity sha512-AUXbKn9gvo9hHKvk6LbZJQSKn/qIfkWXrnsyL9Yrf+oeXmla9Nmf6XEumOddyhM8neynpK5oAV6r9r99KBuwzA==
41204120
dependencies:
4121-
"@ioredis/commands" "^1.3.0"
4121+
"@ioredis/commands" "1.4.0"
41224122
cluster-key-slot "^1.1.0"
41234123
debug "^4.3.4"
41244124
denque "^2.1.0"

0 commit comments

Comments
 (0)