From 44a628d1e1ebe6ddbe0a68469ff757ee5c07b56e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jul 2021 06:11:55 +0000 Subject: Bump mocha from 9.0.2 to 9.0.3 (#93) Bumps [mocha](https://github.com/mochajs/mocha) from 9.0.2 to 9.0.3. - [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.0.2...v9.0.3) --- 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 f3a1db9..b226970 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "@types/lru-cache": "^5.1.1", "@types/node-fetch": "^2.5.12", "dotenv": "^10.0.0", - "mocha": "^9.0.2", + "mocha": "^9.0.3", "ts-node": "^10.1.0", "typescript": "^4.3.5" } -- cgit