Skip to content

Commit

Permalink
fix(deps): update dependency ioredis to v5.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 2, 2022
1 parent 6d0d608 commit 0fe6c44
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"dependencies": {
"dotenv": "16.0.1",
"ioredis": "5.2.2",
"ioredis": "5.2.4",
"next": "12.2.4",
"ow": "0.28.1",
"react": "18.2.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1289,9 +1289,9 @@ __metadata:
languageName: node
linkType: hard

"ioredis@npm:5.2.2":
version: 5.2.2
resolution: "ioredis@npm:5.2.2"
"ioredis@npm:5.2.4":
version: 5.2.4
resolution: "ioredis@npm:5.2.4"
dependencies:
"@ioredis/commands": ^1.1.1
cluster-key-slot: ^1.1.0
Expand All @@ -1302,7 +1302,7 @@ __metadata:
redis-errors: ^1.2.0
redis-parser: ^3.0.0
standard-as-callback: ^2.1.0
checksum: 8d650326063de4e37ec7ab38f00dde555284d9fc99fcbe698a4b0d65214920b8cb0f9483c0390fef8d81e9ee26e65380c93113cdedee184206815787bf88cec7
checksum: c3a7df407a41ae516bede8b6db853c568198b13fe4a4785f66be5cd541087121b9d45fb9a6b1b6a5fb668c29ce52ab4685642b994803bdfa0a35f794ea8ef7ae
languageName: node
linkType: hard

Expand Down Expand Up @@ -2100,7 +2100,7 @@ __metadata:
"@types/react": 18.0.17
"@types/react-dom": 18.0.6
dotenv: 16.0.1
ioredis: 5.2.2
ioredis: 5.2.4
next: 12.2.4
next-transpile-modules: 9.0.0
ow: 0.28.1
Expand Down

0 comments on commit 0fe6c44

Please sign in to comment.