From e5f383c2c106f6d7675eeca797f71ffb8487437b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Oct 2022 13:54:24 +0000 Subject: [PATCH] build(deps): bump hexo-pagination from 2.0.0 to 3.0.0 Bumps [hexo-pagination](https://github.com/hexojs/hexo-pagination) from 2.0.0 to 3.0.0. - [Release notes](https://github.com/hexojs/hexo-pagination/releases) - [Commits](https://github.com/hexojs/hexo-pagination/compare/v2.0.0...v3.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 0f19365..fe3608e 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "hexo": "^6.0.0", "hexo-component-inferno": "^2.0.0", "hexo-log": "^3.1.0", - "hexo-pagination": "^2.0.0", + "hexo-pagination": "^3.0.0", "hexo-renderer-inferno": "^0.1.3", "hexo-renderer-stylus": "^2.1.0", "hexo-util": "^2.4.0",