From 46a42e00b4cb7a6be7a605ff595a82f694edd69e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 08:37:42 +0100 Subject: [PATCH] build(deps-dev): bump mocha from 10.3.0 to 10.4.0 (#1220) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 7 ++++--- package.json | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7cea29e9e..19c12a35e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "@types/mocha": "^10.0.6", "@types/node": "^20.11.30", "@types/targz": "^1.0.4", - "mocha": "^10.3.0", + "mocha": "^10.4.0", "rimraf": "^5.0.5", "typescript": "^5.4.3" }, @@ -1750,9 +1750,10 @@ "optional": true }, "node_modules/mocha": { - "version": "10.3.0", + "version": "10.4.0", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.4.0.tgz", + "integrity": "sha512-eqhGB8JKapEYcC4ytX/xrzKforgEc3j1pGlAXVy3eRwrtAy5/nIfT1SvgGzfN0XZZxeLq0aQWkOUAmqIJiv+bA==", "dev": true, - "license": "MIT", "dependencies": { "ansi-colors": "4.1.1", "browser-stdout": "1.3.1", diff --git a/package.json b/package.json index cdec05efd..09af7e3f3 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "@types/mocha": "^10.0.6", "@types/node": "^20.11.30", "@types/targz": "^1.0.4", - "mocha": "^10.3.0", + "mocha": "^10.4.0", "rimraf": "^5.0.5", "typescript": "^5.4.3" },