From b7b1db01ecdf99b90b9f733f651367d09b4c8811 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Mar 2023 08:11:15 +0000 Subject: [PATCH] Bump hexo-theme-next from 8.14.1 to 8.15.0 Bumps [hexo-theme-next](https://github.com/next-theme/hexo-theme-next) from 8.14.1 to 8.15.0. - [Release notes](https://github.com/next-theme/hexo-theme-next/releases) - [Commits](https://github.com/next-theme/hexo-theme-next/compare/v8.14.1...v8.15.0) --- 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 | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index ac39373..26b512a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "hexo-renderer-stylus": "^2.1.0", "hexo-server": "^3.0.0", "hexo-theme-landscape": "^0.0.3", - "hexo-theme-next": "^8.14.0" + "hexo-theme-next": "^8.15.0" } }, "node_modules/@tootallnate/once": { @@ -1082,9 +1082,9 @@ "integrity": "sha512-b0Di+TUVs4ESrNX4ULEh9uQmADpO6kr10rIJ2OGZM8suNQNFKdxn+vJUjnLfKkCPJAfVmS7/S83KCNYe4tpoNw==" }, "node_modules/hexo-theme-next": { - "version": "8.14.1", - "resolved": "https://registry.npmjs.org/hexo-theme-next/-/hexo-theme-next-8.14.1.tgz", - "integrity": "sha512-7nf9AXlCYt3dgfoFVPA1ck9bJw71BkTZsHX09z02HYlVt4SJ0cI2agW02GGfeg2n0SxJCnOGRlcmR9/37E3TEA==" + "version": "8.15.0", + "resolved": "https://registry.npmjs.org/hexo-theme-next/-/hexo-theme-next-8.15.0.tgz", + "integrity": "sha512-7N5zk5LexhQ4sq315eblEB1yCPYXHEvOOY4yc7XB+HYDVKDmulA8UjlNdjrXJ3gocrbr0IeyG47CZ7b8hvjvHA==" }, "node_modules/hexo-util": { "version": "2.7.0", @@ -3227,9 +3227,9 @@ "integrity": "sha512-b0Di+TUVs4ESrNX4ULEh9uQmADpO6kr10rIJ2OGZM8suNQNFKdxn+vJUjnLfKkCPJAfVmS7/S83KCNYe4tpoNw==" }, "hexo-theme-next": { - "version": "8.14.1", - "resolved": "https://registry.npmjs.org/hexo-theme-next/-/hexo-theme-next-8.14.1.tgz", - "integrity": "sha512-7nf9AXlCYt3dgfoFVPA1ck9bJw71BkTZsHX09z02HYlVt4SJ0cI2agW02GGfeg2n0SxJCnOGRlcmR9/37E3TEA==" + "version": "8.15.0", + "resolved": "https://registry.npmjs.org/hexo-theme-next/-/hexo-theme-next-8.15.0.tgz", + "integrity": "sha512-7N5zk5LexhQ4sq315eblEB1yCPYXHEvOOY4yc7XB+HYDVKDmulA8UjlNdjrXJ3gocrbr0IeyG47CZ7b8hvjvHA==" }, "hexo-util": { "version": "2.7.0", diff --git a/package.json b/package.json index 2b79551..27dcb6c 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,6 @@ "hexo-renderer-stylus": "^2.1.0", "hexo-server": "^3.0.0", "hexo-theme-landscape": "^0.0.3", - "hexo-theme-next": "^8.14.0" + "hexo-theme-next": "^8.15.0" } }