From 42bcd37b16d2fa85d328a274b778104156df2c7d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 15 Mar 2021 11:24:55 +0000 Subject: [PATCH] chore: bump fs-extra from 9.0.1 to 9.1.0 in /backend Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 9.0.1 to 9.1.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.0.1...9.1.0) Signed-off-by: dependabot-preview[bot] --- backend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/package.json b/backend/package.json index d419893..84eab9b 100644 --- a/backend/package.json +++ b/backend/package.json @@ -120,7 +120,7 @@ "@vscode-logging/logger": "1.2.1", "@sap/swa-for-sapbas-vsx": "1.1.11", "datauri": "3.0.0", - "fs-extra": "9.0.1", + "fs-extra": "9.1.0", "lodash": "4.17.20", "strip-ansi": "6.0.0", "ws": "7.4.4",