From 51ab7711bc64cc34afaef811e4d5049b2f5dc7b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 11:16:58 +0000 Subject: [PATCH] Bump mocha from 10.7.3 to 10.8.2 in /typescript-express-reviews Bumps [mocha](https://github.com/mochajs/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 ... Signed-off-by: dependabot[bot] --- typescript-express-reviews/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typescript-express-reviews/package.json b/typescript-express-reviews/package.json index 768236f..9e90d2d 100644 --- a/typescript-express-reviews/package.json +++ b/typescript-express-reviews/package.json @@ -29,7 +29,7 @@ "@types/mocha": "10.0.9", "@types/node": "22.8.1", "axios": "1.7.7", - "mocha": "10.7.3", + "mocha": "10.8.2", "sinon": "^19.0.2", "ts-mocha": "^10.0.0", "ts-node": "10.9.2",