diff --git a/package-lock.json b/package-lock.json index 78ef924..7236909 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2885,18 +2885,17 @@ } }, "hexo-generator-index": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/hexo-generator-index/-/hexo-generator-index-2.0.0.tgz", - "integrity": "sha512-q/29Vj9BZs0dwBcF+s9IT8ymS4aYZsDwBEYDnh96C8tsX+KPY5v6TzCdttz58BchifaJpP/l9mi6u9rZuYqA0g==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/hexo-generator-index/-/hexo-generator-index-3.0.0.tgz", + "integrity": "sha512-83AuNN4cWdLVi//3ugR8E3kR6rrOwhXZt+hOCm1IjtIGj353/GlrtpMHpqZHU5kqipzj4miy9dweVdukXglVWw==", "requires": { - "hexo-pagination": "1.0.0", - "timsort": "^0.3.0" + "hexo-pagination": "3.0.0" }, "dependencies": { "hexo-pagination": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/hexo-pagination/-/hexo-pagination-1.0.0.tgz", - "integrity": "sha512-miEVFgxchPr2qNWxw0JWpJ9R/Yaf7HjHBZVjvCCcqfbsLyYtCvIfJDxcEwz1sDOC/fLzYPqNnhUI73uNxBHRSA==" + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/hexo-pagination/-/hexo-pagination-3.0.0.tgz", + "integrity": "sha512-8oo1iozloZo7TojPVYg4IxL3SJKCBdSJ908fTlIxIK7TWJIKdYnQlW31+12DBJ0NhVZA/lZisPObGF08wT8fKw==" } } }, @@ -5853,11 +5852,6 @@ "resolved": "https://registry.npmjs.org/timed-out/-/timed-out-4.0.1.tgz", "integrity": "sha1-8y6srFoXW+ol1/q1Zas+2HQe9W8=" }, - "timsort": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/timsort/-/timsort-0.3.0.tgz", - "integrity": "sha1-QFQRqOfmM5/mTbmiNN4R3DHgK9Q=" - }, "titlecase": { "version": "1.1.3", "resolved": "https://registry.npmjs.org/titlecase/-/titlecase-1.1.3.tgz", diff --git a/package.json b/package.json index abf4667..198ed4f 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "hexo-generator-archive": "^1.0.0", "hexo-generator-category": "^1.0.0", "hexo-generator-feed": "^3.0.0", - "hexo-generator-index": "^2.0.0", + "hexo-generator-index": "^3.0.0", "hexo-generator-json-content": "^4.2.3", "hexo-generator-seo-friendly-sitemap": "0.2.1", "hexo-generator-tag": "^1.0.0", diff --git a/yarn.lock b/yarn.lock index 9f09687..7c48dd6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1666,12 +1666,11 @@ hexo-generator-feed@^3.0.0: hexo-util "^2.1.0" nunjucks "^3.0.0" -hexo-generator-index@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/hexo-generator-index/-/hexo-generator-index-2.0.0.tgz#15e71f4d28ee9d2172e2d77e8d1dba04882edc8f" +hexo-generator-index@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/hexo-generator-index/-/hexo-generator-index-3.0.0.tgz#4c9233731e027a6af6491886a4aafe08ffdaffe0" dependencies: - hexo-pagination "1.0.0" - timsort "^0.3.0" + hexo-pagination "3.0.0" hexo-generator-json-content@^4.2.3: version "4.2.3" @@ -1737,6 +1736,10 @@ hexo-pagination@1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/hexo-pagination/-/hexo-pagination-1.0.0.tgz#c9c0ca3665267b9e9d0a89fc3edcaf3276907dc1" +hexo-pagination@3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/hexo-pagination/-/hexo-pagination-3.0.0.tgz#b98b050bbddff25ae646e3d00ad607ac6ae77ea7" + hexo-pagination@^0.0.2: version "0.0.2" resolved "https://registry.yarnpkg.com/hexo-pagination/-/hexo-pagination-0.0.2.tgz#8cf470c7db0de5b18a3926a76deb194015df7f2b" @@ -3710,10 +3713,6 @@ timed-out@^4.0.0, timed-out@^4.0.1: version "4.0.1" resolved "https://registry.yarnpkg.com/timed-out/-/timed-out-4.0.1.tgz#f32eacac5a175bea25d7fab565ab3ed8741ef56f" -timsort@^0.3.0: - version "0.3.0" - resolved "https://registry.yarnpkg.com/timsort/-/timsort-0.3.0.tgz#405411a8e7e6339fe64db9a234de11dc31e02bd4" - titlecase@^1.1.2: version "1.1.2" resolved "https://registry.yarnpkg.com/titlecase/-/titlecase-1.1.2.tgz#78113d1108086b8326331a3247dea8f5a49ea853"