From 642873b7eb3aa7e86849e95314bc28c676bdfa0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 04:02:43 +0000 Subject: [PATCH] Bump minimist and hexo Bumps [minimist](https://github.com/minimistjs/minimist) to 1.2.6 and updates ancestor dependency [hexo](https://github.com/hexojs/hexo). These dependencies need to be updated together. Updates `minimist` from 0.0.10 to 1.2.6 - [Release notes](https://github.com/minimistjs/minimist/releases) - [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md) - [Commits](https://github.com/minimistjs/minimist/compare/v0.0.10...v1.2.6) Updates `hexo` from 3.9.0 to 6.2.0 - [Release notes](https://github.com/hexojs/hexo/releases) - [Commits](https://github.com/hexojs/hexo/compare/3.9.0...6.2.0) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect - dependency-name: hexo dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dc2752e0..7c412310 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "gitalk": "^1.7.2", - "hexo": "^6.0.0", + "hexo": "^6.2.0", "hexo-deployer-git": "^3.0.0", "hexo-fs": "^3.1.0", "hexo-generator-archive": "^1.0.0",