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

npm update

This commit is contained in:
Leibale
2023-09-05 18:27:08 -04:00
parent c12dc79950
commit 9f511f4171
4 changed files with 538 additions and 3850 deletions

4368
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -12,16 +12,16 @@
},
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@tsconfig/node16": "^1.0.4",
"@tsconfig/node16": "^16.1.1",
"@types/mocha": "^10.0.1",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"gh-pages": "^5.0.0",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"gh-pages": "^6.0.0",
"mocha": "^10.2.0",
"nyc": "^15.1.0",
"source-map-support": "^0.5.21",
"ts-node": "^10.9.1",
"typedoc": "^0.24.8",
"typescript": "^5.1.3"
"typedoc": "^0.25.1",
"typescript": "^5.2.2"
}
}

View File

@@ -17,7 +17,7 @@
},
"devDependencies": {
"@redis/test-utils": "*",
"@types/sinon": "^10.0.15",
"@types/sinon": "^10.0.16",
"sinon": "^15.2.0"
},
"engines": {

View File

@@ -10,11 +10,11 @@
],
"dependencies": {
"@redis/bloom": "1.2.0",
"@redis/client": "1.5.7",
"@redis/client": "1.5.9",
"@redis/graph": "1.1.0",
"@redis/json": "1.0.4",
"@redis/search": "1.1.2",
"@redis/time-series": "1.0.4"
"@redis/search": "1.1.3",
"@redis/time-series": "1.0.5"
},
"repository": {
"type": "git",