From cdbc938788d3149d781946875dd00257fa34af4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jan 2022 00:02:49 +0000 Subject: [PATCH] build(deps-dev): bump mocha from 9.1.3 to 9.2.0 Bumps [mocha](https://github.com/mochajs/mocha) from 9.1.3 to 9.2.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/v9.1.3...v9.2.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 f04c61b..418d565 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "eslint-plugin-node": "11.1.0", "eslint-plugin-prettier": "4.0.0", "husky": "^7.0.0", - "mocha": "9.1.3", + "mocha": "9.2.0", "nodemon": "2.0.15", "prettier": "2.5.0" },