From 3103f149ed967bc0d00051d2d1a44089b97f0369 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jan 2022 06:11:09 +0000 Subject: Bump mocha from 9.1.3 to 9.1.4 (#183) Bumps [mocha](https://github.com/mochajs/mocha) from 9.1.3 to 9.1.4. - [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.1.4) --- updated-dependencies: - dependency-name: mocha dependency-type: direct:development update-type: version-update:semver-patch ... 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(-) (limited to 'package.json') diff --git a/package.json b/package.json index 18dca97..f4877a3 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "@types/mongodb": "^4.0.7", "@types/node": "^17.0.8", "dotenv": "^11.0.0", - "mocha": "^9.1.3", + "mocha": "^9.1.4", "ts-node": "^10.4.0", "typescript": "^4.5.4" }, -- cgit