From 45649e34eb028d1effc65cf6e28ba63fdd05562e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 23:32:36 +0000 Subject: [PATCH] Bump mocha from 10.7.3 to 10.8.2 in /build/npm in the build-npm group Bumps the build-npm group in /build/npm with 1 update: [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: build-npm ... Signed-off-by: dependabot[bot] --- build/npm/package-lock.json | 9 ++++----- build/npm/package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/build/npm/package-lock.json b/build/npm/package-lock.json index b1f534687..67299453e 100644 --- a/build/npm/package-lock.json +++ b/build/npm/package-lock.json @@ -15,7 +15,7 @@ }, "devDependencies": { "chai": "^5.1.2", - "mocha": "^10.7.3", + "mocha": "^10.8.2", "sinon": "^19.0.2" } }, @@ -719,11 +719,10 @@ } }, "node_modules/mocha": { - "version": "10.7.3", - "resolved": "https://registry.npmjs.org/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, - "license": "MIT", "dependencies": { "ansi-colors": "^4.1.3", "browser-stdout": "^1.3.1", diff --git a/build/npm/package.json b/build/npm/package.json index 6c0907717..fbed2e3d8 100644 --- a/build/npm/package.json +++ b/build/npm/package.json @@ -25,7 +25,7 @@ "homepage": "https://github.com/getgauge/gauge#readme", "devDependencies": { "chai": "^5.1.2", - "mocha": "^10.7.3", + "mocha": "^10.8.2", "sinon": "^19.0.2" }, "dependencies": {