From 2d03c2e204deb9318c0bd43323190d652dc2334f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2019 05:45:17 +0000 Subject: [PATCH] Update eslint requirement from ^5.7.0 to ^6.0.0 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.7.0...v6.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 0c499e8..314c3cc 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "devDependencies": { "chai": "^4.2.0", "chai-as-promised": "^7.1.1", - "eslint": "^5.7.0", + "eslint": "^6.0.0", "eslint-config-hexo": "^3.0.0", "hexo": "^3.7.1", "hexo-fs": "^1.0.0",