From 64d8590b0a4708ef485e880caedc2674fb43397a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 18:51:07 +0000 Subject: [PATCH] Bump hexo-theme-next from 8.18.2 to 8.19.1 Bumps [hexo-theme-next](https://github.com/next-theme/hexo-theme-next) from 8.18.2 to 8.19.1. - [Release notes](https://github.com/next-theme/hexo-theme-next/releases) - [Commits](https://github.com/next-theme/hexo-theme-next/compare/v8.18.2...v8.19.1) --- updated-dependencies: - dependency-name: hexo-theme-next dependency-type: direct:production update-type: version-update:semver-minor ... 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 0ecc752..f5e39d3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "hexo-renderer-stylus": "^3.0.0", "hexo-server": "^3.0.0", "hexo-theme-landscape": "^1.0.0", - "hexo-theme-next": "^8.18.2" + "hexo-theme-next": "^8.19.1" } }, "node_modules/@adobe/css-tools": { @@ -1284,9 +1284,9 @@ "integrity": "sha512-bWQJWMqQI78wWiJPQZq5pJBH20TM442ShCaHGRetuEgMraxH0OKxB3NTupJzNEkzEk8DV2yrdizkXdKN6i501A==" }, "node_modules/hexo-theme-next": { - "version": "8.18.2", - "resolved": "https://registry.npmmirror.com/hexo-theme-next/-/hexo-theme-next-8.18.2.tgz", - "integrity": "sha512-gGxi29yKwaWF3lfSLYPrt3UwOWuBIcawjTWgt5z5f06RmBCc41kfAQWBkRnllSrHJeewk+tOku989kKAtfQwpA==" + "version": "8.19.1", + "resolved": "https://registry.npmjs.org/hexo-theme-next/-/hexo-theme-next-8.19.1.tgz", + "integrity": "sha512-qtILs1j0FpWi4hk+WcdjoOfztvMZZsqe6lg6SAEPJdPMsalLyoo7Jaf2AoDneMadE4hyF0n6daPhHLa3A+5m5A==" }, "node_modules/hexo-util": { "version": "3.1.0", diff --git a/package.json b/package.json index 11af353..c1b1f03 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,6 @@ "hexo-renderer-stylus": "^3.0.0", "hexo-server": "^3.0.0", "hexo-theme-landscape": "^1.0.0", - "hexo-theme-next": "^8.18.2" + "hexo-theme-next": "^8.19.1" } }