From 37f0092e40a8da2e04ba9dd883b1fbb09ab1e647 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Nov 2023 15:59:55 +0000 Subject: [PATCH] chore(deps): update dependency @types/mocha to ^10.0.4 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index b308dadb..be3e013e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "@types/chai": "^4.3.9", "@types/chai-as-promised": "^7.1.8", "@types/express": "^4.17.21", - "@types/mocha": "^10.0.3", + "@types/mocha": "^10.0.4", "@types/multer": "^1.4.10", "@types/node": "^20.8.10", "@types/supertest": "^2.0.15", @@ -1290,9 +1290,9 @@ "integrity": "sha512-1Gjee59G25MrQGk8bsNvC6fxNiRgUlGn2wlhGf95a59DrprnnHk80FIMMFG9XHMdrfsuA119ht06QPDXA1Z7tw==" }, "node_modules/@types/mocha": { - "version": "10.0.3", - "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.3.tgz", - "integrity": "sha512-RsOPImTriV/OE4A9qKjMtk2MnXiuLLbcO3nCXK+kvq4nr0iMfFgpjaX3MPLb6f7+EL1FGSelYvuJMV6REH+ZPQ==", + "version": "10.0.4", + "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.4.tgz", + "integrity": "sha512-xKU7bUjiFTIttpWaIZ9qvgg+22O1nmbA+HRxdlR+u6TWsGfmFdXrheJoK4fFxrHNVIOBDvDNKZG+LYBpMHpX3w==", "dev": true }, "node_modules/@types/multer": { diff --git a/package.json b/package.json index 65b65b40..e7822855 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@types/chai": "^4.3.9", "@types/chai-as-promised": "^7.1.8", "@types/express": "^4.17.21", - "@types/mocha": "^10.0.3", + "@types/mocha": "^10.0.4", "@types/multer": "^1.4.10", "@types/node": "^20.8.10", "@types/supertest": "^2.0.15",