Skip to content

Commit

Permalink
fix(deps): update dependency ioredis to v4.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 5, 2021
1 parent e307ac0 commit 29527ed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/cache/redis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@graphql-mesh/types": "0.29.3",
"@types/ioredis": "4.19.3",
"dataloader": "2.0.0",
"ioredis": "4.19.4"
"ioredis": "4.20.0"
},
"publishConfig": {
"access": "public",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11816,10 +11816,10 @@ [email protected]:
dependencies:
loose-envify "^1.0.0"

ioredis@4.19.4:
version "4.19.4"
resolved "https://registry.yarnpkg.com/ioredis/-/ioredis-4.19.4.tgz#11112005f87ad3acac247ada3b22eb31b947f7c7"
integrity sha512-3haQWw9dpEjcfVcRktXlayVNrrqvvc2io7Q/uiV2UsYw8/HC2YwwJr78Wql7zu5bzwci0x9bZYA69U7KkevAvw==
ioredis@4.20.0:
version "4.20.0"
resolved "https://registry.yarnpkg.com/ioredis/-/ioredis-4.20.0.tgz#dae12b6f6dcbfc2ce59fd073a18af8e1ee1126c3"
integrity sha512-UQt662u4/n+9jIWKHcszAA7TaiXCOCc/kVX2QbnVzrtNiCTg2DVQBY4jte6MfbVwZXxAkWHHBFSDlR2wcnCiVA==
dependencies:
cluster-key-slot "^1.1.0"
debug "^4.1.1"
Expand Down

0 comments on commit 29527ed

Please sign in to comment.