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

upgrade dependencies (#1863)

This commit is contained in:
Leibale Eidelman
2022-01-20 16:23:31 -05:00
committed by GitHub
parent bac674437f
commit a2299509a0
7 changed files with 253 additions and 334 deletions

View File

@@ -11,14 +11,14 @@
},
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@types/mocha": "^9.0.0",
"@types/node": "^17.0.8",
"@types/mocha": "^9.1.0",
"@types/node": "^17.0.10",
"@types/yargs": "^17.0.8",
"mocha": "^9.1.3",
"mocha": "^9.1.4",
"nyc": "^15.1.0",
"source-map-support": "^0.5.21",
"ts-node": "^10.4.0",
"typescript": "^4.5.4",
"typescript": "^4.5.5",
"yargs": "^17.3.1"
}
}