From a0dc1f341b9a7eff98bccf2000555926a8486f2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 08:02:35 +0000 Subject: [PATCH] Bump mocha from 11.7.2 to 11.7.3 Bumps [mocha](https://github.com/mochajs/mocha) from 11.7.2 to 11.7.3. - [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.7.2...v11.7.3) --- updated-dependencies: - dependency-name: mocha dependency-version: 11.7.3 dependency-type: direct:development update-type: version-update:semver-patch ... 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 7fb7715..4cda6d0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "eslint-config-airbnb-base": "^14.2.1", "eslint-plugin-import": "^2.31.0", "husky": "^9.1.7", - "mocha": "^11.7.2", + "mocha": "^11.7.3", "nodemon": "^3.1.10", "wait-on": "^9.0.1" }, @@ -8693,9 +8693,9 @@ } }, "node_modules/mocha": { - "version": "11.7.2", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-11.7.2.tgz", - "integrity": "sha512-lkqVJPmqqG/w5jmmFtiRvtA2jkDyNVUcefFJKb2uyX4dekk8Okgqop3cgbFiaIvj8uCRJVTP5x9dfxGyXm2jvQ==", + "version": "11.7.3", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-11.7.3.tgz", + "integrity": "sha512-iorDKDzBKgVk/npVkW2S+b57ekA9+xKWijVvNpgPMl1odxeB4HavgiydLN54Lhyn/jpcM+Z/BohCzIvHmfaPCw==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 5436110..8b80d50 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "eslint-config-airbnb-base": "^14.2.1", "eslint-plugin-import": "^2.31.0", "husky": "^9.1.7", - "mocha": "^11.7.2", + "mocha": "^11.7.3", "nodemon": "^3.1.10", "wait-on": "^9.0.1" },