From 8c2a59e23cb1a823d1879675e05a2deea3bf1d68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 01:01:33 +0000 Subject: [PATCH] Bump hexo from 7.0.0 to 7.1.0 Bumps [hexo](https://github.com/hexojs/hexo) from 7.0.0 to 7.1.0. - [Release notes](https://github.com/hexojs/hexo/releases) - [Commits](https://github.com/hexojs/hexo/compare/v7.0.0...v7.1.0) --- updated-dependencies: - dependency-name: hexo dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2ec3ce7..1c70c6e 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", + "hexo": "^7.1.0", "hexo-deployer-git": "^4.0.0", "hexo-generator-archive": "^2.0.0", "hexo-generator-category": "^2.0.0", @@ -814,9 +814,9 @@ } }, "node_modules/hexo": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/hexo/-/hexo-7.0.0.tgz", - "integrity": "sha512-3iRSYReDcYd+bdCrDYS53aFjR717M+eSwKVXdM1tF2QETi8urcwDdDDoD7Nm2E0trqN4oeoHJ7FoXbn2UsZxqw==", + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/hexo/-/hexo-7.1.0.tgz", + "integrity": "sha512-FFjo8NwqSQVxASSKFGkFUak720sFC/p3IxkDIOHLXQ1axQ5w4ipFU0DNqDzwyb5EJOMFYuMxFcurhm9olQP13A==", "dependencies": { "abbrev": "^2.0.0", "archy": "^1.0.0", diff --git a/package.json b/package.json index 089b578..e5c9ea1 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "version": "7.0.0" }, "dependencies": { - "hexo": "^7.0.0", + "hexo": "^7.1.0", "hexo-deployer-git": "^4.0.0", "hexo-generator-archive": "^2.0.0", "hexo-generator-category": "^2.0.0",