From 57f41b4f87565e365e84e5569c40d455fd95099e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 04:05:10 +0000 Subject: [PATCH] build(deps): bump hexo from 7.0.0 to 7.1.1 Bumps [hexo](https://github.com/hexojs/hexo) from 7.0.0 to 7.1.1. - [Release notes](https://github.com/hexojs/hexo/releases) - [Commits](https://github.com/hexojs/hexo/compare/v7.0.0...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 | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6885973..cfd1b51 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.1", "hexo-algoliasearch": "^2.0.1", "hexo-deployer-git": "^4.0.0", "hexo-generator-archive": "^2.0.0", @@ -1072,9 +1072,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.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", @@ -3929,9 +3929,9 @@ } }, "hexo": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/hexo/-/hexo-7.0.0.tgz", - "integrity": "sha512-3iRSYReDcYd+bdCrDYS53aFjR717M+eSwKVXdM1tF2QETi8urcwDdDDoD7Nm2E0trqN4oeoHJ7FoXbn2UsZxqw==", + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/hexo/-/hexo-7.1.1.tgz", + "integrity": "sha512-u6aJXG1npYkZJLl7QEOeTdm9hOwxfsLmFp4qAQVF0OAuNaikrKORjgNsjPmrWwI/tIObwjVJnEUJnV7S+NnUlw==", "requires": { "abbrev": "^2.0.0", "archy": "^1.0.0", diff --git a/package.json b/package.json index 6750194..7b511b3 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "version": "7.0.0" }, "dependencies": { - "hexo": "^7.0.0", + "hexo": "^7.1.1", "hexo-algoliasearch": "^2.0.1", "hexo-deployer-git": "^4.0.0", "hexo-generator-archive": "^2.0.0",