Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 155087f

Browse files
committed
update deps
1 parent 00cb439 commit 155087f

File tree

2 files changed

+459
-384
lines changed

2 files changed

+459
-384
lines changed

package.json

+14-15
Original file line numberDiff line numberDiff line change
@@ -35,31 +35,30 @@
3535
"doc": "typedoc ./src/index.ts"
3636
},
3737
"dependencies": {
38-
"debug": "^4.3.4",
39-
"generic-pool": "^3.8.2",
40-
"redis": "^4.3.0"
38+
"debug": "^4.4.0",
39+
"generic-pool": "^3.9.0",
40+
"redis": "^4.7.0"
4141
},
4242
"devDependencies": {
4343
"@eslint/js": "^9.18.0",
44-
"@types/chai": "4.3.3",
45-
"@types/debug": "4.1.7",
46-
"@types/generic-pool": "3.1.11",
47-
"@types/mocha": "9.1.1",
48-
"@types/node": "17.0.23",
44+
"@types/chai": "5.0.1",
45+
"@types/debug": "4.1.12",
46+
"@types/mocha": "10.0.10",
47+
"@types/node": "22.10.7",
4948
"@types/proxyquire": "1.3.31",
50-
"@types/sinon": "10.0.13",
49+
"@types/sinon": "17.0.3",
5150
"@typescript-eslint/eslint-plugin": "^8.20.0",
5251
"@typescript-eslint/parser": "^8.20.0",
53-
"c8": "7.12.0",
54-
"chai": "4.3.6",
52+
"c8": "10.1.3",
53+
"chai": "5.1.2",
5554
"eslint": "^9.18.0",
5655
"globals": "^15.14.0",
57-
"mocha": "10.0.0",
56+
"mocha": "11.0.1",
5857
"prettier": "^3.4.2",
5958
"proxyquire": "2.1.3",
60-
"sinon": "14.0.0",
61-
"typedoc": "0.23.13",
62-
"typescript": "4.8.2",
59+
"sinon": "19.0.2",
60+
"typedoc": "0.27.6",
61+
"typescript": "5.7.3",
6362
"typescript-eslint": "^8.20.0"
6463
},
6564
"repository": {

0 commit comments

Comments
 (0)