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

View File

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

View File

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