From ed0a7ddfb4c39c6c47c912ae9b1ab0fd2b7175af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 23 Nov 2018 04:03:08 +0000 Subject: [PATCH] Update hexo-pagination requirement from 0.0.2 to 0.1.0 Updates the requirements on [hexo-pagination](https://github.com/hexojs/hexo-pagination) to permit the latest version. - [Release notes](https://github.com/hexojs/hexo-pagination/releases) - [Commits](https://github.com/hexojs/hexo-pagination/commits/0.1.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9ce0129..041b24a 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "mocha": "^5.2.0" }, "dependencies": { - "hexo-pagination": "0.0.2", + "hexo-pagination": "0.1.0", "object-assign": "^2.0.0" } }