From 278c50cbdbccce96eecb7d475f6f3cd139d5f5b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Jun 2025 12:40:13 +0000 Subject: [PATCH] build(deps-dev): bump mocha from 9.1.3 to 9.2.2 Bumps [mocha](https://github.com/mochajs/mocha) from 9.1.3 to 9.2.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/v9.1.3...v9.2.2) --- updated-dependencies: - dependency-name: mocha dependency-version: 9.2.2 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c8fb0b19..81c3a28e 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "eslint-plugin-node": "11.1.0", "eslint-plugin-promise": "5.2.0", "eslint-plugin-standard": "4.1.0", - "mocha": "9.1.3", + "mocha": "9.2.2", "rimraf": "3.0.2", "supertest": "6.1.4", "tree-kill": "1.2.2",