From e05a6d1c19d14d6fbb2ec1d0b800fcfb2c0f510c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 12 Apr 2021 13:42:50 +0100 Subject: [PATCH] Update dependency fs-extra to v9.1.0 (#1904) Co-authored-by: Renovate Bot --- ghost/admin/package.json | 2 +- ghost/admin/yarn.lock | 20 +++++++++++++++----- 2 files changed, 16 insertions(+), 6 deletions(-) diff --git a/ghost/admin/package.json b/ghost/admin/package.json index e9c0266482..ebec964d51 100644 --- a/ghost/admin/package.json +++ b/ghost/admin/package.json @@ -109,7 +109,7 @@ "eslint": "7.24.0", "eslint-plugin-ghost": "2.0.0", "faker": "5.5.3", - "fs-extra": "9.0.1", + "fs-extra": "9.1.0", "glob": "7.1.6", "google-caja-bower": "https://github.com/acburdine/google-caja-bower#ghost", "grunt": "1.3.0", diff --git a/ghost/admin/yarn.lock b/ghost/admin/yarn.lock index 2fab940a18..5fe84cbdd1 100644 --- a/ghost/admin/yarn.lock +++ b/ghost/admin/yarn.lock @@ -8508,15 +8508,15 @@ from2@^2.1.0, from2@^2.1.1: inherits "^2.0.1" readable-stream "^2.0.0" -fs-extra@9.0.1, fs-extra@^9.0.0, fs-extra@^9.0.1: - version "9.0.1" - resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.0.1.tgz#910da0062437ba4c39fedd863f1675ccfefcb9fc" - integrity sha512-h2iAoN838FqAFJY2/qVpzFXy+EBxfVE220PalAqQLDVsFOHLJrZvut5puAbCdNv6WJk+B8ihI+k0c7JK5erwqQ== +fs-extra@9.1.0: + version "9.1.0" + resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.1.0.tgz#5954460c764a8da2094ba3554bf839e6b9a7c86d" + integrity sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ== dependencies: at-least-node "^1.0.0" graceful-fs "^4.2.0" jsonfile "^6.0.1" - universalify "^1.0.0" + universalify "^2.0.0" fs-extra@^0.24.0: version "0.24.0" @@ -8573,6 +8573,16 @@ fs-extra@^8.0.0, fs-extra@^8.0.1, fs-extra@^8.1.0: jsonfile "^4.0.0" universalify "^0.1.0" +fs-extra@^9.0.0, fs-extra@^9.0.1: + version "9.0.1" + resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.0.1.tgz#910da0062437ba4c39fedd863f1675ccfefcb9fc" + integrity sha512-h2iAoN838FqAFJY2/qVpzFXy+EBxfVE220PalAqQLDVsFOHLJrZvut5puAbCdNv6WJk+B8ihI+k0c7JK5erwqQ== + dependencies: + at-least-node "^1.0.0" + graceful-fs "^4.2.0" + jsonfile "^6.0.1" + universalify "^1.0.0" + fs-merger@^3.0.1, fs-merger@^3.1.0: version "3.1.0" resolved "https://registry.yarnpkg.com/fs-merger/-/fs-merger-3.1.0.tgz#f30f74f6c70b2ff7333ec074f3d2f22298152f3b"