From 92f9f9a56f19a5b91415b6b82614f64f79f230d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 22:22:35 +0800 Subject: [PATCH] Bump fs-extra from 9.1.0 to 11.1.1 (#87) Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 9.1.0 to 11.1.1. - [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...11.1.1) --- updated-dependencies: - dependency-name: fs-extra dependency-type: direct:production update-type: version-update:semver-major ... 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 b70eef5..4697de1 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "@adobe/aio-lib-core-logging": "^2.0.0", "@adobe/aio-lib-core-networking": "^3.0.0", "@adobe/aio-lib-env": "^2.0.0", - "fs-extra": "^9.0.0", + "fs-extra": "^11.1.1", "joi": "^17.4.2", "lodash.clonedeep": "^4.5.0", "node-fetch": "^2.6.0",