From e14bd365321f8e203c039cf37f8d38fe693d6891 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 11:35:51 +0000 Subject: [PATCH] Bump hexo-theme-butterfly from 4.13.0 to 5.2.1 Bumps [hexo-theme-butterfly](https://github.com/jerryc127/hexo-theme-butterfly) from 4.13.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.13...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 | 48 ++++++++++++++++++++++++++++++++++------------- package.json | 2 +- pnpm-lock.yaml | 10 +++++----- 3 files changed, 41 insertions(+), 19 deletions(-) diff --git a/package-lock.json b/package-lock.json index d5777bd8..10079b23 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,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.1", "hexo-theme-landscape": "^1.0.0", "hexo-util": "^3.3.0", "hexo-wordcount": "^6.0.1" @@ -3646,6 +3646,21 @@ "node": ">=0.10.0" } }, + "node_modules/gitalk/node_modules/react-dom": { + "version": "15.7.0", + "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-15.7.0.tgz", + "integrity": "sha512-mpjXqC2t1FuYsILOLCj0kg6pbg460byZkVA/80VtDmKU/pYmoTdHOtaMcTRIDiyXLz4sIur0cQ04nOC6iGndJg==", + "peer": true, + "dependencies": { + "fbjs": "^0.8.9", + "loose-envify": "^1.1.0", + "object-assign": "^4.1.0", + "prop-types": "^15.5.10" + }, + "peerDependencies": { + "react": "^15.7.0" + } + }, "node_modules/gitalk/node_modules/react-flip-move": { "version": "2.9.14", "resolved": "https://registry.npmjs.org/react-flip-move/-/react-flip-move-2.9.14.tgz", @@ -4593,10 +4608,9 @@ } }, "node_modules/hexo-theme-butterfly": { - "version": "4.13.0", - "resolved": "https://registry.npmjs.org/hexo-theme-butterfly/-/hexo-theme-butterfly-4.13.0.tgz", - "integrity": "sha512-k4ufTKDrvfer0EI1E6xU5JTgS471KRyXRgRBxoUdqpTVvtY8CUnFrzh0qcxjb5WMPOark8sTCgHn/sEDIaG3Kw==", - "license": "Apache-2.0", + "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.1" @@ -6744,19 +6758,17 @@ } }, "node_modules/react-dom": { - "version": "15.7.0", - "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-15.7.0.tgz", - "integrity": "sha512-mpjXqC2t1FuYsILOLCj0kg6pbg460byZkVA/80VtDmKU/pYmoTdHOtaMcTRIDiyXLz4sIur0cQ04nOC6iGndJg==", - "license": "MIT", + "version": "18.3.1", + "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.3.1.tgz", + "integrity": "sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==", + "optional": true, "peer": true, "dependencies": { - "fbjs": "^0.8.9", "loose-envify": "^1.1.0", - "object-assign": "^4.1.0", - "prop-types": "^15.5.10" + "scheduler": "^0.23.2" }, "peerDependencies": { - "react": "^15.7.0" + "react": "^18.3.1" } }, "node_modules/react-is": { @@ -6991,6 +7003,16 @@ "node": ">=v12.22.7" } }, + "node_modules/scheduler": { + "version": "0.23.2", + "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.2.tgz", + "integrity": "sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==", + "optional": true, + "peer": true, + "dependencies": { + "loose-envify": "^1.1.0" + } + }, "node_modules/search-insights": { "version": "2.17.2", "resolved": "https://registry.npmjs.org/search-insights/-/search-insights-2.17.2.tgz", diff --git a/package.json b/package.json index f508f061..79769c75 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,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.1", "hexo-theme-landscape": "^1.0.0", "hexo-util": "^3.3.0", "hexo-wordcount": "^6.0.1" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c3133103..c08e0242 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -63,8 +63,8 @@ importers: specifier: ^3.0.0 version: 3.0.0 hexo-theme-butterfly: - specifier: ^4.13.0 - version: 4.13.0 + specifier: ^5.2.1 + version: 5.2.1 hexo-theme-landscape: specifier: ^1.0.0 version: 1.0.0 @@ -1344,8 +1344,8 @@ packages: resolution: {integrity: sha512-u4s0ty9Aew6jV+a9oMrXBwhrRpUQ0U8PWM/88a5aHgDru58VY81mVrxOFxs788NAsWQ8OvsJtF5m7mnXoRnSIA==} engines: {node: '>=12.13.0'} - hexo-theme-butterfly@4.13.0: - resolution: {integrity: sha512-k4ufTKDrvfer0EI1E6xU5JTgS471KRyXRgRBxoUdqpTVvtY8CUnFrzh0qcxjb5WMPOark8sTCgHn/sEDIaG3Kw==} + hexo-theme-butterfly@5.2.1: + resolution: {integrity: sha512-XhYSbvCcNRaK8fKpxGCadosK8A30BQe4YvvJWuYRTJ7Be6h3bzIcYgdgGPgpBrC5e8MLUfQ4PtJvQkhe0cUCOA==} hexo-theme-landscape@1.0.0: resolution: {integrity: sha512-bWQJWMqQI78wWiJPQZq5pJBH20TM442ShCaHGRetuEgMraxH0OKxB3NTupJzNEkzEk8DV2yrdizkXdKN6i501A==} @@ -4137,7 +4137,7 @@ snapshots: transitivePeerDependencies: - supports-color - hexo-theme-butterfly@4.13.0: + hexo-theme-butterfly@5.2.1: dependencies: hexo-renderer-pug: 3.0.0 hexo-renderer-stylus: 3.0.1