From 16bce4369e1de84144ee1c2b2b251e0cba7ef2a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 04:40:14 +0000 Subject: [PATCH] Bump hexo from 8.1.1 to 8.1.2 Bumps [hexo](https://github.com/hexojs/hexo) from 8.1.1 to 8.1.2. - [Release notes](https://github.com/hexojs/hexo/releases) - [Commits](https://github.com/hexojs/hexo/compare/v8.1.1...v8.1.2) --- updated-dependencies: - dependency-name: hexo dependency-version: 8.1.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 29 +++++++++++++++++++++++++---- package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 30 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 883fc1d..28ee19b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "hexo-site", "version": "0.0.0", "dependencies": { - "hexo": "^8.1.1", + "hexo": "^8.1.2", "hexo-deployer-git": "^4.0.0", "hexo-generator-archive": "^2.0.0", "hexo-generator-category": "^2.0.0", @@ -150,6 +150,13 @@ "node": ">=18" } }, + "node_modules/@types/trusted-types": { + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/@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", @@ -893,6 +900,20 @@ "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", "license": "ISC" }, + "node_modules/fsevents": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", + "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", + "hasInstallScript": true, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": "^8.16.0 || ^10.6.0 || >=11.0.0" + } + }, "node_modules/function-bind": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", @@ -1038,9 +1059,9 @@ } }, "node_modules/hexo": { - "version": "8.1.1", - "resolved": "https://registry.npmjs.org/hexo/-/hexo-8.1.1.tgz", - "integrity": "sha512-UnzT4ImjKzMMuVRsvudxrl7MkdZwKe4S9xJN5pQPK9c+K0G+fLFb9kB6CqZZwj2E5ne+QK0ls4XMKqTUbNR3RQ==", + "version": "8.1.2", + "resolved": "https://registry.npmjs.org/hexo/-/hexo-8.1.2.tgz", + "integrity": "sha512-gmpNwL1KnbK12q551ZhGxqvSw8M88ZSjFKOhx6ybUYz1phjPdwGewMgBgwGmjcVcIYFq6tWQAv1MRil/sBrPHQ==", "license": "MIT", "dependencies": { "abbrev": "^3.0.0", diff --git a/package.json b/package.json index 41a0ffa..b0fcf13 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "version": "7.3.0" }, "dependencies": { - "hexo": "^8.1.1", + "hexo": "^8.1.2", "hexo-deployer-git": "^4.0.0", "hexo-generator-archive": "^2.0.0", "hexo-generator-category": "^2.0.0", diff --git a/yarn.lock b/yarn.lock index e952c5c..c8687f6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -829,10 +829,10 @@ hexo-util@^4.0.0: prismjs "^1.29.0" strip-indent "^3.0.0" -hexo@^8.1.1: - version "8.1.1" - resolved "https://registry.yarnpkg.com/hexo/-/hexo-8.1.1.tgz#fecd2e64b3eaaf281e49bcf82664871277d4114e" - integrity sha512-UnzT4ImjKzMMuVRsvudxrl7MkdZwKe4S9xJN5pQPK9c+K0G+fLFb9kB6CqZZwj2E5ne+QK0ls4XMKqTUbNR3RQ== +hexo@^8.1.2: + version "8.1.2" + resolved "https://registry.yarnpkg.com/hexo/-/hexo-8.1.2.tgz#29d9d5d3281d85d59dfe05af93299f95a0e9f6a7" + integrity sha512-gmpNwL1KnbK12q551ZhGxqvSw8M88ZSjFKOhx6ybUYz1phjPdwGewMgBgwGmjcVcIYFq6tWQAv1MRil/sBrPHQ== dependencies: abbrev "^3.0.0" bluebird "^3.7.2"