From 18fc4ad0e822cccd250cfcb06b7ac67148e9b658 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 21:12:54 +0000 Subject: [PATCH] Bump hexo-theme-butterfly from 4.13.0 to 5.1.0 Bumps [hexo-theme-butterfly](https://github.com/jerryc127/hexo-theme-butterfly) from 4.13.0 to 5.1.0. - [Release notes](https://github.com/jerryc127/hexo-theme-butterfly/releases) - [Commits](https://github.com/jerryc127/hexo-theme-butterfly/compare/4.13...5.1.0) --- updated-dependencies: - dependency-name: hexo-theme-butterfly dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 24 +++++++++++++++++------- package.json | 2 +- 2 files changed, 18 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index de80503..d5fb05a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,6 +9,7 @@ "version": "0.0.1", "dependencies": { "hexo": "^7.3.0", + "hexo-abbrlink2": "github:ybw2016v/hexo-abbrlink2", "hexo-generator-archive": "^2.0.0", "hexo-generator-category": "^2.0.0", "hexo-generator-index": "^4.0.0", @@ -18,7 +19,7 @@ "hexo-renderer-pug": "^3.0.0", "hexo-renderer-stylus": "^3.0.1", "hexo-server": "^3.0.0", - "hexo-theme-butterfly": "^4.13.0", + "hexo-theme-butterfly": "^5.1.0", "hexo-theme-landscape": "^1.0.0", "hexo-wordcount": "^6.0.1" } @@ -932,6 +933,11 @@ "url": "https://opencollective.com/hexo" } }, + "node_modules/hexo-abbrlink2": { + "version": "1.0.2", + "resolved": "git+ssh://git@github.com/ybw2016v/hexo-abbrlink2.git#08c89c6b0be92bdada11f7fa9bb4dc066507f82a", + "license": "MIT" + }, "node_modules/hexo-cli": { "version": "4.3.2", "resolved": "https://registry.npmmirror.com/hexo-cli/-/hexo-cli-4.3.2.tgz", @@ -1192,9 +1198,9 @@ } }, "node_modules/hexo-theme-butterfly": { - "version": "4.13.0", - "resolved": "https://registry.npmmirror.com/hexo-theme-butterfly/-/hexo-theme-butterfly-4.13.0.tgz", - "integrity": "sha512-k4ufTKDrvfer0EI1E6xU5JTgS471KRyXRgRBxoUdqpTVvtY8CUnFrzh0qcxjb5WMPOark8sTCgHn/sEDIaG3Kw==", + "version": "5.1.0", + "resolved": "https://registry.npmmirror.com/hexo-theme-butterfly/-/hexo-theme-butterfly-5.1.0.tgz", + "integrity": "sha512-WQlRa5XgIS+cQHzPRAh3etZabRaY5ch7PP/3vT58DYtqqJkDsQyMDOayYGKz8nbtpTwmPZAkBiqEkvv7oXyaRA==", "dependencies": { "hexo-renderer-pug": "^3.0.0", "hexo-renderer-stylus": "^3.0.1" @@ -3115,6 +3121,10 @@ "warehouse": "^5.0.1" } }, + "hexo-abbrlink2": { + "version": "git+ssh://git@github.com/ybw2016v/hexo-abbrlink2.git#08c89c6b0be92bdada11f7fa9bb4dc066507f82a", + "from": "hexo-abbrlink2@github:ybw2016v/hexo-abbrlink2" + }, "hexo-cli": { "version": "4.3.2", "resolved": "https://registry.npmmirror.com/hexo-cli/-/hexo-cli-4.3.2.tgz", @@ -3315,9 +3325,9 @@ } }, "hexo-theme-butterfly": { - "version": "4.13.0", - "resolved": "https://registry.npmmirror.com/hexo-theme-butterfly/-/hexo-theme-butterfly-4.13.0.tgz", - "integrity": "sha512-k4ufTKDrvfer0EI1E6xU5JTgS471KRyXRgRBxoUdqpTVvtY8CUnFrzh0qcxjb5WMPOark8sTCgHn/sEDIaG3Kw==", + "version": "5.1.0", + "resolved": "https://registry.npmmirror.com/hexo-theme-butterfly/-/hexo-theme-butterfly-5.1.0.tgz", + "integrity": "sha512-WQlRa5XgIS+cQHzPRAh3etZabRaY5ch7PP/3vT58DYtqqJkDsQyMDOayYGKz8nbtpTwmPZAkBiqEkvv7oXyaRA==", "requires": { "hexo-renderer-pug": "^3.0.0", "hexo-renderer-stylus": "^3.0.1" diff --git a/package.json b/package.json index ccfc57a..3dde7d5 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "hexo-renderer-pug": "^3.0.0", "hexo-renderer-stylus": "^3.0.1", "hexo-server": "^3.0.0", - "hexo-theme-butterfly": "^4.13.0", + "hexo-theme-butterfly": "^5.1.0", "hexo-theme-landscape": "^1.0.0", "hexo-wordcount": "^6.0.1" }