From 8908e40ad8f3169a7e9b0f9da52864b46b76e0ad Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2020 14:13:11 +0000 Subject: [PATCH] Bump eslint-config-hexo from 3.0.0 to 4.1.0 Bumps [eslint-config-hexo](https://github.com/hexojs/eslint-config-hexo) from 3.0.0 to 4.1.0. - [Release notes](https://github.com/hexojs/eslint-config-hexo/releases) - [Commits](https://github.com/hexojs/eslint-config-hexo/compare/3.0.0...4.1.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 df13d27..cacd8c9 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "devDependencies": { "chai": "^4.2.0", "eslint": "^6.1.0", - "eslint-config-hexo": "^3.0.0", + "eslint-config-hexo": "^4.1.0", "mocha": "^7.1.2", "nyc": "^15.0.0" },