diff --git a/package.json b/package.json index 2ce84899..0628bd64 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "devDependencies": { "@types/deep-diff": "^1.0.0", "@types/express": "^4.17.8", - "@types/fs-extra": "^9.0.4", + "@types/fs-extra": "^9.0.5", "@types/jest": "^26.0.16", "@types/js-yaml": "^3.12.4", "@types/node": "^14.14.10", diff --git a/yarn.lock b/yarn.lock index 259ed864..932aec87 100644 --- a/yarn.lock +++ b/yarn.lock @@ -624,10 +624,10 @@ "@types/qs" "*" "@types/serve-static" "*" -"@types/fs-extra@^9.0.4": - version "9.0.4" - resolved "https://registry.yarnpkg.com/@types/fs-extra/-/fs-extra-9.0.4.tgz#12553138cf0438db9a31cdc8b0a3aa9332eb67aa" - integrity sha512-50GO5ez44lxK5MDH90DYHFFfqxH7+fTqEEnvguQRzJ/tY9qFrMSHLiYHite+F3SNmf7+LHC1eMXojuD+E3Qcyg== +"@types/fs-extra@^9.0.5": + version "9.0.5" + resolved "https://registry.yarnpkg.com/@types/fs-extra/-/fs-extra-9.0.5.tgz#2afb76a43a4bef80a363b94b314d0ca1694fc4f8" + integrity sha512-wr3t7wIW1c0A2BIJtdVp4EflriVaVVAsCAIHVzzh8B+GiFv9X1xeJjCs4upRXtzp7kQ6lP5xvskjoD4awJ1ZeA== dependencies: "@types/node" "*"