From 62bac84041ce1fce60d78fa12df8de05af3bb05f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 14 Jul 2019 05:45:49 +0000 Subject: [PATCH] Update eslint requirement from ^5.14.1 to ^6.0.1 Updates the requirements on [eslint](https://github.com/eslint/eslint) to permit the latest version. - [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/v5.14.1...v6.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 86a2d46..c26abf9 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "license": "MIT", "devDependencies": { "chai": "^4.2.0", - "eslint": "^5.14.1", + "eslint": "^6.0.1", "eslint-config-hexo": "^3.0.0", "hexo": "^3.0.0", "istanbul": "^0.4.0",