From b6e8c9f7017067591f0d56ede455dd7a3cdbe534 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Mar 2022 15:05:53 +0000 Subject: [PATCH] chore(deps-dev): bump hexo from 5.4.1 to 6.1.0 Bumps [hexo](https://github.com/hexojs/hexo) from 5.4.1 to 6.1.0. - [Release notes](https://github.com/hexojs/hexo/releases) - [Commits](https://github.com/hexojs/hexo/compare/5.4.1...6.1.0) --- updated-dependencies: - dependency-name: 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 0e83444..a19da53 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "terser": "^5.3.0" }, "devDependencies": { - "hexo": "^5.1.1", + "hexo": "^6.1.0", "jest": "^27.2.5", "standard": "^16.0.1" },