diff --git a/package-lock.json b/package-lock.json index 2f33c74..63dd935 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "hexo-all-minifier": "^0.5.7", "hexo-baidu-url-submit": "^0.0.6", "hexo-deployer-git": "^3.0.0", - "hexo-generator-archive": "^1.0.0", + "hexo-generator-archive": "^2.0.0", "hexo-generator-baidu-sitemap": "^0.1.9", "hexo-generator-category": "^1.0.0", "hexo-generator-index": "^2.0.0", @@ -2946,14 +2946,22 @@ } }, "node_modules/hexo-generator-archive": { - "version": "1.0.0", - "resolved": "https://registry.npm.taobao.org/hexo-generator-archive/download/hexo-generator-archive-1.0.0.tgz", - "integrity": "sha1-rSr7EiMqZeL4YI/Byj8ZFi+2N4Y=", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/hexo-generator-archive/-/hexo-generator-archive-2.0.0.tgz", + "integrity": "sha512-KikJk7dGFbtNHOgqtLFGf5T/S8n1paGp+Gy0KfVDz+HKYhGbXOouyiZkmc3O9KrYt6ja14rmkMhq7KKGtvfehw==", "dependencies": { - "hexo-pagination": "1.0.0" + "hexo-pagination": "3.0.0" }, "engines": { - "node": ">=8.6.0" + "node": ">=14" + } + }, + "node_modules/hexo-generator-archive/node_modules/hexo-pagination": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/hexo-pagination/-/hexo-pagination-3.0.0.tgz", + "integrity": "sha512-8oo1iozloZo7TojPVYg4IxL3SJKCBdSJ908fTlIxIK7TWJIKdYnQlW31+12DBJ0NhVZA/lZisPObGF08wT8fKw==", + "engines": { + "node": ">=14" } }, "node_modules/hexo-generator-baidu-sitemap": { @@ -10460,11 +10468,18 @@ } }, "hexo-generator-archive": { - "version": "1.0.0", - "resolved": "https://registry.npm.taobao.org/hexo-generator-archive/download/hexo-generator-archive-1.0.0.tgz", - "integrity": "sha1-rSr7EiMqZeL4YI/Byj8ZFi+2N4Y=", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/hexo-generator-archive/-/hexo-generator-archive-2.0.0.tgz", + "integrity": "sha512-KikJk7dGFbtNHOgqtLFGf5T/S8n1paGp+Gy0KfVDz+HKYhGbXOouyiZkmc3O9KrYt6ja14rmkMhq7KKGtvfehw==", "requires": { - "hexo-pagination": "1.0.0" + "hexo-pagination": "3.0.0" + }, + "dependencies": { + "hexo-pagination": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/hexo-pagination/-/hexo-pagination-3.0.0.tgz", + "integrity": "sha512-8oo1iozloZo7TojPVYg4IxL3SJKCBdSJ908fTlIxIK7TWJIKdYnQlW31+12DBJ0NhVZA/lZisPObGF08wT8fKw==" + } } }, "hexo-generator-baidu-sitemap": { @@ -11197,6 +11212,7 @@ }, "hexo-next-valine": { "version": "git+ssh://git@github.com/next-theme/hexo-next-valine.git#a4a3691cdb505ccfbece2015ab9c877a1f93c2ff", + "integrity": "sha512-+/JE4K9PDfJyki2Q2BRDsYGXIFQTe11AJbQF6yqgeykOFJbwEC747kNaTEmS13U974wkjX95bcB4TdGD0vwNXw==", "from": "hexo-next-valine@github:next-theme/hexo-next-valine", "requires": { "@next-theme/utils": "^1.1.0" diff --git a/package.json b/package.json index 7bfe298..5b7d34f 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "hexo-all-minifier": "^0.5.7", "hexo-baidu-url-submit": "^0.0.6", "hexo-deployer-git": "^3.0.0", - "hexo-generator-archive": "^1.0.0", + "hexo-generator-archive": "^2.0.0", "hexo-generator-baidu-sitemap": "^0.1.9", "hexo-generator-category": "^1.0.0", "hexo-generator-index": "^2.0.0",