From c4bf9038508a541d1ec95fb6ff0ded15a47243e9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2020 05:34:47 +0000 Subject: [PATCH] chore(deps-dev): bump mocha from 7.2.0 to 8.0.1 Bumps [mocha](https://github.com/mochajs/mocha) from 7.2.0 to 8.0.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/v7.2.0...v8.0.1) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index eab053d..cfcc9f5 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "devDependencies": { "chai": "^4.2.0", "hexo": "^4.0.0", - "mocha": "^7.1.1", + "mocha": "^8.0.1", "eslint": "^7.1.0", "eslint-config-hexo": "^4.1.0", "nyc": "^15.0.0"