From d8dd94fa88f72a0d6944e661e6fe736be8ab6a0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Dec 2021 22:04:15 +0900 Subject: [PATCH] chore(deps-dev): bump hexo from 5.4.0 to 6.0.0 (#144) Bumps [hexo](https://github.com/hexojs/hexo) from 5.4.0 to 6.0.0. - [Release notes](https://github.com/hexojs/hexo/releases) - [Commits](https://github.com/hexojs/hexo/compare/5.4.0...6.0.0) --- updated-dependencies: - dependency-name: 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 4a8cb91..395dece 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "chai": "^4.2.0", "eslint": "^7.0.0", "eslint-config-hexo": "^4.0.0", - "hexo": "^5.0.0", + "hexo": "^6.0.0", "hexo-front-matter": "^2.0.0", "mocha": "^8.0.1", "nyc": "^15.0.0",