From 76251ce3f12a9fd9148acc4c96109b78a2d6ad02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 07:53:40 +0800 Subject: [PATCH] Bump the mocha group with 1 update (#940) Bumps the mocha group with 1 update: [mocha](https://github.com/mochajs/mocha). Updates `mocha` from 10.3.0 to 10.4.0 - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md) - [Commits](https://github.com/mochajs/mocha/compare/v10.3.0...v10.4.0) --- updated-dependencies: - dependency-name: mocha dependency-type: direct:development update-type: version-update:semver-minor dependency-group: mocha ... 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 8708b040..c06b60ae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "@vscode/vsce": "^2.24.0", "cross-env": "^7.0.3", "glob": "^10.3.12", - "mocha": "^10.3.0", + "mocha": "^10.4.0", "sinon": "^17.0.1", "terser-webpack-plugin": "^5.3.10", "ts-loader": "^9.5.0", @@ -2604,9 +2604,9 @@ "optional": true }, "node_modules/mocha": { - "version": "10.3.0", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.3.0.tgz", - "integrity": "sha512-uF2XJs+7xSLsrmIvn37i/wnc91nw7XjOQB8ccyx5aEgdnohr7n+rEiZP23WkCYHjilR6+EboEnbq/ZQDz4LSbg==", + "version": "10.4.0", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.4.0.tgz", + "integrity": "sha512-eqhGB8JKapEYcC4ytX/xrzKforgEc3j1pGlAXVy3eRwrtAy5/nIfT1SvgGzfN0XZZxeLq0aQWkOUAmqIJiv+bA==", "dev": true, "dependencies": { "ansi-colors": "4.1.1", diff --git a/package.json b/package.json index f2a327f9..03892e74 100644 --- a/package.json +++ b/package.json @@ -469,7 +469,7 @@ "@vscode/vsce": "^2.24.0", "cross-env": "^7.0.3", "glob": "^10.3.12", - "mocha": "^10.3.0", + "mocha": "^10.4.0", "sinon": "^17.0.1", "terser-webpack-plugin": "^5.3.10", "ts-loader": "^9.5.0",