diff --git a/package-lock.json b/package-lock.json index c9623bb..10d5c92 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "hexo-renderer-stylus": "^3.0.1", "hexo-server": "^3.0.0", "hexo-theme-landscape": "^1.0.0", - "hexo-theme-next": "^8.23.0" + "hexo-theme-next": "^8.24.0" } }, "node_modules/@adobe/css-tools": { @@ -1501,9 +1501,10 @@ "license": "MIT" }, "node_modules/hexo-theme-next": { - "version": "8.23.0", - "resolved": "https://registry.npmmirror.com/hexo-theme-next/-/hexo-theme-next-8.23.0.tgz", - "integrity": "sha512-hHRuGRCTF1HyIjvucK3Ylxr2qYB2/bFXdD/IWyPtxcVvkLgn3jcwBq4Zw/ksd0qtKNnLnjrlwWSH9Dyy9Li5mA==" + "version": "8.24.0", + "resolved": "https://registry.npmjs.org/hexo-theme-next/-/hexo-theme-next-8.24.0.tgz", + "integrity": "sha512-GMjNgoygyHWlPSRGZVjsjhPIEXmtWl0OWWmXxNbZdsf/f4fx+wS3OOxecFfsVJe9FVEv0Uu1hOvxPSgOjdDsSQ==", + "license": "AGPL-3.0-only" }, "node_modules/hexo-util": { "version": "3.3.0", diff --git a/package.json b/package.json index 1dfb596..dc4b901 100644 --- a/package.json +++ b/package.json @@ -25,6 +25,6 @@ "hexo-renderer-stylus": "^3.0.1", "hexo-server": "^3.0.0", "hexo-theme-landscape": "^1.0.0", - "hexo-theme-next": "^8.23.0" + "hexo-theme-next": "^8.24.0" } }