From 487a35666b0ac5c3e08e9a34c16936e6c1693e24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Jun 2025 08:10:16 +0000 Subject: [PATCH] chore(deps-dev): bump mocha from 11.7.0 to 11.7.1 Bumps [mocha](https://github.com/mochajs/mocha) from 11.7.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.7.0...v11.7.1) --- updated-dependencies: - dependency-name: mocha dependency-version: 11.7.1 dependency-type: direct:development update-type: version-update:semver-patch ... 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 0ffb49a9..ac6384a3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "chai": "^4.5.0", "eslint": "^9.29.0", "markdownlint-cli": "^0.45.0", - "mocha": "^11.7.0", + "mocha": "^11.7.1", "npm-run-all": "^4.1.5", "nyc": "^17.1.0", "rimraf": "^6.0.1", @@ -14321,9 +14321,9 @@ } }, "node_modules/mocha": { - "version": "11.7.0", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-11.7.0.tgz", - "integrity": "sha512-bXfLy/mI8n4QICg+pWj1G8VduX5vC0SHRwFpiR5/Fxc8S2G906pSfkyMmHVsdJNQJQNh3LE67koad9GzEvkV6g==", + "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 eb5ef077..856933c3 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "chai": "^4.5.0", "eslint": "^9.29.0", "markdownlint-cli": "^0.45.0", - "mocha": "^11.7.0", + "mocha": "^11.7.1", "npm-run-all": "^4.1.5", "nyc": "^17.1.0", "rimraf": "^6.0.1",