From 01cdf21520e0f498d06cdf18407cb33b87424959 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 21:18:43 +0000 Subject: [PATCH] Bump hexo-theme-butterfly from 4.13.0 to 5.2.2 Bumps [hexo-theme-butterfly](https://github.com/jerryc127/hexo-theme-butterfly) from 4.13.0 to 5.2.2. - [Release notes](https://github.com/jerryc127/hexo-theme-butterfly/releases) - [Commits](https://github.com/jerryc127/hexo-theme-butterfly/compare/4.13...5.2.2) --- 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..83ca6a0 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.2.2", "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.2.2", + "resolved": "https://registry.npmmirror.com/hexo-theme-butterfly/-/hexo-theme-butterfly-5.2.2.tgz", + "integrity": "sha512-Q6CWt0+vcwBEXFhCPXZ0C1KPZAthVnUZFRNRfD34HBODvXTR+9iLzQuLEqVScv6X2gQx9smKtugsSI/CYnsFdg==", "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.2.2", + "resolved": "https://registry.npmmirror.com/hexo-theme-butterfly/-/hexo-theme-butterfly-5.2.2.tgz", + "integrity": "sha512-Q6CWt0+vcwBEXFhCPXZ0C1KPZAthVnUZFRNRfD34HBODvXTR+9iLzQuLEqVScv6X2gQx9smKtugsSI/CYnsFdg==", "requires": { "hexo-renderer-pug": "^3.0.0", "hexo-renderer-stylus": "^3.0.1" diff --git a/package.json b/package.json index ccfc57a..c706157 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.2.2", "hexo-theme-landscape": "^1.0.0", "hexo-wordcount": "^6.0.1" }