From 947e5c315d723a879fab89b60afbd45c44dab4ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jan 2022 12:38:31 +0100 Subject: [PATCH] chore(deps-dev): bump hexo from 5.4.0 to 6.0.0 (#133) 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 67044ca..2cb402c 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "cheerio": "^0.22.0", "eslint": "^8.0.0", "eslint-config-hexo": "^4.1.0", - "hexo": "^5.0.0", + "hexo": "^6.0.0", "mocha": "^9.1.2", "nyc": "^15.0.0" },