diff --git a/package-lock.json b/package-lock.json index 0b6b3e5..91c5a44 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "hexo-renderer-stylus": "^3.0.1", "hexo-server": "^3.0.0", "hexo-symbols-count-time": "^0.7.1", - "hexo-theme-landscape": "^1.0.0" + "hexo-theme-landscape": "^1.1.0" } }, "node_modules/@adobe/css-tools": { @@ -1427,9 +1427,9 @@ } }, "node_modules/hexo-theme-landscape": { - "version": "1.0.0", - "resolved": "https://registry.npmmirror.com/hexo-theme-landscape/-/hexo-theme-landscape-1.0.0.tgz", - "integrity": "sha512-bWQJWMqQI78wWiJPQZq5pJBH20TM442ShCaHGRetuEgMraxH0OKxB3NTupJzNEkzEk8DV2yrdizkXdKN6i501A==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/hexo-theme-landscape/-/hexo-theme-landscape-1.1.0.tgz", + "integrity": "sha512-nszjixBEiEDZjf7glAGbHg0nKGHZdUDwzFVVdRDeu4FeHfGcY5CZNl9sF4vSligjnD8IwFXpDfx5E+GRmNKvWg==", "license": "MIT" }, "node_modules/hexo-util": { diff --git a/package.json b/package.json index 278afb2..6649d6d 100644 --- a/package.json +++ b/package.json @@ -26,6 +26,6 @@ "hexo-renderer-stylus": "^3.0.1", "hexo-server": "^3.0.0", "hexo-symbols-count-time": "^0.7.1", - "hexo-theme-landscape": "^1.0.0" + "hexo-theme-landscape": "^1.1.0" } }