From 56beb408f76737276977f19efd97e9593b98558a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 11:44:06 +0000 Subject: [PATCH] Bump hexo-theme-next from 8.23.2 to 8.24.0 Bumps [hexo-theme-next](https://github.com/next-theme/hexo-theme-next) from 8.23.2 to 8.24.0. - [Release notes](https://github.com/next-theme/hexo-theme-next/releases) - [Commits](https://github.com/next-theme/hexo-theme-next/compare/v8.23.2...v8.24.0) --- updated-dependencies: - dependency-name: hexo-theme-next dependency-version: 8.24.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index d4a9906ca..b2693eac6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "hexo-renderer-stylus": "^3.0.1", "hexo-server": "^3.0.0", "hexo-theme-landscape": "^1.1.0", - "hexo-theme-next": "^8.23.2" + "hexo-theme-next": "^8.24.0" } }, "node_modules/@adobe/css-tools": { @@ -1597,9 +1597,10 @@ "license": "MIT" }, "node_modules/hexo-theme-next": { - "version": "8.23.2", - "resolved": "https://registry.npmjs.org/hexo-theme-next/-/hexo-theme-next-8.23.2.tgz", - "integrity": "sha512-PXkWE8BLpD3ON0Y15epb/Vxm2lwVqH9xwDTdYAI7nbbi0tJql6BtcR6WEK2/UOTmZ/IIMKUVMAzLPM+cbeU2VQ==" + "version": "8.24.0", + "resolved": "https://registry.npmjs.org/hexo-theme-next/-/hexo-theme-next-8.24.0.tgz", + "integrity": "sha512-GMjNgoygyHWlPSRGZVjsjhPIEXmtWl0OWWmXxNbZdsf/f4fx+wS3OOxecFfsVJe9FVEv0Uu1hOvxPSgOjdDsSQ==", + "license": "AGPL-3.0-only" }, "node_modules/hexo-util": { "version": "3.3.0", diff --git a/package.json b/package.json index 8576f031d..888ae3ade 100644 --- a/package.json +++ b/package.json @@ -26,6 +26,6 @@ "hexo-renderer-stylus": "^3.0.1", "hexo-server": "^3.0.0", "hexo-theme-landscape": "^1.1.0", - "hexo-theme-next": "^8.23.2" + "hexo-theme-next": "^8.24.0" } }