From 64ee854fb65640d243eb680a4360ab86ab77bab1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 13:15:14 +0000 Subject: [PATCH] chore(deps-dev): bump mocha from 10.8.1 to 11.0.0 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] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 19a2f73..13f70fe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "chai": "^4.5.0", "cross-env": "^7.0.0", "dependency-check": "^4.1.0", - "mocha": "^10.8.1", + "mocha": "^11.0.0", "nyc": "^17.1.0", "rimraf": "^6.0.0", "sinon": "^19.0.1", @@ -7370,9 +7370,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", @@ -7401,7 +7401,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/argparse": { @@ -15958,9 +15958,9 @@ "dev": true }, "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, "requires": { "ansi-colors": "^4.1.3", diff --git a/package.json b/package.json index e5204cf..7752e3b 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "chai": "^4.5.0", "cross-env": "^7.0.0", "dependency-check": "^4.1.0", - "mocha": "^10.8.1", + "mocha": "^11.0.0", "nyc": "^17.1.0", "rimraf": "^6.0.0", "sinon": "^19.0.1",