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

upgrade dependencies (#2426)

This commit is contained in:
Leibale Eidelman
2023-02-24 18:05:43 -05:00
committed by GitHub
parent e95b258dca
commit 4937efca6b
9 changed files with 239 additions and 227 deletions

View File

@@ -12,13 +12,13 @@
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@types/mocha": "^10.0.1",
"@types/node": "^18.11.18",
"@types/yargs": "^17.0.20",
"@types/node": "^18.14.1",
"@types/yargs": "^17.0.22",
"mocha": "^10.2.0",
"nyc": "^15.1.0",
"source-map-support": "^0.5.21",
"ts-node": "^10.9.1",
"typescript": "^4.9.4",
"yargs": "^17.6.2"
"typescript": "^4.9.5",
"yargs": "^17.7.1"
}
}