diff --git a/package-lock.json b/package-lock.json index afdd73f..604ada7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "npm-upgrade": "^3.1.0" }, "devDependencies": { - "hexo": "^7.0.0-rc2", + "hexo": "^7.0.0", "hexo-cli": "^4.3.1" } }, @@ -2875,16 +2875,16 @@ } }, "node_modules/hexo": { - "version": "7.0.0-rc2", - "resolved": "https://registry.npmjs.org/hexo/-/hexo-7.0.0-rc2.tgz", - "integrity": "sha512-+s0lm5e5QKWo+vdb+5C/tDaU0FI0tRqoJze9/2Gvakrykhq96/xfmqBhSo7FvfObgnN1u1ff+pJ66lrWN46NBw==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/hexo/-/hexo-7.0.0.tgz", + "integrity": "sha512-3iRSYReDcYd+bdCrDYS53aFjR717M+eSwKVXdM1tF2QETi8urcwDdDDoD7Nm2E0trqN4oeoHJ7FoXbn2UsZxqw==", "dev": true, "dependencies": { "abbrev": "^2.0.0", "archy": "^1.0.0", "bluebird": "^3.7.2", "hexo-cli": "^4.3.0", - "hexo-front-matter": "4.0.0", + "hexo-front-matter": "^4.2.1", "hexo-fs": "^4.1.1", "hexo-i18n": "^2.0.0", "hexo-log": "^4.0.1", @@ -3154,9 +3154,9 @@ } }, "node_modules/hexo-front-matter": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/hexo-front-matter/-/hexo-front-matter-4.0.0.tgz", - "integrity": "sha512-2pQ24inDCdqbxuKQ4cK+1ak0AhSEVC1zTY/kVVyqi5m3lB/wYtAjSWp+elp+FqBmJOynogMpoBnUry/4fJkmAg==", + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/hexo-front-matter/-/hexo-front-matter-4.2.1.tgz", + "integrity": "sha512-sJJI0GNmejYiwBvgnGRKn5V3sbODB4dNPr8jyw2Qp0PRHr4Uuyv8iyxw6WfK3+T7yvzYvJOh+tZ7jnwr2BYARA==", "dev": true, "dependencies": { "js-yaml": "^4.1.0" diff --git a/package.json b/package.json index f977830..e2bb8c8 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "npm-upgrade": "^3.1.0" }, "devDependencies": { - "hexo": "^7.0.0-rc2", + "hexo": "^7.0.0", "hexo-cli": "^4.3.1" } } \ No newline at end of file