From 1c17570b7d55d0fd30074f19677620e75b78c59a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jul 2024 13:52:07 +0000 Subject: [PATCH] chore(deps): bump hexo-pagination from 3.0.0 to 4.0.0 Bumps [hexo-pagination](https://github.com/hexojs/hexo-pagination) from 3.0.0 to 4.0.0. - [Release notes](https://github.com/hexojs/hexo-pagination/releases) - [Commits](https://github.com/hexojs/hexo-pagination/compare/v3.0.0...v4.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 bb5c831..7c9fd60 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "hexo": "^7.1.1", "hexo-component-inferno": "^3.1.0", "hexo-log": "^4.1.0", - "hexo-pagination": "^3.0.0", + "hexo-pagination": "^4.0.0", "hexo-renderer-inferno": "^1.0.2", "hexo-renderer-stylus": "^3.0.1", "hexo-util": "^3.2.0",