From d14b3f34144c9c69a28c7f85fefcfab113f2c422 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2019 07:43:21 +0200 Subject: [PATCH] chore(deps): Update hexo-util requirement from ^0.6.0 to ^1.0.0 (#26) Updates the requirements on [hexo-util](https://github.com/hexojs/hexo-util) to permit the latest version. - [Release notes](https://github.com/hexojs/hexo-util/releases) - [Commits](https://github.com/hexojs/hexo-util/compare/0.6.0...1.0.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 044946d..2505bbd 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "dependencies": { "chalk": "^2.4.1", "hexo-fs": "^1.0.0", - "hexo-util": "^0.6.0", + "hexo-util": "^1.0.0", "moment": "^2.13.0", "swig": "^1.4.2" },