chore(deps): bump ioredis from 5.6.1 to 5.7.0 (#19736)
Bumps [ioredis](https://github.com/luin/ioredis) from 5.6.1 to 5.7.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.6.1...v5.7.0) --- updated-dependencies: - dependency-name: ioredis dependency-version: 5.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
3861660969
commit
c0d4172600
|
|
@ -91,7 +91,7 @@
|
|||
"iconv-lite": "0.6.3",
|
||||
"imapflow": "1.0.188",
|
||||
"instagram-private-api": "1.46.1",
|
||||
"ioredis": "5.6.1",
|
||||
"ioredis": "5.7.0",
|
||||
"ip-regex": "5.0.0",
|
||||
"jsdom": "26.1.0",
|
||||
"json-bigint": "1.0.0",
|
||||
|
|
|
|||
|
|
@ -162,8 +162,8 @@ importers:
|
|||
specifier: 1.46.1
|
||||
version: 1.46.1
|
||||
ioredis:
|
||||
specifier: 5.6.1
|
||||
version: 5.6.1
|
||||
specifier: 5.7.0
|
||||
version: 5.7.0
|
||||
ip-regex:
|
||||
specifier: 5.0.0
|
||||
version: 5.0.0
|
||||
|
|
@ -1515,8 +1515,8 @@ packages:
|
|||
resolution: {integrity: sha512-XvJRx+2KR3YXyYtPUUy+qd9i7p+GO9Ko6VIIpWlBrpWwXDv8WLFeHTxz35CfQFUiBMLXlGHhGzys7lqit9gWag==}
|
||||
engines: {node: '>=18'}
|
||||
|
||||
'@ioredis/commands@1.2.0':
|
||||
resolution: {integrity: sha512-Sx1pU8EM64o2BrqNpEO1CNLtKQwyhuXuqyfH7oGKCk+1a33d2r5saW8zNwm3j6BTExtjrv2BxTgzzkMwts6vGg==}
|
||||
'@ioredis/commands@1.3.0':
|
||||
resolution: {integrity: sha512-M/T6Zewn7sDaBQEqIZ8Rb+i9y8qfGmq+5SDFSf9sA2lUZTmdDLVdOiQaeDp+Q4wElZ9HG1GAX5KhDaidp6LQsQ==}
|
||||
|
||||
'@isaacs/cliui@8.0.2':
|
||||
resolution: {integrity: sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==}
|
||||
|
|
@ -4001,8 +4001,8 @@ packages:
|
|||
re2:
|
||||
optional: true
|
||||
|
||||
ioredis@5.6.1:
|
||||
resolution: {integrity: sha512-UxC0Yv1Y4WRJiGQxQkP0hfdL0/5/6YvdfOOClRgJ0qppSarkhneSa6UvkMkms0AkdGimSH3Ikqm+6mkMmX7vGA==}
|
||||
ioredis@5.7.0:
|
||||
resolution: {integrity: sha512-NUcA93i1lukyXU+riqEyPtSEkyFq8tX90uL659J+qpCZ3rEdViB/APC58oAhIh3+bJln2hzdlZbBZsGNrlsR8g==}
|
||||
engines: {node: '>=12.22.0'}
|
||||
|
||||
ip-address@9.0.5:
|
||||
|
|
@ -7241,7 +7241,7 @@ snapshots:
|
|||
dependencies:
|
||||
mute-stream: 1.0.0
|
||||
|
||||
'@ioredis/commands@1.2.0': {}
|
||||
'@ioredis/commands@1.3.0': {}
|
||||
|
||||
'@isaacs/cliui@8.0.2':
|
||||
dependencies:
|
||||
|
|
@ -10080,9 +10080,9 @@ snapshots:
|
|||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
ioredis@5.6.1:
|
||||
ioredis@5.7.0:
|
||||
dependencies:
|
||||
'@ioredis/commands': 1.2.0
|
||||
'@ioredis/commands': 1.3.0
|
||||
cluster-key-slot: 1.1.2
|
||||
debug: 4.4.1
|
||||
denque: 2.1.0
|
||||
|
|
|
|||
Loading…
Reference in New Issue