From 00b9d1b58666ecb15f602870ef44fd225179baa0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 19:31:32 +0000 Subject: [PATCH] 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 643c298..2e37a46 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "eslint-plugin-import": "^2.31.0", "eslint-plugin-prettier": "^5.2.1", "husky": "^9.1.6", - "mocha": "^10.7.3", + "mocha": "^10.8.0", "npm-check-updates": "^17.1.9", "prettier": "^3.3.3", "prettier-eslint": "^16.3.0", @@ -3320,9 +3320,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", @@ -7633,9 +7633,9 @@ "dev": true }, "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 09fa106..fb83270 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "eslint-plugin-import": "^2.31.0", "eslint-plugin-prettier": "^5.2.1", "husky": "^9.1.6", - "mocha": "^10.7.3", + "mocha": "^10.8.0", "npm-check-updates": "^17.1.9", "prettier": "^3.3.3", "prettier-eslint": "^16.3.0",