From 390ca851910555abc2254f6cd81349192ce51a43 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2019 05:29:28 +0000 Subject: [PATCH] chore(deps-dev): update eslint requirement from ^5.9.0 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.9.0...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 cba0f35..78e1da0 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ }, "devDependencies": { "chai": "^4.2.0", - "eslint": "^5.9.0", + "eslint": "^6.0.1", "eslint-config-hexo": "^3.0.0", "istanbul": "^0.4.1", "mocha": "^6.0.2"