From 38358fbe6d658d8c83196a1d9983ec43878fc6f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 04:19:53 +0000 Subject: [PATCH] build(deps): bump mocha from 10.4.0 to 10.5.0 Bumps [mocha](https://github.com/mochajs/mocha) from 10.4.0 to 10.5.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/v10.4.0...v10.5.0) --- updated-dependencies: - dependency-name: mocha dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1829c96..a72abdc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "image-size": "^1.1.1", "jimp": "^0.22.12", "lru-cache": "^10.2.2", - "mocha": "^10.4.0", + "mocha": "^10.5.0", "phin": "^4.0.0", "purge-from-html": "^1.0.3", "purgecss": "^6.0.0", @@ -6611,13 +6611,13 @@ } }, "node_modules/mocha": { - "version": "10.4.0", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.4.0.tgz", - "integrity": "sha512-eqhGB8JKapEYcC4ytX/xrzKforgEc3j1pGlAXVy3eRwrtAy5/nIfT1SvgGzfN0XZZxeLq0aQWkOUAmqIJiv+bA==", + "version": "10.5.0", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.5.0.tgz", + "integrity": "sha512-KoCXMKfW2OMsvCbaJJFPdzg36lI9+tMH7yyXCoKh6PpFo7BAC/xqG7Ct/aitJDrGbIGcN2IT3cx3bZ6PDGaXmA==", "dependencies": { "ansi-colors": "4.1.1", "browser-stdout": "1.3.1", - "chokidar": "3.5.3", + "chokidar": "^3.5.3", "debug": "4.3.4", "diff": "5.0.0", "escape-string-regexp": "4.0.0", diff --git a/package.json b/package.json index 74ea31f..119d178 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "image-size": "^1.1.1", "jimp": "^0.22.12", "lru-cache": "^10.2.2", - "mocha": "^10.4.0", + "mocha": "^10.5.0", "phin": "^4.0.0", "purge-from-html": "^1.0.3", "purgecss": "^6.0.0",