From 22a2c16e1da790fb213f1a1e29051dc2afeff32d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 09:02:15 +0000 Subject: [PATCH] chore(deps-dev): bump mocha from 11.2.2 to 11.3.0 Bumps [mocha](https://github.com/mochajs/mocha) from 11.2.2 to 11.3.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/v11.2.2...v11.3.0) --- updated-dependencies: - dependency-name: mocha dependency-version: 11.3.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4dfca7b6..0cd21101 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "chai": "^4.5.0", "eslint": "^9.26.0", "markdownlint-cli": "^0.44.0", - "mocha": "^11.2.2", + "mocha": "^11.3.0", "npm-run-all": "^4.1.5", "nyc": "^17.1.0", "rimraf": "^6.0.1", @@ -14755,9 +14755,9 @@ } }, "node_modules/mocha": { - "version": "11.2.2", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-11.2.2.tgz", - "integrity": "sha512-VlSBxrPYHK4YNOEbFdkCxHQbZMoNzBkoPprqtZRW6311EUF/DlSxoycE2e/2NtRk4WKkIXzyrXDTrlikJMWgbw==", + "version": "11.3.0", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-11.3.0.tgz", + "integrity": "sha512-J0RLIM89xi8y6l77bgbX+03PeBRDQCOVQpnwOcCN7b8hCmbh6JvGI2ZDJ5WMoHz+IaPU+S4lvTd0j51GmBAdgQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 447326f8..1c475050 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "chai": "^4.5.0", "eslint": "^9.26.0", "markdownlint-cli": "^0.44.0", - "mocha": "^11.2.2", + "mocha": "^11.3.0", "npm-run-all": "^4.1.5", "nyc": "^17.1.0", "rimraf": "^6.0.1",