From afcaf888d08a1d8d952a92a44d1f9e1054d7aba3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 14:45:59 +0100 Subject: [PATCH] Bump mocha from 10.8.1 to 11.0.0 (#376) Bumps [mocha](https://github.com/mochajs/mocha) from 10.8.1 to 11.0.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.1...v11.0.0) --- updated-dependencies: - dependency-name: mocha dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1a3e22f..de4ea0e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "eslint": "^9.2.0", "globals": "^15.1.0", "jsdoc": "^4.0.0", - "mocha": "^10.0.0", + "mocha": "^11.0.0", "rimraf": "^6.0.0", "sinon": "^19.0.1", "sinon-chai": "^3.5.0" @@ -4049,9 +4049,9 @@ } }, "node_modules/mocha": { - "version": "10.8.1", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.8.1.tgz", - "integrity": "sha512-WxSpEWgF03HfgNKBuysfK40DUaOSVX5zxgLDoieMGO+zyE69iq2eQ1vBypvIJ5mOPKpuVAqWiTbt4Orj7L6wVw==", + "version": "11.0.0", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-11.0.0.tgz", + "integrity": "sha512-9VQaK0N4YQ2F89Vy4wTIEyTm/Ggcv1PejfVeI82wOw0vBO6BjFyBGHCiNbl+wyHmgWDyFmHb2Yw1QlLaWzaEoA==", "dev": true, "dependencies": { "ansi-colors": "^4.1.3", @@ -4080,7 +4080,7 @@ "mocha": "bin/mocha.js" }, "engines": { - "node": ">= 14.0.0" + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" } }, "node_modules/mocha/node_modules/brace-expansion": { diff --git a/package.json b/package.json index d2a86d3..400b073 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "eslint": "^9.2.0", "globals": "^15.1.0", "jsdoc": "^4.0.0", - "mocha": "^10.0.0", + "mocha": "^11.0.0", "rimraf": "^6.0.0", "sinon": "^19.0.1", "sinon-chai": "^3.5.0"