From 7b91e472e75567177041f0597427f5847c4c39b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 20:51:44 +0000 Subject: [PATCH] Bump hexo-theme-butterfly from 4.9.0 to 5.2.1 Bumps [hexo-theme-butterfly](https://github.com/jerryc127/hexo-theme-butterfly) from 4.9.0 to 5.2.1. - [Release notes](https://github.com/jerryc127/hexo-theme-butterfly/releases) - [Commits](https://github.com/jerryc127/hexo-theme-butterfly/compare/4.9.0...5.2.1) --- 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 | 38 +++++++++++++++++++++++--------------- package.json | 2 +- 2 files changed, 24 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index c7cac19..8682ae4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "hexo-renderer-pug": "^3.0.0", "hexo-renderer-stylus": "^2.0.1", "hexo-server": "^3.0.0", - "hexo-theme-butterfly": "^4.1.0", + "hexo-theme-butterfly": "^5.2.1", "hexo-theme-landscape": "^0.0.3", "hexo-theme-stellar": "^1.29.1" } @@ -1658,43 +1658,48 @@ } }, "node_modules/hexo-theme-butterfly": { - "version": "4.9.0", - "resolved": "https://registry.npmmirror.com/hexo-theme-butterfly/-/hexo-theme-butterfly-4.9.0.tgz", - "integrity": "sha512-/aWtJJm90s/Z8RnnJm3U1wH05KTNtUz49TS7Wk8ItPRt2L4+tSIh1h7PPslwEJ5YpNfQH9DUZ7eHf4SzBIQj1w==", + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/hexo-theme-butterfly/-/hexo-theme-butterfly-5.2.1.tgz", + "integrity": "sha512-XhYSbvCcNRaK8fKpxGCadosK8A30BQe4YvvJWuYRTJ7Be6h3bzIcYgdgGPgpBrC5e8MLUfQ4PtJvQkhe0cUCOA==", "dependencies": { "hexo-renderer-pug": "^3.0.0", - "hexo-renderer-stylus": "^3.0.0" + "hexo-renderer-stylus": "^3.0.1" } }, "node_modules/hexo-theme-butterfly/node_modules/hexo-renderer-stylus": { - "version": "3.0.0", - "resolved": "https://registry.npmmirror.com/hexo-renderer-stylus/-/hexo-renderer-stylus-3.0.0.tgz", - "integrity": "sha512-wgKOcjUzq1i4Y70luoyYDbh91QeQcDzJO+v1598LgY+IdREFAm+vy1MWtl/TZsVXyPaEtsULNi3Vi22hdsPUSA==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/hexo-renderer-stylus/-/hexo-renderer-stylus-3.0.1.tgz", + "integrity": "sha512-cFm8ZwShBBeFcQwOXc8EK7lIZnSYVD6OJykdL4GBw99hxc4eD5Hlsi32nRzE8sgKv00jhX1s9Da3GVVFMPAVQg==", "dependencies": { "nib": "^1.2.0", - "stylus": "^0.59.0" + "stylus": "^0.62.0" }, "engines": { "node": ">=14" } }, + "node_modules/hexo-theme-butterfly/node_modules/sax": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/sax/-/sax-1.3.0.tgz", + "integrity": "sha512-0s+oAmw9zLl1V1cS9BtZN7JAd0cW5e0QH4W3LWEK6a4LaLEA2OTpGYWDY+6XasBLtz6wkm3u1xRw95mRuJ59WA==" + }, "node_modules/hexo-theme-butterfly/node_modules/source-map": { "version": "0.7.4", - "resolved": "https://registry.npmmirror.com/source-map/-/source-map-0.7.4.tgz", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz", "integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==", "engines": { "node": ">= 8" } }, "node_modules/hexo-theme-butterfly/node_modules/stylus": { - "version": "0.59.0", - "resolved": "https://registry.npmmirror.com/stylus/-/stylus-0.59.0.tgz", - "integrity": "sha512-lQ9w/XIOH5ZHVNuNbWW8D822r+/wBSO/d6XvtyHLF7LW4KaCIDeVbvn5DF8fGCJAUCwVhVi/h6J0NUcnylUEjg==", + "version": "0.62.0", + "resolved": "https://registry.npmjs.org/stylus/-/stylus-0.62.0.tgz", + "integrity": "sha512-v3YCf31atbwJQIMtPNX8hcQ+okD4NQaTuKGUWfII8eaqn+3otrbttGL1zSMZAAtiPsBztQnujVBugg/cXFUpyg==", "dependencies": { - "@adobe/css-tools": "^4.0.1", + "@adobe/css-tools": "~4.3.1", "debug": "^4.3.2", "glob": "^7.1.6", - "sax": "~1.2.4", + "sax": "~1.3.0", "source-map": "^0.7.3" }, "bin": { @@ -1702,6 +1707,9 @@ }, "engines": { "node": "*" + }, + "funding": { + "url": "https://opencollective.com/stylus" } }, "node_modules/hexo-theme-landscape": { diff --git a/package.json b/package.json index bd97c45..d4aa574 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "hexo-renderer-pug": "^3.0.0", "hexo-renderer-stylus": "^2.0.1", "hexo-server": "^3.0.0", - "hexo-theme-butterfly": "^4.1.0", + "hexo-theme-butterfly": "^5.2.1", "hexo-theme-landscape": "^0.0.3", "hexo-theme-stellar": "^1.29.1" }