diff --git a/package.json b/package.json index 5b061b7..499d930 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "devDependencies": { "@commitlint/cli": "^7.5.2", "@commitlint/config-conventional": "^7.5.0", - "@types/fs-extra": "^5.0.5", + "@types/fs-extra": "^9.0.13", "@types/jest": "^24.0.11", "@types/mime": "^2.0.1", "@types/ramda": "types/npm-ramda#dist", diff --git a/yarn.lock b/yarn.lock index bbbb43e..4c6c70f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -821,10 +821,10 @@ dependencies: "@babel/types" "^7.3.0" -"@types/fs-extra@^5.0.5": - version "5.0.5" - resolved "https://registry.yarnpkg.com/@types/fs-extra/-/fs-extra-5.0.5.tgz#080d90a792f3fa2c5559eb44bd8ef840aae9104b" - integrity sha512-w7iqhDH9mN8eLClQOYTkhdYUOSpp25eXxfc6VbFOGtzxW34JcvctH2bKjj4jD4++z4R5iO5D+pg48W2e03I65A== +"@types/fs-extra@^9.0.13": + version "9.0.13" + resolved "https://registry.yarnpkg.com/@types/fs-extra/-/fs-extra-9.0.13.tgz#7594fbae04fe7f1918ce8b3d213f74ff44ac1f45" + integrity sha512-nEnwB++1u5lVDM2UI4c1+5R+FYaKfaAzS4OococimjVm3nQw3TuzH5UNsocrcTBbhnerblyHj4A49qXbIiZdpA== dependencies: "@types/node" "*"