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

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
silverbucket committed Jan 19, 2025
1 parent 00cb439 commit 155087f
Show file tree
Hide file tree
Showing 2 changed files with 459 additions and 384 deletions.
29 changes: 14 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,31 +35,30 @@
"doc": "typedoc ./src/index.ts"
},
"dependencies": {
"debug": "^4.3.4",
"generic-pool": "^3.8.2",
"redis": "^4.3.0"
"debug": "^4.4.0",
"generic-pool": "^3.9.0",
"redis": "^4.7.0"
},
"devDependencies": {
"@eslint/js": "^9.18.0",
"@types/chai": "4.3.3",
"@types/debug": "4.1.7",
"@types/generic-pool": "3.1.11",
"@types/mocha": "9.1.1",
"@types/node": "17.0.23",
"@types/chai": "5.0.1",
"@types/debug": "4.1.12",
"@types/mocha": "10.0.10",
"@types/node": "22.10.7",
"@types/proxyquire": "1.3.31",
"@types/sinon": "10.0.13",
"@types/sinon": "17.0.3",
"@typescript-eslint/eslint-plugin": "^8.20.0",
"@typescript-eslint/parser": "^8.20.0",
"c8": "7.12.0",
"chai": "4.3.6",
"c8": "10.1.3",
"chai": "5.1.2",
"eslint": "^9.18.0",
"globals": "^15.14.0",
"mocha": "10.0.0",
"mocha": "11.0.1",
"prettier": "^3.4.2",
"proxyquire": "2.1.3",
"sinon": "14.0.0",
"typedoc": "0.23.13",
"typescript": "4.8.2",
"sinon": "19.0.2",
"typedoc": "0.27.6",
"typescript": "5.7.3",
"typescript-eslint": "^8.20.0"
},
"repository": {
Expand Down
Loading

0 comments on commit 155087f

Please sign in to comment.