From 478ca05f251e1f7c894503d915fe09fdba8cb70b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 18 Jan 2021 08:15:38 +0000 Subject: [PATCH] Bump eslint from 6.8.0 to 7.18.0 Bumps [eslint](https://github.com/eslint/eslint) from 6.8.0 to 7.18.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.18.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 ed40ccc..c2db56a 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "devDependencies": { "chai": "^4.2.0", "cheerio": "^1.0.0-rc.3", - "eslint": "^6.8.0", + "eslint": "^7.18.0", "eslint-config-hexo": "^4.1.0", "hexo": "^3.9.0", "mocha": "^6.2.2",