From eb67d0540e3acfb5d0208db56727df8e6921d4c3 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2019 02:43:03 +0000 Subject: [PATCH] chore(deps): update hexo-log requirement from ^0.2.0 to ^1.0.0 Updates the requirements on [hexo-log](https://github.com/hexojs/hexo-log) to permit the latest version. - [Release notes](https://github.com/hexojs/hexo-log/releases) - [Commits](https://github.com/hexojs/hexo-log/commits) 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 d2be457a63..6aa0484191 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "hexo-front-matter": "^1.0.0", "hexo-fs": "^2.0.0", "hexo-i18n": "^1.0.0", - "hexo-log": "^0.2.0", + "hexo-log": "^1.0.0", "hexo-util": "^1.3.1", "js-yaml": "^3.12.0", "lodash": "^4.17.11",