diff --git a/package-lock.json b/package-lock.json index e5bd811..eb16834 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "dependencies": { "@neilsustc/markdown-it-katex": "^1.0.0", - "hexo": "^6.2.0", + "hexo": "^6.3.0", "hexo-abbrlink": "^2.2.1", "hexo-baidu-url-submit": "^0.0.6", "hexo-deployer-git": "^3.0.0", @@ -2259,9 +2259,9 @@ } }, "node_modules/hexo": { - "version": "6.2.0", - "resolved": "https://registry.npmmirror.com/hexo/-/hexo-6.2.0.tgz", - "integrity": "sha512-HOpt3vUOz/T0rWTDb/CtWuBJwYARPwbpvGwsaz0RPu/l5I6AmKE+UA0lJZf14iPS3JIt/HiOcTZ3Qz22A+PE8w==", + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/hexo/-/hexo-6.3.0.tgz", + "integrity": "sha512-4Jq+rWd8sYvR1YdIQyndN/9WboQ/Mqm6eax8CjrjO+ePFm2oMVafSOx9WEyJ42wcLOHjfyMfnlQhnUuNmJIpPg==", "dependencies": { "abbrev": "^1.1.1", "archy": "^1.0.0", @@ -2270,8 +2270,8 @@ "hexo-front-matter": "^3.0.0", "hexo-fs": "^3.1.0", "hexo-i18n": "^1.0.0", - "hexo-log": "^3.0.0", - "hexo-util": "^2.6.1", + "hexo-log": "^3.2.0", + "hexo-util": "^2.7.0", "js-yaml": "^4.1.0", "js-yaml-js-types": "^1.0.0", "micromatch": "^4.0.4", @@ -2286,13 +2286,17 @@ "text-table": "^0.2.0", "tildify": "^2.0.0", "titlecase": "^1.1.3", - "warehouse": "^4.0.1" + "warehouse": "^4.0.2" }, "bin": { "hexo": "bin/hexo" }, "engines": { "node": ">=12.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/hexo" } }, "node_modules/hexo-abbrlink": { @@ -10190,9 +10194,9 @@ "integrity": "sha512-UqBRqi4ju7T+TqGNdqAO0PaSVGsDGJUBQvk9eUWNGRY1CFGDzYhLWoM7JQEemnlvVcv/YEmc2wNW8BC24EnUsw==" }, "hexo": { - "version": "6.2.0", - "resolved": "https://registry.npmmirror.com/hexo/-/hexo-6.2.0.tgz", - "integrity": "sha512-HOpt3vUOz/T0rWTDb/CtWuBJwYARPwbpvGwsaz0RPu/l5I6AmKE+UA0lJZf14iPS3JIt/HiOcTZ3Qz22A+PE8w==", + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/hexo/-/hexo-6.3.0.tgz", + "integrity": "sha512-4Jq+rWd8sYvR1YdIQyndN/9WboQ/Mqm6eax8CjrjO+ePFm2oMVafSOx9WEyJ42wcLOHjfyMfnlQhnUuNmJIpPg==", "requires": { "abbrev": "^1.1.1", "archy": "^1.0.0", @@ -10201,8 +10205,8 @@ "hexo-front-matter": "^3.0.0", "hexo-fs": "^3.1.0", "hexo-i18n": "^1.0.0", - "hexo-log": "^3.0.0", - "hexo-util": "^2.6.1", + "hexo-log": "^3.2.0", + "hexo-util": "^2.7.0", "js-yaml": "^4.1.0", "js-yaml-js-types": "^1.0.0", "micromatch": "^4.0.4", @@ -10217,7 +10221,7 @@ "text-table": "^0.2.0", "tildify": "^2.0.0", "titlecase": "^1.1.3", - "warehouse": "^4.0.1" + "warehouse": "^4.0.2" } }, "hexo-abbrlink": { diff --git a/package.json b/package.json index c396b20..beb577e 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ }, "dependencies": { "@neilsustc/markdown-it-katex": "^1.0.0", - "hexo": "^6.2.0", + "hexo": "^6.3.0", "hexo-abbrlink": "^2.2.1", "hexo-baidu-url-submit": "^0.0.6", "hexo-deployer-git": "^3.0.0",