diff --git a/package-lock.json b/package-lock.json index 309647a..f392654 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "hexo-renderer-stylus": "^3.0.0", "hexo-server": "^3.0.0", "hexo-theme-landscape": "^1.0.0", - "hexo-theme-next": "^8.18.2" + "hexo-theme-next": "^8.19.0" } }, "node_modules/@adobe/css-tools": { @@ -1143,9 +1143,9 @@ "integrity": "sha512-bWQJWMqQI78wWiJPQZq5pJBH20TM442ShCaHGRetuEgMraxH0OKxB3NTupJzNEkzEk8DV2yrdizkXdKN6i501A==" }, "node_modules/hexo-theme-next": { - "version": "8.18.2", - "resolved": "https://registry.npmmirror.com/hexo-theme-next/-/hexo-theme-next-8.18.2.tgz", - "integrity": "sha512-gGxi29yKwaWF3lfSLYPrt3UwOWuBIcawjTWgt5z5f06RmBCc41kfAQWBkRnllSrHJeewk+tOku989kKAtfQwpA==" + "version": "8.19.0", + "resolved": "https://registry.npmjs.org/hexo-theme-next/-/hexo-theme-next-8.19.0.tgz", + "integrity": "sha512-FLslD/Eib8XALRF+W2bDgL32gU2r6rvsfrg8VS7T7BInOMdrikelNSM1wuDy8N6ec98ac2BGhoMJCBoBxny+hw==" }, "node_modules/hexo-util": { "version": "3.1.0", diff --git a/package.json b/package.json index d2cd8df..d0b2c5f 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,6 @@ "hexo-renderer-stylus": "^3.0.0", "hexo-server": "^3.0.0", "hexo-theme-landscape": "^1.0.0", - "hexo-theme-next": "^8.18.2" + "hexo-theme-next": "^8.19.0" } }