From e1e8ab524072515a225b16dc394c0e2f81e2be98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jan 2022 23:12:28 +0000 Subject: [PATCH] Bump eslint-config-hexo from 4.2.0 to 5.0.0 Bumps [eslint-config-hexo](https://github.com/hexojs/eslint-config-hexo) from 4.2.0 to 5.0.0. - [Release notes](https://github.com/hexojs/eslint-config-hexo/releases) - [Commits](https://github.com/hexojs/eslint-config-hexo/compare/4.2.0...5.0.0) --- updated-dependencies: - dependency-name: eslint-config-hexo dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 881bed8..66d7af1 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "devDependencies": { "chai": "^4.2.0", "eslint": "^8.1.0", - "eslint-config-hexo": "^4.1.0", + "eslint-config-hexo": "^5.0.0", "hexo": "^5.0.2", "mocha": "^9.1.3" }