From d78c347f8f181d8214070726f7a4ff9e4f0a2afd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 20:46:38 +0000 Subject: [PATCH] Bump mocha from 11.7.0 to 11.7.1 in /stake 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] --- stake/package-lock.json | 9 ++++----- stake/package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/stake/package-lock.json b/stake/package-lock.json index 1d73cc5..9c9ef77 100644 --- a/stake/package-lock.json +++ b/stake/package-lock.json @@ -13,7 +13,7 @@ "@types/chai": "^5.2.2", "@types/mocha": "^9.0.0", "chai": "^5.2.0", - "mocha": "^11.7.0", + "mocha": "^11.7.1", "prettier": "^3.6.0", "ts-mocha": "^11.1.0", "typescript": "^5.7.3" @@ -1222,11 +1222,10 @@ } }, "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": { "browser-stdout": "^1.3.1", "chokidar": "^4.0.1", diff --git a/stake/package.json b/stake/package.json index 9af03b1..1642146 100644 --- a/stake/package.json +++ b/stake/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "chai": "^5.2.0", - "mocha": "^11.7.0", + "mocha": "^11.7.1", "ts-mocha": "^11.1.0", "@types/bn.js": "^5.1.0", "@types/chai": "^5.2.2",