diff --git a/package-lock.json b/package-lock.json index 1eb6c9c..db2eb8e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "hexo-renderer-marked": "^6.0.0", "hexo-renderer-stylus": "^3.0.0", "hexo-server": "^3.0.0", - "hexo-theme-icarus": "^5.2.1" + "hexo-theme-icarus": "^5.3.0" } }, "node_modules/@adobe/css-tools": { @@ -3582,9 +3582,9 @@ } }, "node_modules/hexo-theme-icarus": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/hexo-theme-icarus/-/hexo-theme-icarus-5.2.1.tgz", - "integrity": "sha512-B8YnfKGAUwKCOdZgh7jsU1iNwW5wYTQ+ZwXbPpEwo3cqQ936hL5CDiGJ2ZKCuhVY1JixeNSObPQqV4v5H4VVpQ==", + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/hexo-theme-icarus/-/hexo-theme-icarus-5.3.0.tgz", + "integrity": "sha512-VqVkms5ykIoCkPEbPJShuTT/BVWPZi24gEFesf6reVCzbR0DbLAN4gvsjngEquEJ4HqVpA0NoZpcvjXw44iBoQ==", "dependencies": { "bulma-stylus": "0.8.0", "deepmerge": "^4.2.2", diff --git a/package.json b/package.json index 7ce054c..99e8dc9 100644 --- a/package.json +++ b/package.json @@ -24,6 +24,6 @@ "hexo-renderer-marked": "^6.0.0", "hexo-renderer-stylus": "^3.0.0", "hexo-server": "^3.0.0", - "hexo-theme-icarus": "^5.2.1" + "hexo-theme-icarus": "^5.3.0" } }