diff --git a/package.json b/package.json index 77195e9..f86bc2b 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.12", "@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..ad3a5e6 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.12": + version "9.0.12" + resolved "https://registry.yarnpkg.com/@types/fs-extra/-/fs-extra-9.0.12.tgz#9b8f27973df8a7a3920e8461517ebf8a7d4fdfaf" + integrity sha512-I+bsBr67CurCGnSenZZ7v94gd3tc3+Aj2taxMT4yu4ABLuOgOjeFxX3dokG24ztSRg5tnT00sL8BszO7gSMoIw== dependencies: "@types/node" "*"