diff --git a/package.json b/package.json index 53aee76..91cb91c 100644 --- a/package.json +++ b/package.json @@ -40,12 +40,12 @@ "test": "run-s check test:*" }, "devDependencies": { - "@types/chai": "^4.3.3", + "@types/chai": "^4.3.4", "@types/chai-as-promised": "^7.1.5", "@types/cookie-signature": "^1.0.4", "@types/express": "^4.17.14", "@types/express-session": "^1.17.5", - "@types/mocha": "^10.0.0", + "@types/mocha": "^10.0.1", "@types/node": "^14.18.33", "@types/proxyquire": "^1.3.28", "@types/sinon": "^10.0.13", @@ -73,15 +73,15 @@ "eslint-plugin-unicorn": "^43.0.2", "express": "^4.18.2", "express-session": "^1.17.3", - "husky": "^8.0.2", + "husky": "^8.0.3", "installed-check": "^6.0.5", - "mocha": "^10.1.0", + "mocha": "^10.2.0", "npm-run-all2": "^6.0.2", "pg-promise": "^10.15.2", "proxyquire": "^2.1.3", "sinon": "^14.0.2", "sinon-chai": "^3.7.0", - "supertest": "^6.3.1", + "supertest": "^6.3.3", "type-coverage": "^2.24.1", "typescript": "~4.9.3" }