From 76fd29aacdb9199cca8d55982599f7c2946a13a2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2019 04:47:52 +0800 Subject: [PATCH] Bump eslint-config-hexo from 3.0.0 to 4.0.0 (#40) Bumps [eslint-config-hexo](https://github.com/hexojs/eslint-config-hexo) from 3.0.0 to 4.0.0. - [Release notes](https://github.com/hexojs/eslint-config-hexo/releases) - [Commits](https://github.com/hexojs/eslint-config-hexo/compare/3.0.0...4.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 7d7de97..a05e085 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "chai": "^4.2.0", "chai-as-promised": "^7.1.1", "eslint": "^6.0.1", - "eslint-config-hexo": "^3.0.0", + "eslint-config-hexo": "^4.0.0", "mocha": "^6.0.0", "nyc": "^14.1.1" },