diff --git a/package-lock.json b/package-lock.json index 66404e4..c3c5988 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "slackwarecn.github.io", "version": "1.0.0", "dependencies": { - "hexo": "7.1.1", + "hexo": "7.2.0", "hexo-cli": "4.3.2", "hexo-deployer-git": "4.0.0", "hexo-generator-archive": "2.0.0", @@ -2075,19 +2075,19 @@ } }, "node_modules/hexo": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/hexo/-/hexo-7.1.1.tgz", - "integrity": "sha512-u6aJXG1npYkZJLl7QEOeTdm9hOwxfsLmFp4qAQVF0OAuNaikrKORjgNsjPmrWwI/tIObwjVJnEUJnV7S+NnUlw==", + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/hexo/-/hexo-7.2.0.tgz", + "integrity": "sha512-RYIzl7jfG0i2jH/k5IZg4C1anyHfmKHNUsBKIn9LU0V3iQ0WQrwuOLFDJwaZDenqmzHYJhAVCGAkrBDfF/IlVg==", "dependencies": { "abbrev": "^2.0.0", "archy": "^1.0.0", "bluebird": "^3.7.2", - "hexo-cli": "^4.3.0", + "hexo-cli": "^4.3.2", "hexo-front-matter": "^4.2.1", - "hexo-fs": "^4.1.1", + "hexo-fs": "^4.1.3", "hexo-i18n": "^2.0.0", "hexo-log": "^4.0.1", - "hexo-util": "^3.0.1", + "hexo-util": "^3.3.0", "js-yaml": "^4.1.0", "js-yaml-js-types": "^1.0.0", "micromatch": "^4.0.4", @@ -2102,7 +2102,7 @@ "text-table": "^0.2.0", "tildify": "^2.0.0", "titlecase": "^1.1.3", - "warehouse": "^5.0.0" + "warehouse": "^5.0.1" }, "bin": { "hexo": "bin/hexo" diff --git a/package.json b/package.json index 0fd55b1..ee24e28 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "ncu": "npx ncu -u && npm update" }, "dependencies": { - "hexo": "7.1.1", + "hexo": "7.2.0", "hexo-cli": "4.3.2", "hexo-deployer-git": "4.0.0", "hexo-generator-archive": "2.0.0",