diff --git a/package.json b/package.json index dc31af0..10d4ff4 100644 --- a/package.json +++ b/package.json @@ -38,19 +38,19 @@ "devDependencies": { "@hdsydsvenskan/ts-ignore-import": "^2.0.0", "@types/body-parser": "^1.19.0", - "@types/chai": "^4.2.14", - "@types/chai-as-promised": "^7.1.3", + "@types/chai": "^4.3.8", + "@types/chai-as-promised": "^7.1.6", "@types/express": "^4.17.11", - "@types/mocha": "^8.2.0", + "@types/mocha": "^8.2.3", "@types/multer": "^1.4.5", "@types/node": "^10.17.51", "@types/node-fetch": "^1.6.9", - "@types/sinon": "^9.0.10", - "@types/sinon-chai": "^3.2.5", - "@types/supertest": "^2.0.10", + "@types/sinon": "^9.0.11", + "@types/sinon-chai": "^3.2.10", + "@types/supertest": "^2.0.14", "@types/verror": "^1.10.4", "@voxpelli/eslint-config": "^5.0.0", - "chai": "4.2.0", + "chai": "4.3.10", "chai-as-promised": "7.1.1", "dependency-check": "^4.1.0", "eslint": "^6.8.0", @@ -66,13 +66,13 @@ "eslint-plugin-unicorn": "^19.0.1", "husky": "^4.3.8", "installed-check": "^3.0.0", - "mocha": "^8.2.1", - "nock": "^13.0.6", + "mocha": "^8.4.0", + "nock": "^13.3.4", "npm-run-all": "^4.1.5", "nyc": "^15.1.0", "sinon": "^9.2.4", - "sinon-chai": "^3.5.0", - "supertest": "6.1.3", + "sinon-chai": "^3.7.0", + "supertest": "6.3.3", "type-fest": "^0.20.2", "typescript": "^4.1.3" },