From 788db1b9f777c659084d332e1afc548f6eed7f6b Mon Sep 17 00:00:00 2001 From: curbengh <43627182+curbengh@users.noreply.github.com> Date: Fri, 20 Sep 2019 21:39:55 +0100 Subject: [PATCH] chore(deps): update hexo-util from ^1.1.0 to ^1.3.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ef04ccf..2c9bba4 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "license": "MIT", "dependencies": { "hexo": "^3.9.0", - "hexo-util": "^1.2.0", + "hexo-util": "^1.3.0", "marked": "^0.7.0", "strip-indent": "^3.0.0" },