From 354dca17ef98fdae166f51c63f9a2970b266c5f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Oct 2022 21:02:35 +0000 Subject: [PATCH] chore(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-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6bb637d..d334413 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1873,9 +1873,9 @@ } }, "hexo-pagination": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/hexo-pagination/-/hexo-pagination-2.0.0.tgz", - "integrity": "sha512-ZZQli5UwFWTW6bJNF4zwp2PCeGsipgoPxadud8+cPPxvygTP5GjTS5eVWcUTcfEaCluP+O1maxZCCWmYQoJkiQ==" + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/hexo-pagination/-/hexo-pagination-3.0.0.tgz", + "integrity": "sha512-8oo1iozloZo7TojPVYg4IxL3SJKCBdSJ908fTlIxIK7TWJIKdYnQlW31+12DBJ0NhVZA/lZisPObGF08wT8fKw==" }, "hexo-util": { "version": "2.7.0", diff --git a/package.json b/package.json index fab096a..9b30bea 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "nyc": "^15.0.0" }, "dependencies": { - "hexo-pagination": "2.0.0" + "hexo-pagination": "3.0.0" }, "engines": { "node": ">=12.13.0"