From fd4af9f3654d1ffa39f9676591bc876a24891281 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 07:57:31 +0800 Subject: [PATCH] Bump mocha from 10.5.0 to 10.5.2 in /build/npm in the build-npm group (#2563) Bumps the build-npm group in /build/npm with 1 update: [mocha](https://github.com/mochajs/mocha). Updates `mocha` from 10.5.0 to 10.5.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.5.0...v10.5.2) --- updated-dependencies: - dependency-name: mocha dependency-type: direct:development update-type: version-update:semver-patch dependency-group: build-npm ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build/npm/package-lock.json | 6 +++--- build/npm/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build/npm/package-lock.json b/build/npm/package-lock.json index 2f706d3b0..12c5a49a0 100644 --- a/build/npm/package-lock.json +++ b/build/npm/package-lock.json @@ -481,9 +481,9 @@ } }, "mocha": { - "version": "10.5.0", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.5.0.tgz", - "integrity": "sha512-KoCXMKfW2OMsvCbaJJFPdzg36lI9+tMH7yyXCoKh6PpFo7BAC/xqG7Ct/aitJDrGbIGcN2IT3cx3bZ6PDGaXmA==", + "version": "10.5.2", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.5.2.tgz", + "integrity": "sha512-9btlN3JKCefPf+vKd/kcKz2SXxi12z6JswkGfaAF0saQvnsqLJk504ZmbxhSoENge08E9dsymozKgFMTl5PQsA==", "dev": true, "requires": { "ansi-colors": "4.1.1", diff --git a/build/npm/package.json b/build/npm/package.json index 90a4ec538..54be282fd 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.1", - "mocha": "^10.5.0", + "mocha": "^10.5.2", "sinon": "^18.0.0" }, "dependencies": {