1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-04 15:02:09 +03:00

upgrade deps

This commit is contained in:
Leibale
2023-08-23 14:53:26 -04:00
parent bc8abd5a38
commit fe74e322dd
10 changed files with 1812 additions and 1787 deletions

View File

@@ -12,13 +12,13 @@
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@types/mocha": "^10.0.1",
"@types/node": "^20.2.3",
"@types/node": "^20.5.3",
"@types/yargs": "^17.0.24",
"mocha": "^10.2.0",
"nyc": "^15.1.0",
"source-map-support": "^0.5.21",
"ts-node": "^10.9.1",
"typescript": "^5.0.4",
"typescript": "^5.1.6",
"yargs": "^17.7.2"
}
}