From 14a2c52d27d86a567e838560c8f7bc8977191671 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 04:56:42 +0000 Subject: [PATCH] Bump mocha in the npm-dependencies group across 1 directory Bumps the npm-dependencies group with 1 update in the / directory: [mocha](https://github.com/mochajs/mocha). Updates `mocha` from 10.7.3 to 10.8.2 - [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.7.3...v10.8.2) --- updated-dependencies: - dependency-name: mocha dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-dependencies ... 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 f4a58a6..35b4fc3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "eslint": "^9.13.0", "i18next": "^23.16.4", "jquery": "^3.7.1", - "mocha": "^10.4.0", + "mocha": "^10.8.2", "nyc": "^17.1.0", "react": "^18.3.1", "react-bootstrap": "^2.10.2", @@ -5432,9 +5432,9 @@ } }, "node_modules/mocha": { - "version": "10.7.3", - "resolved": "https://registry.npmmirror.com/mocha/-/mocha-10.7.3.tgz", - "integrity": "sha512-uQWxAu44wwiACGqjbPYmjo7Lg8sFrS3dQe7PP2FQI+woptP4vZXSMcfMyFL/e1yFEeEpV4RtyTpZROOKmxis+A==", + "version": "10.8.2", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.8.2.tgz", + "integrity": "sha512-VZlYo/WE8t1tstuRmqgeyBgCbJc/lEdopaa+axcKzTBJ+UIdlAB9XnmvTCAH4pwR4ElNInaedhEBmZD8iCSVEg==", "dev": true, "dependencies": { "ansi-colors": "^4.1.3", diff --git a/package.json b/package.json index c5d7729..0cf7fc9 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "eslint": "^9.13.0", "i18next": "^23.16.4", "jquery": "^3.7.1", - "mocha": "^10.4.0", + "mocha": "^10.8.2", "nyc": "^17.1.0", "react": "^18.3.1", "react-bootstrap": "^2.10.2",