From 84b09abe32484b16e1f68dab820173e099220ab0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 02:56:52 +0000 Subject: [PATCH] Bump mocha from 10.8.2 to 11.0.1 in /typescript-express-reviews Bumps [mocha](https://github.com/mochajs/mocha) from 10.8.2 to 11.0.1. - [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.8.2...v11.0.1) --- updated-dependencies: - dependency-name: mocha dependency-type: direct:development update-type: version-update:semver-major ... 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 049718e..42108c5 100644 --- a/typescript-express-reviews/package.json +++ b/typescript-express-reviews/package.json @@ -29,7 +29,7 @@ "@types/mocha": "10.0.10", "@types/node": "22.9.3", "axios": "1.7.9", - "mocha": "10.8.2", + "mocha": "11.0.1", "sinon": "^19.0.2", "ts-mocha": "^10.0.0", "ts-node": "10.9.2",