From 521841ba4c96044e0d244aef2426c6c17cb41848 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 23:10:19 +0000 Subject: [PATCH] Bump hexo-theme-next from 8.23.0 to 8.23.2 Bumps [hexo-theme-next](https://github.com/next-theme/hexo-theme-next) from 8.23.0 to 8.23.2. - [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.23.2) --- updated-dependencies: - dependency-name: hexo-theme-next dependency-version: 8.23.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index c9623bb..190bfa7 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.23.2" } }, "node_modules/@adobe/css-tools": { @@ -1501,9 +1501,9 @@ "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.23.2", + "resolved": "https://registry.npmjs.org/hexo-theme-next/-/hexo-theme-next-8.23.2.tgz", + "integrity": "sha512-PXkWE8BLpD3ON0Y15epb/Vxm2lwVqH9xwDTdYAI7nbbi0tJql6BtcR6WEK2/UOTmZ/IIMKUVMAzLPM+cbeU2VQ==" }, "node_modules/hexo-util": { "version": "3.3.0", diff --git a/package.json b/package.json index 1dfb596..7819e3f 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.23.2" } }