From d1b1ce69edd3812276a0235cd16d9a58ef4bbb06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Oct 2021 18:50:27 +0000 Subject: [PATCH] Bump hexo-fs from 2.0.1 to 3.1.0 Bumps [hexo-fs](https://github.com/hexojs/hexo-fs) from 2.0.1 to 3.1.0. - [Release notes](https://github.com/hexojs/hexo-fs/releases) - [Commits](https://github.com/hexojs/hexo-fs/compare/2.0.1...3.1.0) --- updated-dependencies: - dependency-name: hexo-fs dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 93c312f..a7f43f3 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ }, "dependencies": { "chalk": "^4.1.0", - "hexo-fs": "^2.0.0", + "hexo-fs": "^3.1.0", "hexo-util": "^2.1.0", "moment": "^2.13.0", "nunjucks": "^3.2.1"