fix(deps): update dependency ioredis to v5.3.2 (#346)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
32888f4b62
commit
d4824032c2
|
|
@ -67,7 +67,7 @@
|
|||
"i18next": "^22.4.14",
|
||||
"idb-keyval": "6.2.0",
|
||||
"immer": "9.0.21",
|
||||
"ioredis": "5.3.1",
|
||||
"ioredis": "5.3.2",
|
||||
"js-yaml": "4.1.0",
|
||||
"jsonfeed-to-rss": "^3.0.6",
|
||||
"langchain": "^0.0.56",
|
||||
|
|
|
|||
|
|
@ -131,8 +131,8 @@ dependencies:
|
|||
specifier: 9.0.21
|
||||
version: 9.0.21
|
||||
ioredis:
|
||||
specifier: 5.3.1
|
||||
version: 5.3.1
|
||||
specifier: 5.3.2
|
||||
version: 5.3.2
|
||||
js-yaml:
|
||||
specifier: 4.1.0
|
||||
version: 4.1.0
|
||||
|
|
@ -8578,8 +8578,8 @@ packages:
|
|||
loose-envify: 1.4.0
|
||||
dev: false
|
||||
|
||||
/ioredis@5.3.1:
|
||||
resolution: {integrity: sha512-C+IBcMysM6v52pTLItYMeV4Hz7uriGtoJdz7SSBDX6u+zwSYGirLdQh3L7t/OItWITcw3gTFMjJReYUwS4zihg==}
|
||||
/ioredis@5.3.2:
|
||||
resolution: {integrity: sha512-1DKMMzlIHM02eBBVOFQ1+AolGjs6+xEcM4PDL7NqOS6szq7H9jSaEkIUH6/a5Hl241LzW6JLSiAbNvTQjUupUA==}
|
||||
engines: {node: '>=12.22.0'}
|
||||
dependencies:
|
||||
'@ioredis/commands': 1.2.0
|
||||
|
|
|
|||
Loading…
Reference in New Issue