From e1d4b420f1c50871047665d8145b8062b03390f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 10:59:08 +0100 Subject: [PATCH] Bump @types/mocha from 10.0.3 to 10.0.4 (#996) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 c07e2d9d2..c4c14dd44 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "devDependencies": { "@types/fs-extra": "^11.0.3", "@types/js-yaml": "^4.0.9", - "@types/mocha": "^10.0.3", + "@types/mocha": "^10.0.4", "@types/node": "^18.17.15", "@types/unzipper": "^0.10.8", "mocha": "^10.2.0", @@ -216,9 +216,9 @@ } }, "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/node": { diff --git a/package.json b/package.json index 9ece88f43..a61bb255e 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "devDependencies": { "@types/fs-extra": "^11.0.3", "@types/js-yaml": "^4.0.9", - "@types/mocha": "^10.0.3", + "@types/mocha": "^10.0.4", "@types/node": "^18.17.15", "@types/unzipper": "^0.10.8", "mocha": "^10.2.0",