Skip to content

Commit afa98d6

Browse files
committed
upgrade deps
1 parent e95634b commit afa98d6

File tree

3 files changed

+82
-75
lines changed

3 files changed

+82
-75
lines changed

package-lock.json

+77-70
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
"@istanbuljs/nyc-config-typescript": "^1.0.2",
1515
"@tsconfig/node16": "^1.0.4",
1616
"@types/mocha": "^10.0.1",
17-
"@typescript-eslint/eslint-plugin": "^5.59.7",
18-
"@typescript-eslint/parser": "^5.59.7",
17+
"@typescript-eslint/eslint-plugin": "^5.60.1",
18+
"@typescript-eslint/parser": "^5.60.1",
1919
"gh-pages": "^5.0.0",
2020
"mocha": "^10.2.0",
2121
"nyc": "^15.1.0",
2222
"source-map-support": "^0.5.21",
2323
"ts-node": "^10.9.1",
24-
"typedoc": "^0.24.7",
25-
"typescript": "^5.0.4"
24+
"typedoc": "^0.24.8",
25+
"typescript": "^5.1.3"
2626
}
2727
}

packages/client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"devDependencies": {
1919
"@redis/test-utils": "*",
2020
"@types/sinon": "^10.0.15",
21-
"sinon": "^15.1.0"
21+
"sinon": "^15.2.0"
2222
},
2323
"engines": {
2424
"node": ">=16"

0 commit comments

Comments
 (0)