diff --git a/package-lock.json b/package-lock.json index 10ee040..97f62dc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "hexo-renderer-stylus": "^2.0.0", "hexo-server": "^3.0.0", "hexo-theme-landscape": "^0.0.3", - "hexo-theme-volantis": "^5.0.0-rc.1" + "hexo-theme-volantis": "^5.3.2" } }, "node_modules/@tootallnate/once": { @@ -1228,10 +1228,9 @@ "license": "MIT" }, "node_modules/hexo-theme-volantis": { - "version": "5.0.0-rc.1", - "resolved": "https://repo.huaweicloud.com/repository/npm/hexo-theme-volantis/-/hexo-theme-volantis-5.0.0-rc.1.tgz", - "integrity": "sha512-wz8aglybTW6UIGSDWFa+Kto81Sb9xqlF9wS0f3SiWjm2PwDH1bWft+78gBEU45AbqDGCClpjW6prSTE6+gJO7g==", - "license": "MIT" + "version": "5.3.2", + "resolved": "https://registry.npmjs.org/hexo-theme-volantis/-/hexo-theme-volantis-5.3.2.tgz", + "integrity": "sha512-0Btximz35msmL4+seTVjH+HBNWF5Tu6bMCTTiUpUbKYzklu6G9wf1u5YmcWXI3FHgKekhgmU3BlbAprDK37TRA==" }, "node_modules/hexo-util": { "version": "2.5.0", @@ -3623,9 +3622,9 @@ "integrity": "sha512-b0Di+TUVs4ESrNX4ULEh9uQmADpO6kr10rIJ2OGZM8suNQNFKdxn+vJUjnLfKkCPJAfVmS7/S83KCNYe4tpoNw==" }, "hexo-theme-volantis": { - "version": "5.0.0-rc.1", - "resolved": "https://repo.huaweicloud.com/repository/npm/hexo-theme-volantis/-/hexo-theme-volantis-5.0.0-rc.1.tgz", - "integrity": "sha512-wz8aglybTW6UIGSDWFa+Kto81Sb9xqlF9wS0f3SiWjm2PwDH1bWft+78gBEU45AbqDGCClpjW6prSTE6+gJO7g==" + "version": "5.3.2", + "resolved": "https://registry.npmjs.org/hexo-theme-volantis/-/hexo-theme-volantis-5.3.2.tgz", + "integrity": "sha512-0Btximz35msmL4+seTVjH+HBNWF5Tu6bMCTTiUpUbKYzklu6G9wf1u5YmcWXI3FHgKekhgmU3BlbAprDK37TRA==" }, "hexo-util": { "version": "2.5.0", diff --git a/package.json b/package.json index a182073..9b90af2 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,6 @@ "hexo-renderer-stylus": "^2.0.0", "hexo-server": "^3.0.0", "hexo-theme-landscape": "^0.0.3", - "hexo-theme-volantis": "^5.0.0-rc.1" + "hexo-theme-volantis": "^5.3.2" } }