1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-07 13:22:56 +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

950
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -12,16 +12,16 @@
},
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@types/mocha": "^10.0.3",
"@types/node": "^20.8.10",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"gh-pages": "^6.0.0",
"@types/mocha": "^10.0.6",
"@types/node": "^20.10.3",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"gh-pages": "^6.1.0",
"mocha": "^10.2.0",
"nyc": "^15.1.0",
"release-it": "^16.2.1",
"tsx": "^3.14.0",
"typedoc": "^0.25.3",
"typescript": "^5.2.2"
"release-it": "^17.0.0",
"tsx": "^4.6.2",
"typedoc": "^0.25.4",
"typescript": "^5.3.2"
}
}

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"

View File

@@ -7,7 +7,7 @@
"@redis/client": "*"
},
"devDependencies": {
"@types/yargs": "^17.0.24",
"@types/yargs": "^17.0.32",
"yargs": "^17.7.2"
}
}