From e9a1a9989796626c736e07f349b8a77384400d3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 03:41:08 +0000 Subject: [PATCH] chore(deps): bump hexo-theme-redefine from 2.6.4 to 2.8.1 Bumps [hexo-theme-redefine](https://github.com/EvanNotFound/hexo-theme-redefine) from 2.6.4 to 2.8.1. - [Release notes](https://github.com/EvanNotFound/hexo-theme-redefine/releases) - [Commits](https://github.com/EvanNotFound/hexo-theme-redefine/compare/v2.6.4...v2.8.1) --- updated-dependencies: - dependency-name: hexo-theme-redefine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 63 +++-------------------------------------------- package.json | 2 +- 2 files changed, 5 insertions(+), 60 deletions(-) diff --git a/package-lock.json b/package-lock.json index 83d4b0d..1af770d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "hexo-renderer-stylus": "^3.0.0", "hexo-server": "^3.0.0", "hexo-theme-landscape": "^1.0.0", - "hexo-theme-redefine": "^2.6.4", + "hexo-theme-redefine": "^2.8.1", "hexo-wordcount": "^6.0.1" } }, @@ -1048,12 +1048,9 @@ "integrity": "sha512-bWQJWMqQI78wWiJPQZq5pJBH20TM442ShCaHGRetuEgMraxH0OKxB3NTupJzNEkzEk8DV2yrdizkXdKN6i501A==" }, "node_modules/hexo-theme-redefine": { - "version": "2.6.4", - "resolved": "https://registry.npmjs.org/hexo-theme-redefine/-/hexo-theme-redefine-2.6.4.tgz", - "integrity": "sha512-XIvvXpOFhtM5NZHXl99TLRuhPVxgbZ9Tn+SCRQq4NeyEUQHeLFRTxHjBAMHOVhszIMmWXoxVBOFdySKffekj3A==", - "dependencies": { - "postcss": "^8.4.28" - } + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/hexo-theme-redefine/-/hexo-theme-redefine-2.8.1.tgz", + "integrity": "sha512-w1NAOZaQRaf9Lt4GHAGwfhC1YnIXfP8zL7jkqVH5carw7gnHCXXWkIowzR6vRdZpIe5or/GE08PbDCjx1Q19iw==" }, "node_modules/hexo-util": { "version": "3.3.0", @@ -1555,23 +1552,6 @@ "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" }, - "node_modules/nanoid": { - "version": "3.3.7", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz", - "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], - "bin": { - "nanoid": "bin/nanoid.cjs" - }, - "engines": { - "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" - } - }, "node_modules/negotiator": { "version": "0.6.3", "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz", @@ -1745,33 +1725,6 @@ "url": "https://github.com/sponsors/jonschlinkert" } }, - "node_modules/postcss": { - "version": "8.4.38", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.38.tgz", - "integrity": "sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A==", - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/postcss" - }, - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], - "dependencies": { - "nanoid": "^3.3.7", - "picocolors": "^1.0.0", - "source-map-js": "^1.2.0" - }, - "engines": { - "node": "^10 || ^12 || >=14" - } - }, "node_modules/pretty-hrtime": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/pretty-hrtime/-/pretty-hrtime-1.0.3.tgz", @@ -1995,14 +1948,6 @@ "node": ">=0.10.0" } }, - "node_modules/source-map-js": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.0.tgz", - "integrity": "sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==", - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/sprintf-js": { "version": "1.1.3", "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.3.tgz", diff --git a/package.json b/package.json index 4de9b4d..6d48848 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "hexo-renderer-stylus": "^3.0.0", "hexo-server": "^3.0.0", "hexo-theme-landscape": "^1.0.0", - "hexo-theme-redefine": "^2.6.4", + "hexo-theme-redefine": "^2.8.1", "hexo-wordcount": "^6.0.1" } }