From 069aeb82151083d7845bca012f9eb3196d1a1d45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Jan 2022 01:09:55 +0000 Subject: [PATCH] chore(deps-dev): 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 d75962d..47d90db 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "devDependencies": { "chai": "^4.2.0", "eslint": "^8.0.0", - "eslint-config-hexo": "^4.1.0", + "eslint-config-hexo": "^5.0.0", "hexo": "^6.0.0", "mocha": "^9.0.3", "nyc": "^15.0.0"