diff --git a/package-lock.json b/package-lock.json index bc95fb4..c108be9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "dependencies": { "hexo": "^8.1.2", - "hexo-comments-giscus": "^1.0.4", + "hexo-comments-giscus": "^1.0.5", "hexo-deployer-git": "^4.0.0", "hexo-generator-archive": "^2.0.0", "hexo-generator-category": "^2.0.0", @@ -1145,9 +1145,9 @@ } }, "node_modules/hexo-comments-giscus": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/hexo-comments-giscus/-/hexo-comments-giscus-1.0.4.tgz", - "integrity": "sha512-oYjc6IwOVYX9FuM4UgG47wfaOrUYC272jF51rp7UPqLGcM6EBjEsOpy7lGHsE2Fqq75eUCy/PomJ1eNG1180/Q==", + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/hexo-comments-giscus/-/hexo-comments-giscus-1.0.5.tgz", + "integrity": "sha512-qPGtbpfYMjzF962wPNIoIT62HvwtEYSXUXkP+Tzi7+EDZZboBjsohcAWSQCU8mK9jJ3Gv6QMygOy4GvJq3I41g==", "license": "MIT", "dependencies": { "hexo-generator-comments": "^1.0.6" diff --git a/package.json b/package.json index da55dfc..29f7c4c 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "hexo": "^8.1.2", - "hexo-comments-giscus": "^1.0.4", + "hexo-comments-giscus": "^1.0.5", "hexo-deployer-git": "^4.0.0", "hexo-generator-archive": "^2.0.0", "hexo-generator-category": "^2.0.0",