Bump ioredis from 5.5.0 to 5.6.0

Bumps [ioredis](https://github.com/luin/ioredis) from 5.5.0 to 5.6.0.
- [Release notes](https://github.com/luin/ioredis/releases)
- [Changelog](https://github.com/redis/ioredis/blob/main/CHANGELOG.md)
- [Commits](https://github.com/luin/ioredis/compare/v5.5.0...v5.6.0)

---
updated-dependencies:
- dependency-name: ioredis
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-03-05 21:40:13 +00:00 committed by GitHub
parent 6738072f84
commit 6e226c118f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

View file

@ -18,7 +18,7 @@
"@napi-rs/canvas": "^0.1.68", "@napi-rs/canvas": "^0.1.68",
"discord.js": "^14.18.0", "discord.js": "^14.18.0",
"drizzle-orm": "^0.40.0", "drizzle-orm": "^0.40.0",
"ioredis": "^5.5.0", "ioredis": "^5.6.0",
"pg": "^8.13.3" "pg": "^8.13.3"
}, },
"devDependencies": { "devDependencies": {

View file

@ -2589,9 +2589,9 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"ioredis@npm:^5.5.0": "ioredis@npm:^5.6.0":
version: 5.5.0 version: 5.6.0
resolution: "ioredis@npm:5.5.0" resolution: "ioredis@npm:5.6.0"
dependencies: dependencies:
"@ioredis/commands": "npm:^1.1.1" "@ioredis/commands": "npm:^1.1.1"
cluster-key-slot: "npm:^1.1.0" cluster-key-slot: "npm:^1.1.0"
@ -2602,7 +2602,7 @@ __metadata:
redis-errors: "npm:^1.2.0" redis-errors: "npm:^1.2.0"
redis-parser: "npm:^3.0.0" redis-parser: "npm:^3.0.0"
standard-as-callback: "npm:^2.1.0" standard-as-callback: "npm:^2.1.0"
checksum: 10c0/ba64502fc92d9e05465793fafcd0568cb668af6e2350462b61daadfd499e3a48239d9a723d3ce08b08c93f3f745d05dda91136cdc597d4d485604e6730305305 checksum: 10c0/a885e5146640fc448706871290ef424ffa39af561f7ee3cf1590085209a509f85e99082bdaaf3cd32fa66758aea3fc2055d1109648ddca96fac4944bf2092c30
languageName: node languageName: node
linkType: hard linkType: hard
@ -3263,7 +3263,7 @@ __metadata:
eslint: "npm:^9.21.0" eslint: "npm:^9.21.0"
eslint-config-prettier: "npm:^10.0.2" eslint-config-prettier: "npm:^10.0.2"
globals: "npm:^16.0.0" globals: "npm:^16.0.0"
ioredis: "npm:^5.5.0" ioredis: "npm:^5.6.0"
pg: "npm:^8.13.3" pg: "npm:^8.13.3"
prettier: "npm:3.5.3" prettier: "npm:3.5.3"
ts-node: "npm:^10.9.2" ts-node: "npm:^10.9.2"