diff --git a/package.json b/package.json index 655ba2c50d..f6f6af9118 100644 --- a/package.json +++ b/package.json @@ -131,7 +131,7 @@ "express-lazy-router": "1.0.4", "express-query-boolean": "2.0.0", "express-session": "1.17.2", - "fs-extra": "10.0.0", + "fs-extra": "10.0.1", "ghost-storage-base": "1.0.0", "glob": "7.2.0", "got": "9.6.0", diff --git a/yarn.lock b/yarn.lock index 1328139ed3..351d709ea2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1904,7 +1904,7 @@ "@tryghost/root-utils" "^0.3.8" debug "^4.3.1" -"@tryghost/debug@0.1.13": +"@tryghost/debug@0.1.13", "@tryghost/debug@^0.1.13": version "0.1.13" resolved "https://registry.yarnpkg.com/@tryghost/debug/-/debug-0.1.13.tgz#daf23fb9caedadfb919d3444faf9c84ed549beae" integrity sha512-B5/fIvee1OqxIvB1gEZRqrjeN/hHbIFmmklqLm1I3yRBWyothStVnkaGm8taIoumgIluHv6h2BsYiFKIWQx65Q== @@ -1920,14 +1920,6 @@ "@tryghost/root-utils" "^0.3.10" debug "^4.3.1" -"@tryghost/debug@^0.1.13": - version "0.1.13" - resolved "https://registry.yarnpkg.com/@tryghost/debug/-/debug-0.1.13.tgz#daf23fb9caedadfb919d3444faf9c84ed549beae" - integrity sha512-B5/fIvee1OqxIvB1gEZRqrjeN/hHbIFmmklqLm1I3yRBWyothStVnkaGm8taIoumgIluHv6h2BsYiFKIWQx65Q== - dependencies: - "@tryghost/root-utils" "^0.3.11" - debug "^4.3.1" - "@tryghost/domain-events@^0.1.7": version "0.1.7" resolved "https://registry.yarnpkg.com/@tryghost/domain-events/-/domain-events-0.1.7.tgz#dd6fa48886961c3e27889672a234bb516770d491" @@ -1982,7 +1974,7 @@ lodash "^4.17.21" uuid "^8.3.2" -"@tryghost/errors@1.2.3": +"@tryghost/errors@1.2.3", "@tryghost/errors@^1.2.3": version "1.2.3" resolved "https://registry.yarnpkg.com/@tryghost/errors/-/errors-1.2.3.tgz#dccfcd09e175e4f0e437039a2653119f84b41e70" integrity sha512-6vd5s2tKX4uQoKjwyP7rICPVY3jj9balc5XLcmwQjUm4yuRAL9AAcpbf1O4AwNN1gs/cN+Wknxjk/LeeIvGbGA== @@ -2006,14 +1998,6 @@ lodash "^4.17.21" uuid "^8.3.2" -"@tryghost/errors@^1.2.3": - version "1.2.3" - resolved "https://registry.yarnpkg.com/@tryghost/errors/-/errors-1.2.3.tgz#dccfcd09e175e4f0e437039a2653119f84b41e70" - integrity sha512-6vd5s2tKX4uQoKjwyP7rICPVY3jj9balc5XLcmwQjUm4yuRAL9AAcpbf1O4AwNN1gs/cN+Wknxjk/LeeIvGbGA== - dependencies: - lodash "^4.17.21" - uuid "^8.3.2" - "@tryghost/express-dynamic-redirects@0.2.5": version "0.2.5" resolved "https://registry.yarnpkg.com/@tryghost/express-dynamic-redirects/-/express-dynamic-redirects-0.2.5.tgz#3a8ab59cc4fc3dd652058958b61800616ea96ccf" @@ -5969,10 +5953,10 @@ 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@10.0.0, fs-extra@^10.0.0: - version "10.0.0" - resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-10.0.0.tgz#9ff61b655dde53fb34a82df84bb214ce802e17c1" - integrity sha512-C5owb14u9eJwizKGdchcDUQeFtlSHHthBk8pbX9Vc1PFZrLombudjDnNns88aYslCyF6IY5SUw3Roz6xShcEIQ== +fs-extra@10.0.1: + version "10.0.1" + resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-10.0.1.tgz#27de43b4320e833f6867cc044bfce29fdf0ef3b8" + integrity sha512-NbdoVMZso2Lsrn/QwLXOy6rm0ufY2zEOKCDzJR/0kBsb0E6qed0P3iYK+Ath3BfvXEeu4JhEtXLgILx5psUfag== dependencies: graceful-fs "^4.2.0" jsonfile "^6.0.1" @@ -5988,6 +5972,15 @@ fs-extra@9.1.0, fs-extra@^9.1.0: jsonfile "^6.0.1" universalify "^2.0.0" +fs-extra@^10.0.0: + version "10.0.0" + resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-10.0.0.tgz#9ff61b655dde53fb34a82df84bb214ce802e17c1" + integrity sha512-C5owb14u9eJwizKGdchcDUQeFtlSHHthBk8pbX9Vc1PFZrLombudjDnNns88aYslCyF6IY5SUw3Roz6xShcEIQ== + dependencies: + graceful-fs "^4.2.0" + jsonfile "^6.0.1" + universalify "^2.0.0" + fs-minipass@^1.2.7: version "1.2.7" resolved "https://registry.yarnpkg.com/fs-minipass/-/fs-minipass-1.2.7.tgz#ccff8570841e7fe4265693da88936c55aed7f7c7"