From b4ad42b22587da312ae73986b5302ee04944b1d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Feb 2025 22:29:10 +0000 Subject: [PATCH] Bump mocha from 10.8.2 to 11.1.0 Bumps [mocha](https://github.com/mochajs/mocha) from 10.8.2 to 11.1.0. - [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.8.2...v11.1.0) --- updated-dependencies: - dependency-name: mocha dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 399b429..b32aec3 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "envify": "^4.1.0", "eslint": "^4.19.1", "eslint-plugin-react": "^7.9.1", - "mocha": "^10.1.0", + "mocha": "^11.1.0", "uglify-js": "^3.1.3", "uglifyify": "^5.0.2", "watchify": "^4.0.0"