From 2138465b60e125abdca209dc15ba0f3bb2d3bc01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Oct 2022 10:00:37 +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 92aa34d..cefab97 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "hexo-generator-category": "^1.0.0", "hexo-generator-index": "^2.0.0", "hexo-generator-tag": "^1.0.0", - "hexo-pagination": "^2.0.0", + "hexo-pagination": "^3.0.0", "hexo-renderer-ejs": "^2.0.0", "hexo-renderer-inferno": "^0.1.3", "hexo-renderer-marked": "^5.0.0",