From 893aa27e3f885709472d6f474689b8a99e216b41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 Mar 2024 17:05:15 +0200 Subject: [PATCH] chore(deps-dev): Bump the mocha group with 1 update (#63) Bumps the mocha group with 1 update: [mocha](https://github.com/mochajs/mocha). Updates `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 dependency-group: mocha ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bb578319..93242104 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ "eslint-plugin-promise": "6.1.1", "eslint-plugin-simple-import-sort": "12.0.0", "libxmljs2": "^0.31||^0.32||^0.33", - "mocha": "10.3.0", + "mocha": "10.4.0", "npm-run-all2": "^6.1.2", "rimraf": "^5.0.5", "typescript": "5.4.3"