Skip to content

Commit

Permalink
Bump ioredis from 4.27.2 to 4.27.3 in /bot (discord#119)
Browse files Browse the repository at this point in the history
Bumps [ioredis](https://github.com/luin/ioredis) from 4.27.2 to 4.27.3.
- [Release notes](https://github.com/luin/ioredis/releases)
- [Changelog](https://github.com/luin/ioredis/blob/master/Changelog.md)
- [Commits](redis/ioredis@v4.27.2...v4.27.3)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 24, 2021
1 parent e5047a7 commit 3695fa3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"discord.js-light": "^3.5.11",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"ioredis": "^4.27.2",
"ioredis": "^4.27.3",
"node-fetch": "^2.6.1"
}
}
8 changes: 4 additions & 4 deletions bot/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1121,10 +1121,10 @@ [email protected]:
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de"
integrity sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=

ioredis@^4.27.2:
version "4.27.2"
resolved "https://registry.yarnpkg.com/ioredis/-/ioredis-4.27.2.tgz#6a79bca05164482da796f8fa010bccefd3bf4811"
integrity sha512-7OpYymIthonkC2Jne5uGWXswdhlua1S1rWGAERaotn0hGJWTSURvxdHA9G6wNbT/qKCloCja/FHsfKXW8lpTmg==
ioredis@^4.27.3:
version "4.27.3"
resolved "https://registry.yarnpkg.com/ioredis/-/ioredis-4.27.3.tgz#4a020c9056bf4e016c476910fb59620a0d899654"
integrity sha512-eAirtUIljFkHJwuKQhbGajVrdCUMNKRuOrhzRFeYZRvXnLs4757Oss1S8aiheB4NSO1RsLeG+2RUjY/0/XiSig==
dependencies:
cluster-key-slot "^1.1.0"
debug "^4.3.1"
Expand Down

0 comments on commit 3695fa3

Please sign in to comment.