diff --git a/package-lock.json b/package-lock.json index de80503..2cae0e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,6 +9,7 @@ "version": "0.0.1", "dependencies": { "hexo": "^7.3.0", + "hexo-abbrlink2": "github:ybw2016v/hexo-abbrlink2", "hexo-generator-archive": "^2.0.0", "hexo-generator-category": "^2.0.0", "hexo-generator-index": "^4.0.0", @@ -18,7 +19,7 @@ "hexo-renderer-pug": "^3.0.0", "hexo-renderer-stylus": "^3.0.1", "hexo-server": "^3.0.0", - "hexo-theme-butterfly": "^4.13.0", + "hexo-theme-butterfly": "^5.2.1", "hexo-theme-landscape": "^1.0.0", "hexo-wordcount": "^6.0.1" } @@ -932,6 +933,11 @@ "url": "https://opencollective.com/hexo" } }, + "node_modules/hexo-abbrlink2": { + "version": "1.0.2", + "resolved": "git+ssh://git@github.com/ybw2016v/hexo-abbrlink2.git#08c89c6b0be92bdada11f7fa9bb4dc066507f82a", + "license": "MIT" + }, "node_modules/hexo-cli": { "version": "4.3.2", "resolved": "https://registry.npmmirror.com/hexo-cli/-/hexo-cli-4.3.2.tgz", @@ -1192,9 +1198,9 @@ } }, "node_modules/hexo-theme-butterfly": { - "version": "4.13.0", - "resolved": "https://registry.npmmirror.com/hexo-theme-butterfly/-/hexo-theme-butterfly-4.13.0.tgz", - "integrity": "sha512-k4ufTKDrvfer0EI1E6xU5JTgS471KRyXRgRBxoUdqpTVvtY8CUnFrzh0qcxjb5WMPOark8sTCgHn/sEDIaG3Kw==", + "version": "5.2.1", + "resolved": "https://registry.npmmirror.com/hexo-theme-butterfly/-/hexo-theme-butterfly-5.2.1.tgz", + "integrity": "sha512-XhYSbvCcNRaK8fKpxGCadosK8A30BQe4YvvJWuYRTJ7Be6h3bzIcYgdgGPgpBrC5e8MLUfQ4PtJvQkhe0cUCOA==", "dependencies": { "hexo-renderer-pug": "^3.0.0", "hexo-renderer-stylus": "^3.0.1" @@ -3115,6 +3121,10 @@ "warehouse": "^5.0.1" } }, + "hexo-abbrlink2": { + "version": "git+ssh://git@github.com/ybw2016v/hexo-abbrlink2.git#08c89c6b0be92bdada11f7fa9bb4dc066507f82a", + "from": "hexo-abbrlink2@github:ybw2016v/hexo-abbrlink2" + }, "hexo-cli": { "version": "4.3.2", "resolved": "https://registry.npmmirror.com/hexo-cli/-/hexo-cli-4.3.2.tgz", @@ -3315,9 +3325,9 @@ } }, "hexo-theme-butterfly": { - "version": "4.13.0", - "resolved": "https://registry.npmmirror.com/hexo-theme-butterfly/-/hexo-theme-butterfly-4.13.0.tgz", - "integrity": "sha512-k4ufTKDrvfer0EI1E6xU5JTgS471KRyXRgRBxoUdqpTVvtY8CUnFrzh0qcxjb5WMPOark8sTCgHn/sEDIaG3Kw==", + "version": "5.2.1", + "resolved": "https://registry.npmmirror.com/hexo-theme-butterfly/-/hexo-theme-butterfly-5.2.1.tgz", + "integrity": "sha512-XhYSbvCcNRaK8fKpxGCadosK8A30BQe4YvvJWuYRTJ7Be6h3bzIcYgdgGPgpBrC5e8MLUfQ4PtJvQkhe0cUCOA==", "requires": { "hexo-renderer-pug": "^3.0.0", "hexo-renderer-stylus": "^3.0.1" diff --git a/package.json b/package.json index ccfc57a..234bfce 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "hexo-renderer-pug": "^3.0.0", "hexo-renderer-stylus": "^3.0.1", "hexo-server": "^3.0.0", - "hexo-theme-butterfly": "^4.13.0", + "hexo-theme-butterfly": "^5.2.1", "hexo-theme-landscape": "^1.0.0", "hexo-wordcount": "^6.0.1" }