diff --git a/package.json b/package.json index d87dcdc1..5064ba16 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "clone-deep": "^4.0.1", "defu": "^3.2.2", "execa": "^5.0.0", - "fs-extra": "^9.1.0", + "fs-extra": "^11.3.3", "hasha": "^5.2.2", "jimp-compact": "^0.16.1", "lodash.template": "^4.5.0", diff --git a/yarn.lock b/yarn.lock index b60d8516..e817a51b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5497,6 +5497,15 @@ fs-access@^1.0.1: dependencies: null-check "^1.0.0" +fs-extra@^11.3.3: + version "11.3.3" + resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.3.3.tgz#a27da23b72524e81ac6c3815cc0179b8c74c59ee" + integrity sha512-VWSRii4t0AFm6ixFFmLLx1t7wS1gh+ckoa84aOeapGum0h+EZd1EhEumSB+ZdDLnEPuucsVB9oB7cxJHap6Afg== + dependencies: + graceful-fs "^4.2.0" + jsonfile "^6.0.1" + universalify "^2.0.0" + fs-extra@^8.1.0: version "8.1.0" resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-8.1.0.tgz#49d43c45a88cd9677668cb7be1b46efdb8d2e1c0"