Skip to content

Commit e6135ff

Browse files
chore(deps): Bump ioredis from 5.4.2 to 5.6.0 in the production-dependencies group
Bumps the production-dependencies group with 1 update in the / directory: [ioredis](https://github.com/luin/ioredis). Updates `ioredis` from 5.4.2 to 5.6.0 - [Release notes](https://github.com/luin/ioredis/releases) - [Changelog](https://github.com/redis/ioredis/blob/main/CHANGELOG.md) - [Commits](redis/ioredis@v5.4.2...v5.6.0) --- updated-dependencies: - dependency-name: ioredis dependency-type: direct:production update-type: version-update:semver-minor 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 6b33134 commit e6135ff

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

bun.lockb

-16 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.4.2"
47+
"ioredis": "5.7.0"
4848
},
4949
"devDependencies": {
5050
"@changesets/cli": "2.27.11",

yarn.lock

Lines changed: 11 additions & 11 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: 0F4A01AF9FC5755B-b7c8ca1284753f05-B8C97FFFC93DF4BF-b9fb0f3f7e2fa391
3+
# bun ./bun.lockb --hash: DAC14FB4E13C0647-468e1a4ceae1fbed-8F044CEF32009210-41bb1b1fe45bd2ef
44

55

66
"@ampproject/remapping@^2.3.0":
@@ -756,10 +756,10 @@
756756
resolved "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.4.1.tgz"
757757
integrity sha512-c7hNEllBlenFTHBky65mhq8WD2kbN9Q6gk0bTk8lSBvc554jpXSkST1iePudpt7+A/AQvuHs9EMqjHDXMY1lrA==
758758

759-
"@ioredis/commands@^1.1.1":
760-
version "1.2.0"
761-
resolved "https://registry.npmjs.org/@ioredis/commands/-/commands-1.2.0.tgz"
762-
integrity sha512-Sx1pU8EM64o2BrqNpEO1CNLtKQwyhuXuqyfH7oGKCk+1a33d2r5saW8zNwm3j6BTExtjrv2BxTgzzkMwts6vGg==
759+
"@ioredis/commands@^1.3.0":
760+
version "1.3.0"
761+
resolved "https://registry.npmjs.org/@ioredis/commands/-/commands-1.3.0.tgz"
762+
integrity sha512-M/T6Zewn7sDaBQEqIZ8Rb+i9y8qfGmq+5SDFSf9sA2lUZTmdDLVdOiQaeDp+Q4wElZ9HG1GAX5KhDaidp6LQsQ==
763763

764764
"@isaacs/cliui@^8.0.2":
765765
version "8.0.2"
@@ -1873,7 +1873,7 @@ debug@^4.1.1, debug@^4.3.1, debug@^4.3.2:
18731873
dependencies:
18741874
ms "2.1.2"
18751875

1876-
debug@^4.3.2, debug@^4.3.4, debug@^4.3.7:
1876+
debug@^4.3.2, debug@^4.3.7:
18771877
version "4.3.7"
18781878
resolved "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz"
18791879
integrity sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==
@@ -2868,12 +2868,12 @@ internal-slot@^1.0.7:
28682868
hasown "^2.0.0"
28692869
side-channel "^1.0.4"
28702870

2871-
ioredis@5.4.2:
2872-
version "5.4.2"
2873-
resolved "https://registry.npmjs.org/ioredis/-/ioredis-5.4.2.tgz"
2874-
integrity sha512-0SZXGNGZ+WzISQ67QDyZ2x0+wVxjjUndtD8oSeik/4ajifeiRufed8fCb8QW8VMyi4MXcS+UO1k/0NGhvq1PAg==
2871+
ioredis@5.7.0:
2872+
version "5.7.0"
2873+
resolved "https://registry.npmjs.org/ioredis/-/ioredis-5.7.0.tgz"
2874+
integrity sha512-NUcA93i1lukyXU+riqEyPtSEkyFq8tX90uL659J+qpCZ3rEdViB/APC58oAhIh3+bJln2hzdlZbBZsGNrlsR8g==
28752875
dependencies:
2876-
"@ioredis/commands" "^1.1.1"
2876+
"@ioredis/commands" "^1.3.0"
28772877
cluster-key-slot "^1.1.0"
28782878
debug "^4.3.4"
28792879
denque "^2.1.0"

0 commit comments

Comments
 (0)