From 8c800f4293bb626ad71379df3e41c196537b5859 Mon Sep 17 00:00:00 2001 From: Jiansheng Qiu Date: Wed, 25 Oct 2023 22:11:36 +0800 Subject: [PATCH] Upgrade hexo-util --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index eeabb22..ab81f72 100644 --- a/package.json +++ b/package.json @@ -35,6 +35,6 @@ }, "dependencies": { "markdown-it": "^12.3.2", - "hexo-util": "^0.6.3" + "hexo-util": "^3.1.0" } }