From 162ad22303f740b99a424ae919b9ebf041726e80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Jul 2025 08:21:42 +0000 Subject: [PATCH] chore(deps-dev): bump mocha from 11.6.0 to 11.7.1 Bumps [mocha](https://github.com/mochajs/mocha) from 11.6.0 to 11.7.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/v11.6.0...v11.7.1) --- updated-dependencies: - dependency-name: mocha dependency-version: 11.7.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 41d2ef68..1811df2b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -67,7 +67,7 @@ "@types/supertest": "~6.0.3", "chai": "~5.2.0", "clsx": "~2.1.1", - "mocha": "~11.6.0", + "mocha": "~11.7.1", "openapi-types": "~12.1.3", "path": "~0.12.7", "path-browserify": "~1.0.1", @@ -17904,9 +17904,9 @@ } }, "node_modules/mocha": { - "version": "11.6.0", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-11.6.0.tgz", - "integrity": "sha512-i0JVb+OUBqw63X/1pC3jCyJsqYisgxySBbsQa8TKvefpA1oEnw7JXxXnftfMHRsw7bEEVGRtVlHcDYXBa7FzVw==", + "version": "11.7.1", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-11.7.1.tgz", + "integrity": "sha512-5EK+Cty6KheMS/YLPPMJC64g5V61gIR25KsRItHw6x4hEKT6Njp1n9LOlH4gpevuwMVS66SXaBBpg+RWZkza4A==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 5799845b..c6b53a9f 100644 --- a/package.json +++ b/package.json @@ -120,7 +120,7 @@ "@types/supertest": "~6.0.3", "chai": "~5.2.0", "clsx": "~2.1.1", - "mocha": "~11.6.0", + "mocha": "~11.7.1", "openapi-types": "~12.1.3", "path": "~0.12.7", "path-browserify": "~1.0.1",