From 4e69d5aabc234858d0e4a92cfab0da1d005a2b10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 23:48:04 +0000 Subject: [PATCH] Bump hexo from 7.0.0-rc2 to 7.1.1 Bumps [hexo](https://github.com/hexojs/hexo) from 7.0.0-rc2 to 7.1.1. - [Release notes](https://github.com/hexojs/hexo/releases) - [Commits](https://github.com/hexojs/hexo/compare/v7.0.0-rc2...v7.1.1) --- updated-dependencies: - dependency-name: hexo dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index b12c6983..0dd87b81 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "hexo-site", "version": "0.0.0", "dependencies": { - "hexo": "^7.0.0-rc2", + "hexo": "^7.1.1", "hexo-generator-archive": "^2.0.0", "hexo-generator-category": "^2.0.0", "hexo-generator-index": "^2.0.0", @@ -1212,15 +1212,15 @@ } }, "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.1.1", + "resolved": "https://registry.npmjs.org/hexo/-/hexo-7.1.1.tgz", + "integrity": "sha512-u6aJXG1npYkZJLl7QEOeTdm9hOwxfsLmFp4qAQVF0OAuNaikrKORjgNsjPmrWwI/tIObwjVJnEUJnV7S+NnUlw==", "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", @@ -1276,9 +1276,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==", "dependencies": { "js-yaml": "^4.1.0" }, diff --git a/package.json b/package.json index 9ae91ffc..2ecad276 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "version": "7.0.0-rc2" }, "dependencies": { - "hexo": "^7.0.0-rc2", + "hexo": "^7.1.1", "hexo-generator-archive": "^2.0.0", "hexo-generator-category": "^2.0.0", "hexo-generator-index": "^2.0.0",