Skip to content

Commit dc3b06b

Browse files
Update test dependencies
1 parent 4f4bdf0 commit dc3b06b

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,20 +40,20 @@
4040
"test": "run-s check test:*"
4141
},
4242
"devDependencies": {
43-
"@types/chai": "^4.3.3",
43+
"@types/chai": "^4.3.5",
4444
"@types/chai-as-promised": "^7.1.5",
4545
"@types/cookie-signature": "^1.0.4",
4646
"@types/express": "^4.17.14",
4747
"@types/express-session": "^1.17.5",
48-
"@types/mocha": "^10.0.0",
48+
"@types/mocha": "^10.0.1",
4949
"@types/node": "^14.18.33",
5050
"@types/proxyquire": "^1.3.28",
51-
"@types/sinon": "^10.0.13",
51+
"@types/sinon": "^10.0.14",
5252
"@types/sinon-chai": "^3.2.9",
5353
"@types/supertest": "^2.0.12",
5454
"@voxpelli/eslint-config": "^15.2.0",
5555
"@voxpelli/tsconfig": "^6.1.0",
56-
"c8": "^7.12.0",
56+
"c8": "^7.13.0",
5757
"chai": "^4.3.7",
5858
"chai-as-promised": "^7.1.1",
5959
"cookie-signature": "^1.2.0",
@@ -73,15 +73,15 @@
7373
"eslint-plugin-unicorn": "^43.0.2",
7474
"express": "^4.18.2",
7575
"express-session": "^1.17.3",
76-
"husky": "^8.0.2",
76+
"husky": "^8.0.3",
7777
"installed-check": "^6.0.5",
78-
"mocha": "^10.1.0",
78+
"mocha": "^10.2.0",
7979
"npm-run-all2": "^6.0.2",
8080
"pg-promise": "^10.15.2",
8181
"proxyquire": "^2.1.3",
8282
"sinon": "^14.0.2",
8383
"sinon-chai": "^3.7.0",
84-
"supertest": "^6.3.1",
84+
"supertest": "^6.3.3",
8585
"type-coverage": "^2.24.1",
8686
"typescript": "~4.9.3"
8787
}

0 commit comments

Comments
 (0)