From 6ec1f81ddc4c8e231daea77b6774b70ccc9989fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 19:38:26 +0000 Subject: [PATCH] Bump hexo-theme-next from 8.23.0 to 8.26.0 Bumps [hexo-theme-next](https://github.com/next-theme/hexo-theme-next) from 8.23.0 to 8.26.0. - [Release notes](https://github.com/next-theme/hexo-theme-next/releases) - [Commits](https://github.com/next-theme/hexo-theme-next/compare/v8.23.0...v8.26.0) --- updated-dependencies: - dependency-name: hexo-theme-next dependency-version: 8.26.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 6a72ad1..6b9b13a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "hexo-renderer-stylus": "^3.0.1", "hexo-server": "^3.0.0", "hexo-theme-landscape": "^1.0.0", - "hexo-theme-next": "^8.23.0" + "hexo-theme-next": "^8.26.0" } }, "node_modules/@adobe/css-tools": { @@ -1369,9 +1369,10 @@ "license": "MIT" }, "node_modules/hexo-theme-next": { - "version": "8.23.0", - "resolved": "https://registry.npmmirror.com/hexo-theme-next/-/hexo-theme-next-8.23.0.tgz", - "integrity": "sha512-hHRuGRCTF1HyIjvucK3Ylxr2qYB2/bFXdD/IWyPtxcVvkLgn3jcwBq4Zw/ksd0qtKNnLnjrlwWSH9Dyy9Li5mA==" + "version": "8.26.0", + "resolved": "https://registry.npmjs.org/hexo-theme-next/-/hexo-theme-next-8.26.0.tgz", + "integrity": "sha512-AJZKqaBM4W+Dhnf7imD4F26q+OKk7ArmrrKvYcf35Lw55CHzxhGQewxJXNL0y78So1FV825/O9DDPCb3yJCPfw==", + "license": "AGPL-3.0-only" }, "node_modules/hexo-util": { "version": "3.3.0", diff --git a/package.json b/package.json index 0b3a71e..2ca3e8e 100644 --- a/package.json +++ b/package.json @@ -25,6 +25,6 @@ "hexo-renderer-stylus": "^3.0.1", "hexo-server": "^3.0.0", "hexo-theme-landscape": "^1.0.0", - "hexo-theme-next": "^8.23.0" + "hexo-theme-next": "^8.26.0" } }