From 188902a074e63b319ed58d142527abb39d538d74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 04:32:45 +0000 Subject: [PATCH] Bump mocha from 10.5.0 to 10.5.1 Bumps [mocha](https://github.com/mochajs/mocha) from 10.5.0 to 10.5.1. - [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.5.0...v10.5.1) --- updated-dependencies: - dependency-name: mocha dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8524226..bd92792 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "@vscode/test-electron": "^2.4.0", "eslint": "^8.57.0", "glob": "^10.4.2", - "mocha": "^10.5.0", + "mocha": "^10.5.1", "rimraf": "^5.0.7", "rollup": "^4.18.0", "rollup-plugin-node-externals": "^7.1.2", @@ -3823,9 +3823,9 @@ "optional": true }, "node_modules/mocha": { - "version": "10.5.0", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.5.0.tgz", - "integrity": "sha512-KoCXMKfW2OMsvCbaJJFPdzg36lI9+tMH7yyXCoKh6PpFo7BAC/xqG7Ct/aitJDrGbIGcN2IT3cx3bZ6PDGaXmA==", + "version": "10.5.1", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.5.1.tgz", + "integrity": "sha512-eq5tEnaz2kM9ade8cuGJBMh5fBb9Ih/TB+ddlmPR+wLQmwLhUwa0ovqDlg7OTfKquW0BI7NUcNWX7DH8sC+3gw==", "dev": true, "dependencies": { "ansi-colors": "4.1.1", @@ -8297,9 +8297,9 @@ "optional": true }, "mocha": { - "version": "10.5.0", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.5.0.tgz", - "integrity": "sha512-KoCXMKfW2OMsvCbaJJFPdzg36lI9+tMH7yyXCoKh6PpFo7BAC/xqG7Ct/aitJDrGbIGcN2IT3cx3bZ6PDGaXmA==", + "version": "10.5.1", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.5.1.tgz", + "integrity": "sha512-eq5tEnaz2kM9ade8cuGJBMh5fBb9Ih/TB+ddlmPR+wLQmwLhUwa0ovqDlg7OTfKquW0BI7NUcNWX7DH8sC+3gw==", "dev": true, "requires": { "ansi-colors": "4.1.1", diff --git a/package.json b/package.json index 09abcb0..a003894 100644 --- a/package.json +++ b/package.json @@ -297,7 +297,7 @@ "@vscode/test-electron": "^2.4.0", "eslint": "^8.57.0", "glob": "^10.4.2", - "mocha": "^10.5.0", + "mocha": "^10.5.1", "rimraf": "^5.0.7", "rollup-plugin-node-externals": "^7.1.2", "sinon": "^18.0.0",