From afd9ff1f57474d221ed4716f06dcfb54587a0710 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 20:04:45 +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 e9ce20b..538c67e 100644 --- a/package.json +++ b/package.json @@ -37,6 +37,6 @@ "mocha": "^10.0.0" }, "dependencies": { - "hexo-pagination": "3.0.0" + "hexo-pagination": "4.0.0" } }