From c20109dadda230b8de70d917f6c5fba7223b2fcd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2020 12:49:31 +0000 Subject: [PATCH] Bump eslint from 3.19.0 to 6.8.0 Bumps [eslint](https://github.com/eslint/eslint) from 3.19.0 to 6.8.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/v3.19.0...v6.8.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 19cc699..ae2bc9a 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "homepage": "https://github.com/yanm1ng/hexo-theme-vexo", "devDependencies": { "ejs-lint": "^0.2.0", - "eslint": "^3.14.0", + "eslint": "^6.8.0", "eslint-plugin-import": "^2.2.0", "standard": "^10.0.2" },