From b631efa09fc0ba3f2ce2d434aafbd07e84f716ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 14:50:07 +0100 Subject: [PATCH] chore(deps-dev): bump mocha from 10.7.3 to 10.8.1 in the dev-dependencies group (#2056) chore(deps-dev): bump mocha in the dev-dependencies group Bumps the dev-dependencies group with 1 update: [mocha](https://github.com/mochajs/mocha). Updates `mocha` from 10.7.3 to 10.8.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.7.3...v10.8.1) --- updated-dependencies: - dependency-name: mocha dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 c4c630f8d6..9b9839e352 100644 --- a/package-lock.json +++ b/package-lock.json @@ -45,7 +45,7 @@ "husky": "9.1.6", "jsdom": "25.0.1", "lint-staged": "15.2.10", - "mocha": "10.7.3", + "mocha": "10.8.1", "mocha-junit-reporter": "2.2.1", "mocha-multi-reporters": "1.5.1", "mochawesome": "7.1.3", @@ -6659,9 +6659,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.1", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.8.1.tgz", + "integrity": "sha512-WxSpEWgF03HfgNKBuysfK40DUaOSVX5zxgLDoieMGO+zyE69iq2eQ1vBypvIJ5mOPKpuVAqWiTbt4Orj7L6wVw==", "dev": true, "dependencies": { "ansi-colors": "^4.1.3", @@ -17293,9 +17293,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.1", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.8.1.tgz", + "integrity": "sha512-WxSpEWgF03HfgNKBuysfK40DUaOSVX5zxgLDoieMGO+zyE69iq2eQ1vBypvIJ5mOPKpuVAqWiTbt4Orj7L6wVw==", "dev": true, "requires": { "ansi-colors": "^4.1.3", diff --git a/package.json b/package.json index e64aa96c65..f665fff457 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "husky": "9.1.6", "jsdom": "25.0.1", "lint-staged": "15.2.10", - "mocha": "10.7.3", + "mocha": "10.8.1", "mocha-junit-reporter": "2.2.1", "mocha-multi-reporters": "1.5.1", "mochawesome": "7.1.3",