Skip to content

Commit 5ec3624

Browse files
Update test dependencies
1 parent f2dcd08 commit 5ec3624

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -40,21 +40,21 @@
4040
"test": "run-s check test:*"
4141
},
4242
"devDependencies": {
43-
"@types/chai": "^4.3.5",
44-
"@types/chai-as-promised": "^7.1.5",
43+
"@types/chai": "^4.3.8",
44+
"@types/chai-as-promised": "^7.1.6",
4545
"@types/cookie-signature": "^1.1.0",
4646
"@types/express": "^4.17.17",
4747
"@types/express-session": "^1.17.7",
48-
"@types/mocha": "^10.0.1",
48+
"@types/mocha": "^10.0.2",
4949
"@types/node": "^16.18.34",
50-
"@types/proxyquire": "^1.3.28",
51-
"@types/sinon": "^10.0.15",
52-
"@types/sinon-chai": "^3.2.9",
53-
"@types/supertest": "^2.0.12",
50+
"@types/proxyquire": "^1.3.29",
51+
"@types/sinon": "^10.0.19",
52+
"@types/sinon-chai": "^3.2.10",
53+
"@types/supertest": "^2.0.14",
5454
"@voxpelli/eslint-config": "^18.0.0",
5555
"@voxpelli/tsconfig": "^8.0.0",
56-
"c8": "^8.0.0",
57-
"chai": "^4.3.7",
56+
"c8": "^8.0.1",
57+
"chai": "^4.3.10",
5858
"chai-as-promised": "^7.1.1",
5959
"cookie-signature": "^1.2.1",
6060
"cookiejar": "^2.1.4",
@@ -75,10 +75,10 @@
7575
"installed-check": "^7.1.1",
7676
"knip": "^2.13.0",
7777
"mocha": "^10.2.0",
78-
"npm-run-all2": "^6.0.5",
78+
"npm-run-all2": "^6.1.1",
7979
"pg-promise": "^11.4.3",
8080
"proxyquire": "^2.1.3",
81-
"sinon": "^15.1.0",
81+
"sinon": "^15.2.0",
8282
"sinon-chai": "^3.7.0",
8383
"supertest": "^6.3.3",
8484
"type-coverage": "^2.26.0",

0 commit comments

Comments
 (0)