1
0
mirror of https://github.com/redis/node-redis.git synced 2025-12-15 23:55:38 +03:00

upgrade deps

This commit is contained in:
Leibale
2023-12-05 12:55:15 -05:00
parent cb779a3ed7
commit 98cbdd0a7b
4 changed files with 527 additions and 450 deletions

View File

@@ -12,13 +12,12 @@
"test": "nyc -r text-summary -r lcov mocha -r tsx './lib/**/*.spec.ts'"
},
"dependencies": {
"cluster-key-slot": "1.1.2",
"generic-pool": "3.9.0"
"cluster-key-slot": "1.1.2"
},
"devDependencies": {
"@redis/test-utils": "*",
"@types/sinon": "^10.0.16",
"sinon": "^16.0.0"
"@types/sinon": "^17.0.2",
"sinon": "^17.0.1"
},
"engines": {
"node": ">=14"