From 2016a872524c8ef3bb7b1147f73a6fd0e8060001 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 06:31:02 +0000 Subject: [PATCH] Bump hexo from 7.2.0 to 7.3.0 Bumps [hexo](https://github.com/hexojs/hexo) from 7.2.0 to 7.3.0. - [Release notes](https://github.com/hexojs/hexo/releases) - [Commits](https://github.com/hexojs/hexo/compare/v7.2.0...v7.3.0) --- 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 9f26811..bd5d343 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "hexo-site", "version": "0.0.0", "dependencies": { - "hexo": "^7.2.0", + "hexo": "^7.3.0", "hexo-asset-link": "^2.2.3", "hexo-deployer-git": "^4.0.0", "hexo-generator-archive": "^2.0.0", @@ -833,9 +833,9 @@ } }, "node_modules/hexo": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/hexo/-/hexo-7.2.0.tgz", - "integrity": "sha512-RYIzl7jfG0i2jH/k5IZg4C1anyHfmKHNUsBKIn9LU0V3iQ0WQrwuOLFDJwaZDenqmzHYJhAVCGAkrBDfF/IlVg==", + "version": "7.3.0", + "resolved": "https://registry.npmjs.org/hexo/-/hexo-7.3.0.tgz", + "integrity": "sha512-dOe8mzBKrvjubW5oBmyhcnQDpC+M2xmAMLae5K+o+SkHxyvAhShkS2VQZoTsOLIJKY6xilv7dzCjCvE7ol/NHQ==", "dependencies": { "abbrev": "^2.0.0", "archy": "^1.0.0", @@ -3386,9 +3386,9 @@ } }, "hexo": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/hexo/-/hexo-7.2.0.tgz", - "integrity": "sha512-RYIzl7jfG0i2jH/k5IZg4C1anyHfmKHNUsBKIn9LU0V3iQ0WQrwuOLFDJwaZDenqmzHYJhAVCGAkrBDfF/IlVg==", + "version": "7.3.0", + "resolved": "https://registry.npmjs.org/hexo/-/hexo-7.3.0.tgz", + "integrity": "sha512-dOe8mzBKrvjubW5oBmyhcnQDpC+M2xmAMLae5K+o+SkHxyvAhShkS2VQZoTsOLIJKY6xilv7dzCjCvE7ol/NHQ==", "requires": { "abbrev": "^2.0.0", "archy": "^1.0.0", diff --git a/package.json b/package.json index 4f98356..890fc08 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "version": "7.1.1" }, "dependencies": { - "hexo": "^7.2.0", + "hexo": "^7.3.0", "hexo-asset-link": "^2.2.3", "hexo-deployer-git": "^4.0.0", "hexo-generator-archive": "^2.0.0",