From 92965aca9f1e6972862a89ad457f1d12f414d94a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 30 Sep 2020 00:57:58 +0800 Subject: [PATCH] chore(deps-dev): bump mocha from 7.2.0 to 8.0.1 (#45) * 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] * ci(travis): drop node 8 & add node 12 Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: Sukka --- .travis.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 22ea00b..ef04732 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,8 +8,8 @@ cache: - node_modules node_js: - - "8" - "10" + - "12" - "node" before_script: diff --git a/package.json b/package.json index f56b11c..8533a96 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "chai": "^4.2.0", "eslint": "^7.10.0", "eslint-config-hexo": "^3.0.0", - "mocha": "^7.1.1", + "mocha": "^8.0.1", "nyc": "^15.0.0", "superstatic": "^7.0.1" },