From d449a207b5799cc485782ccb3d936eb6f013e24b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 15:02:40 +0000 Subject: [PATCH] Bump mocha from 11.7.0 to 11.7.2 Bumps [mocha](https://github.com/mochajs/mocha) from 11.7.0 to 11.7.2. - [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.2) --- updated-dependencies: - dependency-name: mocha dependency-version: 11.7.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 4070ed0..55482be 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "eslint": "^9.29.0", "eslint-plugin-import": "^2.31.0", "istanbul": "^0.4.5", - "mocha": "11.7.0" + "mocha": "11.7.2" }, "dependencies": { "natural-compare": "^1.4.0" diff --git a/yarn.lock b/yarn.lock index cede990..bfabf85 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1864,10 +1864,10 @@ mkdirp@0.5.x: dependencies: minimist "^1.2.6" -mocha@11.7.0: - version "11.7.0" - resolved "https://registry.yarnpkg.com/mocha/-/mocha-11.7.0.tgz#21af618f9f5b404393cc355d9206ba6fcaf8131d" - integrity sha512-bXfLy/mI8n4QICg+pWj1G8VduX5vC0SHRwFpiR5/Fxc8S2G906pSfkyMmHVsdJNQJQNh3LE67koad9GzEvkV6g== +mocha@11.7.2: + version "11.7.2" + resolved "https://registry.yarnpkg.com/mocha/-/mocha-11.7.2.tgz#3c0079fe5cc2f8ea86d99124debcc42bb1ab22b5" + integrity sha512-lkqVJPmqqG/w5jmmFtiRvtA2jkDyNVUcefFJKb2uyX4dekk8Okgqop3cgbFiaIvj8uCRJVTP5x9dfxGyXm2jvQ== dependencies: browser-stdout "^1.3.1" chokidar "^4.0.1"