From 7cfb6e9a9a22449630700c40f459268a4ceb5d08 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 11 May 2020 05:52:02 +0000 Subject: [PATCH] chore(deps-dev): bump eslint from 6.8.0 to 7.0.0 Bumps [eslint](https://github.com/eslint/eslint) from 6.8.0 to 7.0.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v6.8.0...v7.0.0) 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 73364ff8..d4cc30fb 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "devDependencies": { "chai": "^4.2.0", "chai-as-promised": "^7.1.1", - "eslint": "^6.1.0", + "eslint": "^7.0.0", "eslint-config-hexo": "^4.0.0", "jsdoc": "^3.4.0", "lodash": "^4.17.15",