From 415aca63d45f7523972e97615997294d7ab2f312 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 08:24:46 +0000 Subject: [PATCH] Bump hexo-theme-butterfly from 5.5.3 to 5.5.4 Bumps [hexo-theme-butterfly](https://github.com/jerryc127/hexo-theme-butterfly) from 5.5.3 to 5.5.4. - [Release notes](https://github.com/jerryc127/hexo-theme-butterfly/releases) - [Commits](https://github.com/jerryc127/hexo-theme-butterfly/compare/5.5.3...5.5.4) --- updated-dependencies: - dependency-name: hexo-theme-butterfly dependency-version: 5.5.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 15 +++++++++++---- package.json | 2 +- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index da824514..7981bd0c 100644 --- a/package-lock.json +++ b/package-lock.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": "^5.5.3", + "hexo-theme-butterfly": "^5.5.4", "hexo-theme-landscape": "^1.0.0", "hexo-wordcount": "^6.0.1" } @@ -218,6 +218,13 @@ "@types/babel-types": "*" } }, + "node_modules/@types/trusted-types": { + "version": "2.0.7", + "resolved": "https://registry.npmmirror.com/@types/trusted-types/-/trusted-types-2.0.7.tgz", + "integrity": "sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==", + "license": "MIT", + "optional": true + }, "node_modules/a-sync-waterfall": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/a-sync-waterfall/-/a-sync-waterfall-1.0.1.tgz", @@ -2141,9 +2148,9 @@ } }, "node_modules/hexo-theme-butterfly": { - "version": "5.5.3", - "resolved": "https://registry.npmjs.org/hexo-theme-butterfly/-/hexo-theme-butterfly-5.5.3.tgz", - "integrity": "sha512-3VP/MYuO03I0svUqfccPlHYJHA53nf7tzfHdrul9BRqdxRerqGVY+QkOKKsCfEx88rQr/Ty4cFFNWXDBEdV2Kw==", + "version": "5.5.4", + "resolved": "https://registry.npmmirror.com/hexo-theme-butterfly/-/hexo-theme-butterfly-5.5.4.tgz", + "integrity": "sha512-gk953p0P1c8QQHBm6xZAoPsYZuIMWsZR+riwT7By+1ygnEv9ZlEWqFflbZbKiXEJWy8VZhkV63k7SiwyifCkSw==", "license": "Apache-2.0", "dependencies": { "hexo-renderer-pug": "^3.0.0", diff --git a/package.json b/package.json index 5a6c60d6..3d12ce77 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "hexo-renderer-pug": "^3.0.0", "hexo-renderer-stylus": "^3.0.1", "hexo-server": "^3.0.0", - "hexo-theme-butterfly": "^5.5.3", + "hexo-theme-butterfly": "^5.5.4", "hexo-theme-landscape": "^1.0.0", "hexo-wordcount": "^6.0.1" }