From 75b16d080d57362b4dd1447934833613a7808077 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 07:13:48 +0000 Subject: [PATCH] Bump mocha from 10.3.0 to 10.4.0 Bumps [mocha](https://github.com/mochajs/mocha) from 10.3.0 to 10.4.0. - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md) - [Commits](https://github.com/mochajs/mocha/compare/v10.3.0...v10.4.0) --- updated-dependencies: - dependency-name: mocha 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 4795602..930452d 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "jsdom": "19.0.0", "json-schema-faker": "0.5.4", "json-server": "0.17.0", - "mocha": "10.3.0", + "mocha": "10.4.0", "nock": "13.5.4", "npm-run-all": "4.1.5", "nsp": "3.2.1",