From 9df2d3edc9966a20e9718729cda6d5e6ed9e1487 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 May 2021 06:21:38 +0000 Subject: [PATCH] chore(deps-dev): bump fs-extra from 9.1.0 to 10.0.0 (#412) Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 9.1.0 to 10.0.0. - [Release notes](https://github.com/jprichardson/node-fs-extra/releases) - [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md) - [Commits](https://github.com/jprichardson/node-fs-extra/compare/9.1.0...10.0.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 10d7cd82..eff0ce32 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@types/node": "^15.0.0", "fastify": "^3.7.0", "fastify-helmet": "^5.0.3", - "fs-extra": "^9.0.0", + "fs-extra": "^10.0.0", "joi": "^14.3.1", "joi-to-json": "^1.2.0", "pre-commit": "^1.2.2",