diff --git a/package-lock.json b/package-lock.json index 60c1136..cb19dbe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "hexo-renderer-marked": "^5.0.0", "hexo-renderer-stylus": "^2.1.0", "hexo-server": "^3.0.0", - "hexo-theme-icarus": "^5.0.1", + "hexo-theme-icarus": "^5.1.0", "hexo-theme-landscape": "^0.0.3" } }, @@ -2950,9 +2950,9 @@ } }, "node_modules/hexo-component-inferno": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/hexo-component-inferno/-/hexo-component-inferno-1.2.0.tgz", - "integrity": "sha512-UGrkw14QwnlOsMkLbdD6fA+ZJWYRwUaWojwN7f2wKP/wNZMCYWDDjiB02rqZXeOwOEXm4HNQmVboS/oQUEzYTw==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/hexo-component-inferno/-/hexo-component-inferno-2.0.1.tgz", + "integrity": "sha512-czg2r7unN1o1jcU6B2aT8I7r0nu8qxJeb7g5cwcm1q+W079712/8c5EGmR21sD7gCAW9MUDylLc01GZmFAQv4Q==", "dependencies": { "ajv": "^8.8.2", "hexo": "^6.0.0", @@ -3179,14 +3179,14 @@ } }, "node_modules/hexo-theme-icarus": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/hexo-theme-icarus/-/hexo-theme-icarus-5.0.1.tgz", - "integrity": "sha512-n+Tv0Fj70TTwOxxI2iPTQdxKEfFXBEFbZd81beBEYb00guNGqaabCTEEDHrEiqD6uhJwDCub6YGYfMvgcOCrvw==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/hexo-theme-icarus/-/hexo-theme-icarus-5.1.0.tgz", + "integrity": "sha512-L//ebKg+lIMDYhZ4P+rYxZpu6eTrhSBjYajAknqIchuBsxF2CpTROFdTSNgQk7H4L6Gw8b+ffNztEV0Kcuff2A==", "dependencies": { "bulma-stylus": "0.8.0", "deepmerge": "^4.2.2", "hexo": "^6.0.0", - "hexo-component-inferno": "^1.2.0", + "hexo-component-inferno": "^2.0.0", "hexo-log": "^3.0.0", "hexo-pagination": "^2.0.0", "hexo-renderer-inferno": "^0.1.3", @@ -7033,9 +7033,9 @@ } }, "hexo-component-inferno": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/hexo-component-inferno/-/hexo-component-inferno-1.2.0.tgz", - "integrity": "sha512-UGrkw14QwnlOsMkLbdD6fA+ZJWYRwUaWojwN7f2wKP/wNZMCYWDDjiB02rqZXeOwOEXm4HNQmVboS/oQUEzYTw==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/hexo-component-inferno/-/hexo-component-inferno-2.0.1.tgz", + "integrity": "sha512-czg2r7unN1o1jcU6B2aT8I7r0nu8qxJeb7g5cwcm1q+W079712/8c5EGmR21sD7gCAW9MUDylLc01GZmFAQv4Q==", "requires": { "ajv": "^8.8.2", "hexo": "^6.0.0", @@ -7207,14 +7207,14 @@ } }, "hexo-theme-icarus": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/hexo-theme-icarus/-/hexo-theme-icarus-5.0.1.tgz", - "integrity": "sha512-n+Tv0Fj70TTwOxxI2iPTQdxKEfFXBEFbZd81beBEYb00guNGqaabCTEEDHrEiqD6uhJwDCub6YGYfMvgcOCrvw==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/hexo-theme-icarus/-/hexo-theme-icarus-5.1.0.tgz", + "integrity": "sha512-L//ebKg+lIMDYhZ4P+rYxZpu6eTrhSBjYajAknqIchuBsxF2CpTROFdTSNgQk7H4L6Gw8b+ffNztEV0Kcuff2A==", "requires": { "bulma-stylus": "0.8.0", "deepmerge": "^4.2.2", "hexo": "^6.0.0", - "hexo-component-inferno": "^1.2.0", + "hexo-component-inferno": "^2.0.0", "hexo-log": "^3.0.0", "hexo-pagination": "^2.0.0", "hexo-renderer-inferno": "^0.1.3", diff --git a/package.json b/package.json index 2f8cb64..4d49acf 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "hexo-renderer-marked": "^5.0.0", "hexo-renderer-stylus": "^2.1.0", "hexo-server": "^3.0.0", - "hexo-theme-icarus": "^5.0.1", + "hexo-theme-icarus": "^5.1.0", "hexo-theme-landscape": "^0.0.3" } }