From d10fd5f50694df6f27e83d2fe760bc38675a6528 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Nov 2022 21:56:32 +0900 Subject: [PATCH] chore(deps): bump hexo-util from 2.7.0 to 3.0.1 (#238) Bumps [hexo-util](https://github.com/hexojs/hexo-util) from 2.7.0 to 3.0.1. - [Release notes](https://github.com/hexojs/hexo-util/releases) - [Commits](https://github.com/hexojs/hexo-util/compare/2.7.0...v3.0.1) --- updated-dependencies: - dependency-name: hexo-util dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] 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 7a16612..168f8d6 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "license": "MIT", "dependencies": { "dompurify": "^2.4.0", - "hexo-util": "^2.7.0", + "hexo-util": "^3.0.1", "jsdom": "^20.0.1", "marked": "^4.1.1" },