From 00f4091e13a1fe3119985166b6e023b238d6cdbd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Mar 2021 06:53:05 +0000 Subject: [PATCH] Bump mocha from 8.2.1 to 8.3.1 Bumps [mocha](https://github.com/mochajs/mocha) from 8.2.1 to 8.3.1. - [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/v8.2.1...v8.3.1) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 51500a2..8090adf 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "isomorphic-fetch": "^3.0.0", "js-yaml": "~4.0.0", "jsonpath": "^1.0.2", - "mocha": "~8.2.0", + "mocha": "~8.3.1", "slug": "^4.0.2", "tv4": "~1.3.0" },