From bf68c4ac8ae32019bba8775c6e2a1d271deb22af Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2019 05:30:03 +0000 Subject: [PATCH] Update hexo-util requirement from ^0.6.0 to ^1.0.0 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 983d9ee..574f0fb 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "bluebird": "^3.5.0", "chalk": "^2.4.1", "hexo-fs": "^1.0.0", - "hexo-util": "^0.6.0", + "hexo-util": "^1.0.0", "moment": "^2.18.0", "swig-templates": "^2.0.2" },