From 212d0548a11704c0036835d72d63d66a152a7cd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 10:42:52 +0000 Subject: [PATCH] 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 6de6614a..1bd3ac13 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "jsdom": "~25.0.0", "json-stable-stringify-without-jsonify": "^1.0.1", "mini-css-extract-plugin": "^2.1.0", - "mocha": "~10.8.1", + "mocha": "~11.0.0", "node-sass": "^9.0.0", "nodemon": "^3.0.1", "postcss-loader": "^8.0.0", @@ -4885,9 +4885,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", @@ -4916,7 +4916,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/chokidar": { @@ -16012,9 +16012,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 22f262e2..6648def6 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "jsdom": "~25.0.0", "json-stable-stringify-without-jsonify": "^1.0.1", "mini-css-extract-plugin": "^2.1.0", - "mocha": "~10.8.1", + "mocha": "~11.0.0", "node-sass": "^9.0.0", "nodemon": "^3.0.1", "postcss-loader": "^8.0.0",