diff --git a/package-lock.json b/package-lock.json index e7a3f38..35bcbff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "hexo-renderer-marked": "^7.0.1", "hexo-renderer-stylus": "^3.0.1", "hexo-server": "^3.0.0", - "hexo-theme-fluid": "^1.9.8", + "hexo-theme-fluid": "^1.9.9", "hexo-theme-landscape": "^1.1.0" } }, @@ -1087,9 +1087,10 @@ } }, "node_modules/hexo-theme-fluid": { - "version": "1.9.8", - "resolved": "https://registry.npmjs.org/hexo-theme-fluid/-/hexo-theme-fluid-1.9.8.tgz", - "integrity": "sha512-+HUx8xrBA2WWgJYMhlCy5L69LLgAL8PjsLIyIbh81Ftc0J71V69K04Zqv270VjRSs38rx9djeQPrgidtMdnh3g==", + "version": "1.9.9", + "resolved": "https://registry.npmjs.org/hexo-theme-fluid/-/hexo-theme-fluid-1.9.9.tgz", + "integrity": "sha512-Z1EgMiIOeVpaNYQsjUi1PWIA9li/7bkUK+WEL8ehV5uj7nU3VjkAPqSrJDCLV4fDdwFX8HBDM3CaNfl14VKx3g==", + "license": "GPL-V3", "engines": { "node": ">=8.10.0" }, @@ -1512,7 +1513,6 @@ "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz", "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==", "license": "MIT", - "peer": true, "dependencies": { "argparse": "^2.0.1" }, @@ -1792,7 +1792,6 @@ "version": "3.2.4", "resolved": "https://registry.npmmirror.com/nunjucks/-/nunjucks-3.2.4.tgz", "integrity": "sha512-26XRV6BhkgK0VOxfbU5cQI+ICFUtMLixv1noZn1tGU38kQH5A5nmmbk/O45xdyBhD1esk47nKrY0mvQpZIhRjQ==", - "peer": true, "dependencies": { "a-sync-waterfall": "^1.0.0", "asap": "^2.0.3", @@ -2227,7 +2226,6 @@ "version": "0.62.0", "resolved": "https://registry.npmjs.org/stylus/-/stylus-0.62.0.tgz", "integrity": "sha512-v3YCf31atbwJQIMtPNX8hcQ+okD4NQaTuKGUWfII8eaqn+3otrbttGL1zSMZAAtiPsBztQnujVBugg/cXFUpyg==", - "peer": true, "dependencies": { "@adobe/css-tools": "~4.3.1", "debug": "^4.3.2", diff --git a/package.json b/package.json index 1aad9b9..e4c1d8c 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "hexo-renderer-marked": "^7.0.1", "hexo-renderer-stylus": "^3.0.1", "hexo-server": "^3.0.0", - "hexo-theme-fluid": "^1.9.8", + "hexo-theme-fluid": "^1.9.9", "hexo-theme-landscape": "^1.1.0" } } \ No newline at end of file