diff --git a/package-lock.json b/package-lock.json index 41fee38..96d43e5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,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" } }, @@ -172,7 +172,6 @@ } ], "license": "MIT", - "peer": true, "engines": { "node": ">=18" }, @@ -195,7 +194,6 @@ } ], "license": "MIT", - "peer": true, "engines": { "node": ">=18" } @@ -1512,9 +1510,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.npmjs.org/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", @@ -1944,7 +1942,6 @@ "resolved": "https://registry.npmmirror.com/js-yaml/-/js-yaml-4.1.0.tgz", "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", "license": "MIT", - "peer": true, "dependencies": { "argparse": "^2.0.1" }, @@ -2859,7 +2856,6 @@ "resolved": "https://registry.npmmirror.com/stylus/-/stylus-0.62.0.tgz", "integrity": "sha512-v3YCf31atbwJQIMtPNX8hcQ+okD4NQaTuKGUWfII8eaqn+3otrbttGL1zSMZAAtiPsBztQnujVBugg/cXFUpyg==", "license": "MIT", - "peer": true, "dependencies": { "@adobe/css-tools": "~4.3.1", "debug": "^4.3.2", diff --git a/package.json b/package.json index 6a140fa..73bc6f0 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": "^5.5.3", + "hexo-theme-butterfly": "^5.5.4", "hexo-theme-landscape": "^1.0.0" } }