From d686003103c661d1bf6b0dd5786714071369dc00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Dec 2024 11:09:58 +0000 Subject: [PATCH 1/3] chore(deps-dev): bump mocha in the mocha group across 1 directory Bumps the mocha group with 1 update in the / directory: [mocha](https://github.com/mochajs/mocha). Updates `mocha` from 10.8.2 to 11.0.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/v10.8.2...v11.0.1) --- updated-dependencies: - dependency-name: mocha dependency-type: direct:development update-type: version-update:semver-major dependency-group: mocha ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e68e56ce3..907c35538 100644 --- a/package.json +++ b/package.json @@ -97,7 +97,7 @@ "c8": "^8||^9||^10", "deepmerge": "^4.2.2", "fast-glob": "^3.3.1", - "mocha": "10.8.2", + "mocha": "11.0.1", "npm-run-all2": "^5||^6", "rimraf": "^4||^5", "ts-loader": "9.5.1", From d904f49a88512ed1e9ac1750c2b01a759407bb9b Mon Sep 17 00:00:00 2001 From: Jan Kowalleck Date: Thu, 9 Jan 2025 10:05:09 +0100 Subject: [PATCH 2/3] backport Signed-off-by: Jan Kowalleck --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 907c35538..0d494c7cc 100644 --- a/package.json +++ b/package.json @@ -97,7 +97,7 @@ "c8": "^8||^9||^10", "deepmerge": "^4.2.2", "fast-glob": "^3.3.1", - "mocha": "11.0.1", + "mocha": "10.8.2||11.0.1", "npm-run-all2": "^5||^6", "rimraf": "^4||^5", "ts-loader": "9.5.1", From 937ad881f9c0492823def900b2e13c537c6d0556 Mon Sep 17 00:00:00 2001 From: Jan Kowalleck Date: Thu, 9 Jan 2025 10:07:14 +0100 Subject: [PATCH 3/3] f Signed-off-by: Jan Kowalleck --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 862983ff9..61d72af77 100644 --- a/package.json +++ b/package.json @@ -97,7 +97,7 @@ "c8": "^8||^9||^10", "deepmerge": "^4.2.2", "fast-glob": "^3.3.1", - "mocha": "10.8.2||11.0.1", + "mocha": "10.8.2||11.1.0", "npm-run-all2": "^5||^6", "rimraf": "^4||^5", "ts-loader": "9.5.1",