diff --git a/package-lock.json b/package-lock.json index c727d0009..3c78dd2d9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "hexo-renderer-markdown-it-plus": "^1.0.6", "hexo-renderer-stylus": "^3.0.0", "hexo-server": "^3.0.0", - "hexo-theme-landscape": "^1.0.0", + "hexo-theme-landscape": "^1.1.0", "hexo-theme-volantis": "^5.8.0", "hexo-toc": "^1.1.0", "hexo-wordcount": "^6.0.1", @@ -3810,9 +3810,10 @@ } }, "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-theme-volantis": { "version": "5.8.0", diff --git a/package.json b/package.json index 62b02f387..d700369eb 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "hexo-renderer-markdown-it-plus": "^1.0.6", "hexo-renderer-stylus": "^3.0.0", "hexo-server": "^3.0.0", - "hexo-theme-landscape": "^1.0.0", + "hexo-theme-landscape": "^1.1.0", "hexo-theme-volantis": "^5.8.0", "hexo-toc": "^1.1.0", "hexo-wordcount": "^6.0.1",