From 90390687b44b51fd3c2a15c4139b9fea930f7641 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Jun 2021 07:30:23 +0000 Subject: [PATCH] chore(deps): bump hexo-pagination from 1.0.0 to 2.0.0 Bumps [hexo-pagination](https://github.com/hexojs/hexo-pagination) from 1.0.0 to 2.0.0. - [Release notes](https://github.com/hexojs/hexo-pagination/releases) - [Commits](https://github.com/hexojs/hexo-pagination/compare/1.0.0...v2.0.0) --- updated-dependencies: - dependency-name: hexo-pagination dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a0cadbf..6e3a70f 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "nyc": "^15.0.0" }, "dependencies": { - "hexo-pagination": "1.0.0" + "hexo-pagination": "2.0.0" }, "engines": { "node": ">=8.6.0"