From 4b3f64a9e188c99c005a2f6981492715c31a1874 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Feb 2022 08:29:50 +0100 Subject: [PATCH] chore(deps-dev): bump eslint-config-hexo from 4.2.0 to 5.0.0 (#65) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5450d95..a12d558 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "chai": "^4.2.0", "coveralls": "^3.0.2", "eslint": "^8.8.0", - "eslint-config-hexo": "^4.1.0", + "eslint-config-hexo": "^5.0.0", "hexo": "^6.0.0", "mocha": "^9.2.0", "nyc": "^15.0.0"