diff --git a/package-lock.json b/package-lock.json index aa66561..f077cd0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "hexo-renderer-stylus": "^3.0.1", "hexo-server": "^3.0.0", "hexo-theme-landscape": "^1.0.0", - "hexo-theme-next": "^8.21.1" + "hexo-theme-next": "^8.27.0" } }, "node_modules/@adobe/css-tools": { @@ -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.npmmirror.com/a-sync-waterfall/-/a-sync-waterfall-1.0.1.tgz", @@ -890,6 +897,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.npmmirror.com/function-bind/-/function-bind-1.1.2.tgz", @@ -1274,9 +1295,9 @@ "license": "MIT" }, "node_modules/hexo-theme-next": { - "version": "8.21.1", - "resolved": "https://registry.npmmirror.com/hexo-theme-next/-/hexo-theme-next-8.21.1.tgz", - "integrity": "sha512-837Ycl/LWvp3CH7MhROComTncy23FuhSHkIIh418iTaU5Nc88tgb5aXtq53nD1eUgbKKMdmBm6AJBgr8FAGP2g==", + "version": "8.27.0", + "resolved": "https://registry.npmjs.org/hexo-theme-next/-/hexo-theme-next-8.27.0.tgz", + "integrity": "sha512-5rD5njY+u3ThgD3jwz/4tQhgCJPxWJ5tBshOl+IHv04UlY76/UjUn8fEamJUVcznbmPqEVQ/fv5ED+6Y6v5B2Q==", "license": "AGPL-3.0-only" }, "node_modules/hexo-util": { diff --git a/package.json b/package.json index ca0dc7f..c4b5ede 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,6 @@ "hexo-renderer-stylus": "^3.0.1", "hexo-server": "^3.0.0", "hexo-theme-landscape": "^1.0.0", - "hexo-theme-next": "^8.21.1" + "hexo-theme-next": "^8.27.0" } } \ No newline at end of file diff --git a/yarn.lock b/yarn.lock index 0f2efa1..1497a3e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -629,10 +629,10 @@ hexo-theme-landscape@^1.0.0: resolved "https://registry.npmmirror.com/hexo-theme-landscape/-/hexo-theme-landscape-1.0.0.tgz" integrity sha512-bWQJWMqQI78wWiJPQZq5pJBH20TM442ShCaHGRetuEgMraxH0OKxB3NTupJzNEkzEk8DV2yrdizkXdKN6i501A== -hexo-theme-next@^8.21.1: - version "8.21.1" - resolved "https://registry.npmmirror.com/hexo-theme-next/-/hexo-theme-next-8.21.1.tgz" - integrity sha512-837Ycl/LWvp3CH7MhROComTncy23FuhSHkIIh418iTaU5Nc88tgb5aXtq53nD1eUgbKKMdmBm6AJBgr8FAGP2g== +hexo-theme-next@^8.27.0: + version "8.27.0" + resolved "https://registry.yarnpkg.com/hexo-theme-next/-/hexo-theme-next-8.27.0.tgz#2569ffb02c88cfce553b7c0ecdc0533bfaa5d606" + integrity sha512-5rD5njY+u3ThgD3jwz/4tQhgCJPxWJ5tBshOl+IHv04UlY76/UjUn8fEamJUVcznbmPqEVQ/fv5ED+6Y6v5B2Q== hexo-util@^3.0.1, hexo-util@^3.1.0, hexo-util@^3.3.0: version "3.3.0"