From f94d8fdcc2936a77bfed0d779a41cc1e4a7932fb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 12 Dec 2022 17:15:55 +0000 Subject: [PATCH] Update dependency fs-extra to v11 --- ghost/admin/package.json | 2 +- ghost/core/package.json | 2 +- ghost/email-content-generator/package.json | 2 +- ghost/members-csv/package.json | 2 +- ghost/members-importer/package.json | 2 +- ghost/package-json/package.json | 2 +- yarn.lock | 18 +++++++++--------- 7 files changed, 15 insertions(+), 15 deletions(-) diff --git a/ghost/admin/package.json b/ghost/admin/package.json index ab923f0a19..e65a521363 100644 --- a/ghost/admin/package.json +++ b/ghost/admin/package.json @@ -122,7 +122,7 @@ "eslint-plugin-babel": "5.3.1", "eslint-plugin-react": "7.31.11", "faker": "5.5.3", - "fs-extra": "10.1.0", + "fs-extra": "11.1.0", "glob": "8.0.3", "google-caja-bower": "https://github.com/acburdine/google-caja-bower#ghost", "keymaster": "https://github.com/madrobby/keymaster.git", diff --git a/ghost/core/package.json b/ghost/core/package.json index 6aea9d189f..66b60d6070 100644 --- a/ghost/core/package.json +++ b/ghost/core/package.json @@ -159,7 +159,7 @@ "express-lazy-router": "1.0.4", "express-query-boolean": "2.0.0", "express-session": "1.17.3", - "fs-extra": "10.1.0", + "fs-extra": "11.1.0", "ghost-storage-base": "1.0.0", "glob": "8.0.3", "got": "9.6.0", diff --git a/ghost/email-content-generator/package.json b/ghost/email-content-generator/package.json index 4f2338fce8..d6a2a4cb2d 100644 --- a/ghost/email-content-generator/package.json +++ b/ghost/email-content-generator/package.json @@ -22,7 +22,7 @@ "mocha": "10.2.0" }, "dependencies": { - "fs-extra": "10.1.0", + "fs-extra": "11.1.0", "html-to-text": "5.1.1", "lodash": "4.17.21" } diff --git a/ghost/members-csv/package.json b/ghost/members-csv/package.json index 2a2acca308..425bf308e9 100644 --- a/ghost/members-csv/package.json +++ b/ghost/members-csv/package.json @@ -22,7 +22,7 @@ "sinon": "14.0.2" }, "dependencies": { - "fs-extra": "10.1.0", + "fs-extra": "11.1.0", "lodash": "4.17.21", "papaparse": "5.3.2", "pump": "3.0.0" diff --git a/ghost/members-importer/package.json b/ghost/members-importer/package.json index 42251011c9..425ff415f7 100644 --- a/ghost/members-importer/package.json +++ b/ghost/members-importer/package.json @@ -17,7 +17,7 @@ ], "devDependencies": { "c8": "7.12.0", - "fs-extra": "10.1.0", + "fs-extra": "11.1.0", "mocha": "10.2.0", "should": "13.2.3", "sinon": "14.0.2" diff --git a/ghost/package-json/package.json b/ghost/package-json/package.json index b6cd96794f..1b0a3de224 100644 --- a/ghost/package-json/package.json +++ b/ghost/package-json/package.json @@ -25,7 +25,7 @@ "dependencies": { "@tryghost/errors": "1.2.18", "@tryghost/tpl": "0.1.19", - "fs-extra": "10.1.0", + "fs-extra": "11.1.0", "lodash": "4.17.21" } } diff --git a/yarn.lock b/yarn.lock index 17490bcead..5a4644aac7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -14137,6 +14137,15 @@ fs-extra@10.1.0, fs-extra@^10.0.0: jsonfile "^6.0.1" universalify "^2.0.0" +fs-extra@11.1.0, fs-extra@^11.0.0: + version "11.1.0" + resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.1.0.tgz#5784b102104433bb0e090f48bfc4a30742c357ed" + integrity sha512-0rcTq621PD5jM/e0a3EJoGC/1TC5ZBCERW82LQuwfGnCa1V8w7dpYH1yNu+SLb6E5dkeCBzKEyLGlFrnr+dUyw== + dependencies: + graceful-fs "^4.2.0" + jsonfile "^6.0.1" + universalify "^2.0.0" + fs-extra@^0.24.0: version "0.24.0" resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-0.24.0.tgz#d4e4342a96675cb7846633a6099249332b539952" @@ -14147,15 +14156,6 @@ fs-extra@^0.24.0: path-is-absolute "^1.0.0" rimraf "^2.2.8" -fs-extra@^11.0.0: - version "11.0.0" - resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.0.0.tgz#5c50cf225ab1b16804cabd4249b7e58feb4bdbe7" - integrity sha512-4YxRvMi4P5C3WQTvdRfrv5UVqbISpqjORFQAW5QPiKAauaxNCwrEdIi6pG3tDFhKKpMen+enEhHIzB/tvIO+/w== - dependencies: - graceful-fs "^4.2.0" - jsonfile "^6.0.1" - universalify "^2.0.0" - fs-extra@^4.0.2, fs-extra@^4.0.3: version "4.0.3" resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-4.0.3.tgz#0d852122e5bc5beb453fb028e9c0c9bf36340c94"