1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-07 13:22:56 +03:00

upgrade dependencies (#2381)

* upgrade deps

* upgrade dependencies

* fix v3 benchmark

* update package-lock.json
This commit is contained in:
Leibale Eidelman
2023-01-25 13:05:42 -05:00
committed by GitHub
parent 3b1bad2296
commit 0a46fcbdaf
11 changed files with 2813 additions and 2326 deletions

View File

@@ -11,14 +11,14 @@
},
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@types/mocha": "^10.0.0",
"@types/node": "^18.11.6",
"@types/yargs": "^17.0.13",
"mocha": "^10.1.0",
"@types/mocha": "^10.0.1",
"@types/node": "^18.11.18",
"@types/yargs": "^17.0.20",
"mocha": "^10.2.0",
"nyc": "^15.1.0",
"source-map-support": "^0.5.21",
"ts-node": "^10.9.1",
"typescript": "^4.8.4",
"yargs": "^17.6.0"
"typescript": "^4.9.4",
"yargs": "^17.6.2"
}
}