diff --git a/package-lock.json b/package-lock.json index a44aba7..d85e546 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "hexo-renderer-marked": "^5.0.0", "hexo-renderer-stylus": "^2.1.0", "hexo-server": "^3.0.0", - "hexo-theme-icarus": "^5.0.0-rc.1", + "hexo-theme-icarus": "^5.1.1", "hexo-theme-landscape": "^0.0.3" } }, @@ -1807,9 +1807,9 @@ "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" }, "node_modules/ajv": { - "version": "8.11.0", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.11.0.tgz", - "integrity": "sha512-wGgprdCvMalC0BztXvitD2hC04YffAvtsUn93JbGXYLAtCUO4xd17mCCZQxUOItiBwZvJScWo8NIvQMQ71rdpg==", + "version": "8.11.2", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.11.2.tgz", + "integrity": "sha512-E4bfmKAhGiSTvMfL1Myyycaub+cUEU2/IvpylXkUu7CHBkBj1f/ikdzbD7YQ6FKUbixDxeYvB/xY4fvyroDlQg==", "dependencies": { "fast-deep-equal": "^3.1.1", "json-schema-traverse": "^1.0.0", @@ -2939,11 +2939,14 @@ } }, "node_modules/hexo-component-inferno": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/hexo-component-inferno/-/hexo-component-inferno-1.1.0.tgz", - "integrity": "sha512-oLiPxrhO/KMU4kGrgVAF3R4DWdRjMXiD7qV7rDaSaMpADP4Nq0EJGvHVas4rzzx2WTQ5AZpGyB74jNV60PKfMA==", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/hexo-component-inferno/-/hexo-component-inferno-2.0.2.tgz", + "integrity": "sha512-MNhOBt6FrDuT5/78pi4NW3SDKKR/+SXK5qd4S3+T+uVzBCG6hEUa0dbUIBT07bgaz4e+j2f0PIxWC8yWKBoE5A==", "dependencies": { "ajv": "^8.8.2", + "hexo": "^6.0.0", + "hexo-pagination": "^2.0.0", + "hexo-util": "^2.2.0", "inferno": "^7.3.3", "inferno-create-element": "^7.3.3", "js-yaml": "^4.1.0", @@ -2952,17 +2955,12 @@ }, "engines": { "node": ">=12.4.0" - }, - "peerDependencies": { - "hexo": "^6.0.0", - "hexo-pagination": "^2.0.0", - "hexo-util": "^2.2.0" } }, "node_modules/hexo-component-inferno/node_modules/semver": { - "version": "7.3.7", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.7.tgz", - "integrity": "sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==", + "version": "7.3.8", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.8.tgz", + "integrity": "sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==", "dependencies": { "lru-cache": "^6.0.0" }, @@ -3117,7 +3115,6 @@ "version": "2.0.0", "resolved": "https://registry.npmjs.org/hexo-pagination/-/hexo-pagination-2.0.0.tgz", "integrity": "sha512-ZZQli5UwFWTW6bJNF4zwp2PCeGsipgoPxadud8+cPPxvygTP5GjTS5eVWcUTcfEaCluP+O1maxZCCWmYQoJkiQ==", - "peer": true, "engines": { "node": ">=10.13.0" } @@ -3195,12 +3192,19 @@ } }, "node_modules/hexo-theme-icarus": { - "version": "5.0.0-rc.1", - "resolved": "https://registry.npmjs.org/hexo-theme-icarus/-/hexo-theme-icarus-5.0.0-rc.1.tgz", - "integrity": "sha512-l4ruGtdUzkrWXgiCudo+CvcACc6dPVx5o9tANmpPrIYjEiZ4+c6mtPb5iQy7LxGT3CiCXengjQXkdjKl1rrZRQ==", + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/hexo-theme-icarus/-/hexo-theme-icarus-5.1.1.tgz", + "integrity": "sha512-LW1J5DBdvnqKuSmeB4oHYrPHO/CyOPZiLxKvLnWG79uC2Tv8VCXttmdK9Ar2Zj3i4GjNdrtkuk6Z0Gp/3d6A8A==", "dependencies": { + "bulma-stylus": "0.8.0", "deepmerge": "^4.2.2", - "hexo-component-inferno": "^1.0.2", + "hexo": "^6.0.0", + "hexo-component-inferno": "^2.0.2", + "hexo-log": "^3.0.0", + "hexo-pagination": "^2.0.0", + "hexo-renderer-inferno": "^0.1.3", + "hexo-renderer-stylus": "^2.0.0", + "hexo-util": "^2.4.0", "inferno": "^7.3.3", "inferno-create-element": "^7.3.3", "moment": "^2.22.2", @@ -3208,15 +3212,6 @@ }, "engines": { "node": ">=12.4.0" - }, - "peerDependencies": { - "bulma-stylus": "0.8.0", - "hexo": "^6.0.0", - "hexo-log": "^3.0.0", - "hexo-pagination": "^2.0.0", - "hexo-renderer-inferno": "^0.1.3", - "hexo-renderer-stylus": "^2.0.0", - "hexo-util": "^2.4.0" } }, "node_modules/hexo-theme-landscape": { @@ -6167,9 +6162,9 @@ } }, "ajv": { - "version": "8.11.0", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.11.0.tgz", - "integrity": "sha512-wGgprdCvMalC0BztXvitD2hC04YffAvtsUn93JbGXYLAtCUO4xd17mCCZQxUOItiBwZvJScWo8NIvQMQ71rdpg==", + "version": "8.11.2", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.11.2.tgz", + "integrity": "sha512-E4bfmKAhGiSTvMfL1Myyycaub+cUEU2/IvpylXkUu7CHBkBj1f/ikdzbD7YQ6FKUbixDxeYvB/xY4fvyroDlQg==", "requires": { "fast-deep-equal": "^3.1.1", "json-schema-traverse": "^1.0.0", @@ -7003,11 +6998,14 @@ } }, "hexo-component-inferno": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/hexo-component-inferno/-/hexo-component-inferno-1.1.0.tgz", - "integrity": "sha512-oLiPxrhO/KMU4kGrgVAF3R4DWdRjMXiD7qV7rDaSaMpADP4Nq0EJGvHVas4rzzx2WTQ5AZpGyB74jNV60PKfMA==", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/hexo-component-inferno/-/hexo-component-inferno-2.0.2.tgz", + "integrity": "sha512-MNhOBt6FrDuT5/78pi4NW3SDKKR/+SXK5qd4S3+T+uVzBCG6hEUa0dbUIBT07bgaz4e+j2f0PIxWC8yWKBoE5A==", "requires": { "ajv": "^8.8.2", + "hexo": "^6.0.0", + "hexo-pagination": "^2.0.0", + "hexo-util": "^2.2.0", "inferno": "^7.3.3", "inferno-create-element": "^7.3.3", "js-yaml": "^4.1.0", @@ -7016,9 +7014,9 @@ }, "dependencies": { "semver": { - "version": "7.3.7", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.7.tgz", - "integrity": "sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==", + "version": "7.3.8", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.8.tgz", + "integrity": "sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==", "requires": { "lru-cache": "^6.0.0" } @@ -7137,8 +7135,7 @@ "hexo-pagination": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/hexo-pagination/-/hexo-pagination-2.0.0.tgz", - "integrity": "sha512-ZZQli5UwFWTW6bJNF4zwp2PCeGsipgoPxadud8+cPPxvygTP5GjTS5eVWcUTcfEaCluP+O1maxZCCWmYQoJkiQ==", - "peer": true + "integrity": "sha512-ZZQli5UwFWTW6bJNF4zwp2PCeGsipgoPxadud8+cPPxvygTP5GjTS5eVWcUTcfEaCluP+O1maxZCCWmYQoJkiQ==" }, "hexo-renderer-ejs": { "version": "2.0.0", @@ -7198,12 +7195,19 @@ } }, "hexo-theme-icarus": { - "version": "5.0.0-rc.1", - "resolved": "https://registry.npmjs.org/hexo-theme-icarus/-/hexo-theme-icarus-5.0.0-rc.1.tgz", - "integrity": "sha512-l4ruGtdUzkrWXgiCudo+CvcACc6dPVx5o9tANmpPrIYjEiZ4+c6mtPb5iQy7LxGT3CiCXengjQXkdjKl1rrZRQ==", + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/hexo-theme-icarus/-/hexo-theme-icarus-5.1.1.tgz", + "integrity": "sha512-LW1J5DBdvnqKuSmeB4oHYrPHO/CyOPZiLxKvLnWG79uC2Tv8VCXttmdK9Ar2Zj3i4GjNdrtkuk6Z0Gp/3d6A8A==", "requires": { + "bulma-stylus": "0.8.0", "deepmerge": "^4.2.2", - "hexo-component-inferno": "^1.0.2", + "hexo": "^6.0.0", + "hexo-component-inferno": "^2.0.2", + "hexo-log": "^3.0.0", + "hexo-pagination": "^2.0.0", + "hexo-renderer-inferno": "^0.1.3", + "hexo-renderer-stylus": "^2.0.0", + "hexo-util": "^2.4.0", "inferno": "^7.3.3", "inferno-create-element": "^7.3.3", "moment": "^2.22.2", diff --git a/package.json b/package.json index 89a1093..2a7e3fa 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "hexo-renderer-marked": "^5.0.0", "hexo-renderer-stylus": "^2.1.0", "hexo-server": "^3.0.0", - "hexo-theme-icarus": "^5.0.0-rc.1", + "hexo-theme-icarus": "^5.1.1", "hexo-theme-landscape": "^0.0.3" } }