From ec1e911301bd20f29d23081881039aee77804151 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 18:15:48 +0000 Subject: [PATCH] build(deps-dev): bump mocha from 10.7.3 to 10.8.0 Bumps [mocha](https://github.com/mochajs/mocha) from 10.7.3 to 10.8.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.7.3...v10.8.0) --- updated-dependencies: - dependency-name: mocha dependency-type: direct:development update-type: version-update:semver-minor ... 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 7b34437..c7a3ede 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "devDependencies": { "chai": "4.5.0", "eslint": "8.57.1", - "mocha": "10.7.3", + "mocha": "10.8.0", "nyc": "17.1.0", "sinon": "19.0.2" }, @@ -2311,9 +2311,9 @@ } }, "node_modules/mocha": { - "version": "10.7.3", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.7.3.tgz", - "integrity": "sha512-uQWxAu44wwiACGqjbPYmjo7Lg8sFrS3dQe7PP2FQI+woptP4vZXSMcfMyFL/e1yFEeEpV4RtyTpZROOKmxis+A==", + "version": "10.8.0", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.8.0.tgz", + "integrity": "sha512-2Rh6KiLO56bXjfW77YQWNJGo76U3eMiqHshJHdm8Q89moNFBy6426qwRxCEKEFGSsUWhMOASVFq+DUSTwewyew==", "dev": true, "dependencies": { "ansi-colors": "^4.1.3", @@ -5273,9 +5273,9 @@ } }, "mocha": { - "version": "10.7.3", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.7.3.tgz", - "integrity": "sha512-uQWxAu44wwiACGqjbPYmjo7Lg8sFrS3dQe7PP2FQI+woptP4vZXSMcfMyFL/e1yFEeEpV4RtyTpZROOKmxis+A==", + "version": "10.8.0", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.8.0.tgz", + "integrity": "sha512-2Rh6KiLO56bXjfW77YQWNJGo76U3eMiqHshJHdm8Q89moNFBy6426qwRxCEKEFGSsUWhMOASVFq+DUSTwewyew==", "dev": true, "requires": { "ansi-colors": "^4.1.3", diff --git a/package.json b/package.json index 1328b26..2787486 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ }, "devDependencies": { "chai": "4.5.0", - "mocha": "10.7.3", + "mocha": "10.8.0", "eslint": "8.57.1", "nyc": "17.1.0", "sinon": "19.0.2"