From 7aecf9b4ac14dc608e2fe317053cbd6fb5daf3a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 00:04:49 +0900 Subject: [PATCH] chore(deps-dev): bump hexo from 6.3.0 to 7.0.0 (#209) Bumps [hexo](https://github.com/hexojs/hexo) from 6.3.0 to 7.0.0. - [Release notes](https://github.com/hexojs/hexo/releases) - [Commits](https://github.com/hexojs/hexo/compare/6.3.0...v7.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 17c420a..d4efaab 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "chai": "^4.3.7", "eslint": "^8.41.0", "eslint-config-hexo": "^5.0.0", - "hexo": "^6.3.0", + "hexo": "^7.0.0", "mocha": "^10.2.0", "c8": "^8.0.1" },