Skip to content

Commit

Permalink
chore: updated devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
swarthy committed Feb 28, 2024
1 parent 5d014d1 commit 86bd9a0
Show file tree
Hide file tree
Showing 2 changed files with 176 additions and 178 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,31 +29,31 @@
"license": "MIT",
"devDependencies": {
"@swarthy/wait-for": "^2.1.1",
"@types/chai": "^4.3.5",
"@types/chai-as-promised": "^7.1.5",
"@types/debug": "^4.1.8",
"@types/mocha": "^10.0.1",
"@types/node": "20.5.3",
"@types/sinon": "^10.0.16",
"@types/sinon-chai": "^3.2.9",
"@typescript-eslint/eslint-plugin": "6.4.1",
"@typescript-eslint/parser": "6.4.1",
"@types/chai": "^4.3.12",
"@types/chai-as-promised": "^7.1.8",
"@types/debug": "^4.1.12",
"@types/mocha": "^10.0.6",
"@types/node": "20.11.21",
"@types/sinon": "^17.0.3",
"@types/sinon-chai": "^3.2.12",
"@typescript-eslint/eslint-plugin": "7.1.0",
"@typescript-eslint/parser": "7.1.0",
"benchmark": "^2.1.4",
"chai": "4.3.7",
"chai": "4.4.1",
"chai-as-promised": "7.1.1",
"coveralls": "^3.1.1",
"eslint": "8.47.0",
"eslint": "8.57.0",
"eslint-config-inclusive": "1.2.10",
"eslint-plugin-node": "11.1.0",
"ioredis": "^5.3.2",
"mocha": "10.2.0",
"mocha": "10.3.0",
"mocha-lcov-reporter": "^1.3.0",
"nyc": "^15.1.0",
"sinon": "15.2.0",
"sinon": "17.0.1",
"sinon-chai": "3.7.0",
"snyk": "1.1205.0",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
"snyk": "1.1280.1",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
},
"engines": {
"node": ">= 14.17.0"
Expand Down
Loading

0 comments on commit 86bd9a0

Please sign in to comment.