Skip to content

Commit c7e5701

Browse files
chore(deps): Bump ioredis from 5.8.0 to 5.8.1 in the production-dependencies group
Bumps the production-dependencies group with 1 update: [ioredis](https://github.com/luin/ioredis). Updates `ioredis` from 5.8.0 to 5.8.1 - [Release notes](https://github.com/luin/ioredis/releases) - [Changelog](https://github.com/redis/ioredis/blob/main/CHANGELOG.md) - [Commits](redis/ioredis@v5.8.0...v5.8.1) --- updated-dependencies: - dependency-name: ioredis dependency-version: 5.8.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 61b5fb9 commit c7e5701

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

bun.lockb

0 Bytes
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
},
4545
"prettier": "@theprodev/prettier-config",
4646
"dependencies": {
47-
"ioredis": "5.8.0"
47+
"ioredis": "5.8.1"
4848
},
4949
"devDependencies": {
5050
"@changesets/cli": "2.29.7",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
22
# yarn lockfile v1
3-
# bun ./bun.lockb --hash: D1FBC8016FF0EDA1-07c2d2bfbb22cb26-4EA5B46981F2037B-949fb5dabbecddd9
3+
# bun ./bun.lockb --hash: C73BBA428A74F990-447588709dd779cb-15B62B812A7DB96C-271e8e30c1f29194
44

55

66
"@ampproject/remapping@^2.3.0":
@@ -2963,10 +2963,10 @@ internal-slot@^1.0.7:
29632963
hasown "^2.0.0"
29642964
side-channel "^1.0.4"
29652965

2966-
ioredis@5.8.0:
2967-
version "5.8.0"
2968-
resolved "https://registry.npmjs.org/ioredis/-/ioredis-5.8.0.tgz"
2969-
integrity sha512-AUXbKn9gvo9hHKvk6LbZJQSKn/qIfkWXrnsyL9Yrf+oeXmla9Nmf6XEumOddyhM8neynpK5oAV6r9r99KBuwzA==
2966+
ioredis@5.8.1:
2967+
version "5.8.1"
2968+
resolved "https://registry.npmjs.org/ioredis/-/ioredis-5.8.1.tgz"
2969+
integrity sha512-Qho8TgIamqEPdgiMadJwzRMW3TudIg6vpg4YONokGDudy4eqRIJtDbVX72pfLBcWxvbn3qm/40TyGUObdW4tLQ==
29702970
dependencies:
29712971
"@ioredis/commands" "1.4.0"
29722972
cluster-key-slot "^1.1.0"

0 commit comments

Comments
 (0)