From 7ec455dd8b5349e4c04f571d54e7714b653d7869 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 01:36:45 +0000 Subject: [PATCH] Update test dependencies --- package.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index dc31af0..6a5deae 100644 --- a/package.json +++ b/package.json @@ -41,17 +41,17 @@ "@types/chai": "^4.2.14", "@types/chai-as-promised": "^7.1.3", "@types/express": "^4.17.11", - "@types/mocha": "^8.2.0", + "@types/mocha": "^10.0.7", "@types/multer": "^1.4.5", "@types/node": "^10.17.51", "@types/node-fetch": "^1.6.9", - "@types/sinon": "^9.0.10", + "@types/sinon": "^17.0.3", "@types/sinon-chai": "^3.2.5", - "@types/supertest": "^2.0.10", + "@types/supertest": "^6.0.2", "@types/verror": "^1.10.4", "@voxpelli/eslint-config": "^5.0.0", - "chai": "4.2.0", - "chai-as-promised": "7.1.1", + "chai": "5.1.1", + "chai-as-promised": "8.0.0", "dependency-check": "^4.1.0", "eslint": "^6.8.0", "eslint-config-standard": "^14.1.1", @@ -64,15 +64,15 @@ "eslint-plugin-security": "^1.4.0", "eslint-plugin-standard": "^4.1.0", "eslint-plugin-unicorn": "^19.0.1", - "husky": "^4.3.8", + "husky": "^9.0.11", "installed-check": "^3.0.0", - "mocha": "^8.2.1", + "mocha": "^10.5.2", "nock": "^13.0.6", "npm-run-all": "^4.1.5", - "nyc": "^15.1.0", - "sinon": "^9.2.4", + "nyc": "^17.0.0", + "sinon": "^18.0.0", "sinon-chai": "^3.5.0", - "supertest": "6.1.3", + "supertest": "7.0.0", "type-fest": "^0.20.2", "typescript": "^4.1.3" },