You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-01 16:46:54 +03:00
upgrade deps, fix "invalid save argument" error (#2174)
This commit is contained in:
72
benchmark/package-lock.json
generated
72
benchmark/package-lock.json
generated
@ -8,14 +8,14 @@
|
||||
"dependencies": {
|
||||
"@redis/client": "../packages/client",
|
||||
"hdr-histogram-js": "3.0.0",
|
||||
"ioredis": "5.0.4",
|
||||
"ioredis": "5.1.0",
|
||||
"redis-v3": "npm:redis@3.1.2",
|
||||
"yargs": "17.4.1"
|
||||
"yargs": "17.5.1"
|
||||
}
|
||||
},
|
||||
"../packages/client": {
|
||||
"name": "@redis/client",
|
||||
"version": "1.0.5",
|
||||
"version": "1.1.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"cluster-key-slot": "1.1.0",
|
||||
@ -25,22 +25,22 @@
|
||||
"devDependencies": {
|
||||
"@istanbuljs/nyc-config-typescript": "^1.0.2",
|
||||
"@redis/test-utils": "*",
|
||||
"@types/node": "^17.0.29",
|
||||
"@types/sinon": "^10.0.11",
|
||||
"@types/node": "^18.0.0",
|
||||
"@types/sinon": "^10.0.12",
|
||||
"@types/yallist": "^4.0.1",
|
||||
"@typescript-eslint/eslint-plugin": "^5.21.0",
|
||||
"@typescript-eslint/parser": "^5.21.0",
|
||||
"eslint": "^8.14.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.30.0",
|
||||
"@typescript-eslint/parser": "^5.30.0",
|
||||
"eslint": "^8.18.0",
|
||||
"nyc": "^15.1.0",
|
||||
"release-it": "^14.14.2",
|
||||
"sinon": "^13.0.2",
|
||||
"release-it": "^15.1.1",
|
||||
"sinon": "^14.0.0",
|
||||
"source-map-support": "^0.5.21",
|
||||
"ts-node": "^10.7.0",
|
||||
"typedoc": "^0.22.15",
|
||||
"typescript": "^4.6.3"
|
||||
"ts-node": "^10.8.1",
|
||||
"typedoc": "^0.23.2",
|
||||
"typescript": "^4.7.4"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=12"
|
||||
"node": ">=14"
|
||||
}
|
||||
},
|
||||
"node_modules/@assemblyscript/loader": {
|
||||
@ -191,9 +191,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/ioredis": {
|
||||
"version": "5.0.4",
|
||||
"resolved": "https://registry.npmjs.org/ioredis/-/ioredis-5.0.4.tgz",
|
||||
"integrity": "sha512-qFJw3MnPNsJF1lcIOP3vztbsasOXK3nDdNAgjQj7t7/Bn/w10PGchTOpqylQNxjzPbLoYDu34LjeJtSWiKBntQ==",
|
||||
"version": "5.1.0",
|
||||
"resolved": "https://registry.npmjs.org/ioredis/-/ioredis-5.1.0.tgz",
|
||||
"integrity": "sha512-HYHnvwxFwefeUBj0hZFejLvd8Q/YNAfnZlZG/hSRxkRhXMs1H8soMEVccHd1WlLrKkynorXBsAtqDGskOdAfVQ==",
|
||||
"dependencies": {
|
||||
"@ioredis/commands": "^1.1.1",
|
||||
"cluster-key-slot": "^1.1.0",
|
||||
@ -354,9 +354,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/yargs": {
|
||||
"version": "17.4.1",
|
||||
"resolved": "https://registry.npmjs.org/yargs/-/yargs-17.4.1.tgz",
|
||||
"integrity": "sha512-WSZD9jgobAg3ZKuCQZSa3g9QOJeCCqLoLAykiWgmXnDo9EPnn4RPf5qVTtzgOx66o6/oqhcA5tHtJXpG8pMt3g==",
|
||||
"version": "17.5.1",
|
||||
"resolved": "https://registry.npmjs.org/yargs/-/yargs-17.5.1.tgz",
|
||||
"integrity": "sha512-t6YAJcxDkNX7NFYiVtKvWUz8l+PaKTLiL63mJYWR2GnHq2gjEWISzsLp9wg3aY36dY1j+gfIEL3pIF+XlJJfbA==",
|
||||
"dependencies": {
|
||||
"cliui": "^7.0.2",
|
||||
"escalade": "^3.1.1",
|
||||
@ -395,21 +395,21 @@
|
||||
"requires": {
|
||||
"@istanbuljs/nyc-config-typescript": "^1.0.2",
|
||||
"@redis/test-utils": "*",
|
||||
"@types/node": "^17.0.29",
|
||||
"@types/sinon": "^10.0.11",
|
||||
"@types/node": "^18.0.0",
|
||||
"@types/sinon": "^10.0.12",
|
||||
"@types/yallist": "^4.0.1",
|
||||
"@typescript-eslint/eslint-plugin": "^5.21.0",
|
||||
"@typescript-eslint/parser": "^5.21.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.30.0",
|
||||
"@typescript-eslint/parser": "^5.30.0",
|
||||
"cluster-key-slot": "1.1.0",
|
||||
"eslint": "^8.14.0",
|
||||
"eslint": "^8.18.0",
|
||||
"generic-pool": "3.8.2",
|
||||
"nyc": "^15.1.0",
|
||||
"release-it": "^14.14.2",
|
||||
"sinon": "^13.0.2",
|
||||
"release-it": "^15.1.1",
|
||||
"sinon": "^14.0.0",
|
||||
"source-map-support": "^0.5.21",
|
||||
"ts-node": "^10.7.0",
|
||||
"typedoc": "^0.22.15",
|
||||
"typescript": "^4.6.3",
|
||||
"ts-node": "^10.8.1",
|
||||
"typedoc": "^0.23.2",
|
||||
"typescript": "^4.7.4",
|
||||
"yallist": "4.0.0"
|
||||
}
|
||||
},
|
||||
@ -498,9 +498,9 @@
|
||||
}
|
||||
},
|
||||
"ioredis": {
|
||||
"version": "5.0.4",
|
||||
"resolved": "https://registry.npmjs.org/ioredis/-/ioredis-5.0.4.tgz",
|
||||
"integrity": "sha512-qFJw3MnPNsJF1lcIOP3vztbsasOXK3nDdNAgjQj7t7/Bn/w10PGchTOpqylQNxjzPbLoYDu34LjeJtSWiKBntQ==",
|
||||
"version": "5.1.0",
|
||||
"resolved": "https://registry.npmjs.org/ioredis/-/ioredis-5.1.0.tgz",
|
||||
"integrity": "sha512-HYHnvwxFwefeUBj0hZFejLvd8Q/YNAfnZlZG/hSRxkRhXMs1H8soMEVccHd1WlLrKkynorXBsAtqDGskOdAfVQ==",
|
||||
"requires": {
|
||||
"@ioredis/commands": "^1.1.1",
|
||||
"cluster-key-slot": "^1.1.0",
|
||||
@ -618,9 +618,9 @@
|
||||
"integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA=="
|
||||
},
|
||||
"yargs": {
|
||||
"version": "17.4.1",
|
||||
"resolved": "https://registry.npmjs.org/yargs/-/yargs-17.4.1.tgz",
|
||||
"integrity": "sha512-WSZD9jgobAg3ZKuCQZSa3g9QOJeCCqLoLAykiWgmXnDo9EPnn4RPf5qVTtzgOx66o6/oqhcA5tHtJXpG8pMt3g==",
|
||||
"version": "17.5.1",
|
||||
"resolved": "https://registry.npmjs.org/yargs/-/yargs-17.5.1.tgz",
|
||||
"integrity": "sha512-t6YAJcxDkNX7NFYiVtKvWUz8l+PaKTLiL63mJYWR2GnHq2gjEWISzsLp9wg3aY36dY1j+gfIEL3pIF+XlJJfbA==",
|
||||
"requires": {
|
||||
"cliui": "^7.0.2",
|
||||
"escalade": "^3.1.1",
|
||||
|
@ -9,8 +9,8 @@
|
||||
"dependencies": {
|
||||
"@redis/client": "../packages/client",
|
||||
"hdr-histogram-js": "3.0.0",
|
||||
"ioredis": "5.0.4",
|
||||
"ioredis": "5.1.0",
|
||||
"redis-v3": "npm:redis@3.1.2",
|
||||
"yargs": "17.4.1"
|
||||
"yargs": "17.5.1"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user