From 36fb962c4132e20c4639e0bb1b1255545e2df98f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 21:50:45 +1000 Subject: [PATCH] Bump mocha from 10.6.0 to 10.7.0 (#1479) * Bump mocha from 10.6.0 to 10.7.0 Bumps [mocha](https://github.com/mochajs/mocha) from 10.6.0 to 10.7.0. - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md) - [Commits](https://github.com/mochajs/mocha/compare/v10.6.0...v10.7.0) --- updated-dependencies: - dependency-name: mocha dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Bump change log --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Bernie White --- CHANGELOG.md | 4 ++-- package-lock.json | 8 ++++---- package.json | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 57b5440..1b10589 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -48,8 +48,8 @@ What's changed since v2.9.0: [#1252](https://github.com/microsoft/PSRule-vscode/pull/1252) - Bump fs-extra to v11.2.0. [#1298](https://github.com/microsoft/PSRule-vscode/pull/1298) - - Bump mocha to v10.6.0. - [#1466](https://github.com/microsoft/PSRule-vscode/pull/1466) + - Bump mocha to v10.7.0. + [#1479](https://github.com/microsoft/PSRule-vscode/pull/1479) - Bug fixes: - Fixed notification of preview version by @BernieWhite. [#1324](https://github.com/microsoft/PSRule-vscode/issues/1324) diff --git a/package-lock.json b/package-lock.json index 6a3873e..2a3edac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "esbuild": "^0.23.0", "eslint": "^8.57.0", "glob": "^11.0.0", - "mocha": "^10.6.0", + "mocha": "^10.7.0", "typescript": "^5.4.5" }, "engines": { @@ -3947,9 +3947,9 @@ "optional": true }, "node_modules/mocha": { - "version": "10.6.0", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.6.0.tgz", - "integrity": "sha512-hxjt4+EEB0SA0ZDygSS015t65lJw/I2yRCS3Ae+SJ5FrbzrXgfYwJr96f0OvIXdj7h4lv/vLCrH3rkiuizFSvw==", + "version": "10.7.0", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.7.0.tgz", + "integrity": "sha512-v8/rBWr2VO5YkspYINnvu81inSz2y3ODJrhO175/Exzor1RcEZZkizgE2A+w/CAXXoESS8Kys5E62dOHGHzULA==", "dev": true, "dependencies": { "ansi-colors": "^4.1.3", diff --git a/package.json b/package.json index b0c8dd8..85d0826 100644 --- a/package.json +++ b/package.json @@ -507,7 +507,7 @@ "esbuild": "^0.23.0", "eslint": "^8.57.0", "glob": "^11.0.0", - "mocha": "^10.6.0", + "mocha": "^10.7.0", "typescript": "^5.4.5" } }