Skip to content

Commit c358d5b

Browse files
Update test dependencies
1 parent 0e5c628 commit c358d5b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@
4040
"test": "run-s check test:*"
4141
},
4242
"devDependencies": {
43-
"@types/chai": "^4.3.3",
43+
"@types/chai": "^4.3.4",
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",
5151
"@types/sinon": "^10.0.13",
@@ -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)