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

upgrade dependencies (#2306)

This commit is contained in:
Leibale Eidelman
2022-10-26 14:47:10 -04:00
committed by GitHub
parent 4cfad3dab2
commit 29f734f60e
8 changed files with 2184 additions and 2686 deletions

View File

@@ -11,14 +11,14 @@
},
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@types/mocha": "^9.1.1",
"@types/node": "^18.7.10",
"@types/yargs": "^17.0.11",
"mocha": "^10.0.0",
"@types/mocha": "^10.0.0",
"@types/node": "^18.11.6",
"@types/yargs": "^17.0.13",
"mocha": "^10.1.0",
"nyc": "^15.1.0",
"source-map-support": "^0.5.21",
"ts-node": "^10.9.1",
"typescript": "^4.7.4",
"yargs": "^17.5.1"
"typescript": "^4.8.4",
"yargs": "^17.6.0"
}
}