diff --git a/ghost/admin/package.json b/ghost/admin/package.json index ec120ad100..5a4e13f3b8 100644 --- a/ghost/admin/package.json +++ b/ghost/admin/package.json @@ -124,7 +124,7 @@ "eslint-plugin-babel": "5.3.1", "eslint-plugin-react": "7.32.2", "faker": "5.5.3", - "fs-extra": "11.1.0", + "fs-extra": "11.1.1", "glob": "8.1.0", "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 3eb6c45ab8..04f7e27c0e 100644 --- a/ghost/core/package.json +++ b/ghost/core/package.json @@ -174,7 +174,7 @@ "express-lazy-router": "1.0.4", "express-query-boolean": "2.0.0", "express-session": "1.17.3", - "fs-extra": "11.1.0", + "fs-extra": "11.1.1", "ghost-storage-base": "1.0.0", "glob": "8.1.0", "got": "11.8.6", diff --git a/ghost/email-content-generator/package.json b/ghost/email-content-generator/package.json index 1d02a7574a..1616ef236e 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": "11.1.0", + "fs-extra": "11.1.1", "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 e692a46619..84d9e94300 100644 --- a/ghost/members-csv/package.json +++ b/ghost/members-csv/package.json @@ -22,7 +22,7 @@ "sinon": "15.0.2" }, "dependencies": { - "fs-extra": "11.1.0", + "fs-extra": "11.1.1", "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 021688093c..af5c718329 100644 --- a/ghost/members-importer/package.json +++ b/ghost/members-importer/package.json @@ -17,7 +17,7 @@ ], "devDependencies": { "c8": "7.13.0", - "fs-extra": "11.1.0", + "fs-extra": "11.1.1", "mocha": "10.2.0", "should": "13.2.3", "sinon": "15.0.2" diff --git a/ghost/package-json/package.json b/ghost/package-json/package.json index f4ba8444c3..8d53192062 100644 --- a/ghost/package-json/package.json +++ b/ghost/package-json/package.json @@ -25,7 +25,7 @@ "dependencies": { "@tryghost/errors": "1.2.21", "@tryghost/tpl": "0.1.22", - "fs-extra": "11.1.0", + "fs-extra": "11.1.1", "lodash": "4.17.21" } } diff --git a/yarn.lock b/yarn.lock index 421d5d91ed..94910cf9ee 100644 --- a/yarn.lock +++ b/yarn.lock @@ -14797,7 +14797,7 @@ fs-constants@^1.0.0: resolved "https://registry.yarnpkg.com/fs-constants/-/fs-constants-1.0.0.tgz#6be0de9be998ce16af8afc24497b9ee9b7ccd9ad" integrity sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow== -fs-extra@11.1.0, fs-extra@^11.0.0, fs-extra@^11.1.0: +fs-extra@11.1.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== @@ -14806,6 +14806,15 @@ fs-extra@11.1.0, fs-extra@^11.0.0, fs-extra@^11.1.0: jsonfile "^6.0.1" universalify "^2.0.0" +fs-extra@11.1.1, fs-extra@^11.0.0, fs-extra@^11.1.0: + version "11.1.1" + resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.1.1.tgz#da69f7c39f3b002378b0954bb6ae7efdc0876e2d" + integrity sha512-MGIE4HOvQCeUCzmlHs0vXpih4ysz4wg9qiSAu6cd42lVwPbTM1TjV7RusoyQqMmk/95gdQZX72u+YW+c3eEpFQ== + 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"