diff --git a/package.json b/package.json index 4ad5848..89418fe 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "@egoist/prettier-config": "^0.1.0", "@sucrase/jest-plugin": "^2.1.0", "@types/debug": "^4.1.4", - "@types/fs-extra": "^8.0.0", + "@types/fs-extra": "^9.0.11", "@types/is-binary-path": "^2.1.0", "@types/jest": "^26.0.14", "@types/node-sass": "^4.11.0", diff --git a/yarn.lock b/yarn.lock index c86c5c4..6f40a5c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1247,10 +1247,10 @@ resolved "https://registry.yarnpkg.com/@types/debug/-/debug-4.1.5.tgz#b14efa8852b7768d898906613c23f688713e02cd" integrity sha512-Q1y515GcOdTHgagaVFhHnIFQ38ygs/kmxdNpvpou+raI9UO3YZcHDngBSYKQklcKlvA7iuQlmIKbzvmxcOE9CQ== -"@types/fs-extra@^8.0.0": - version "8.0.0" - resolved "https://registry.yarnpkg.com/@types/fs-extra/-/fs-extra-8.0.0.tgz#d3e2c313ca29f95059f198dd60d1f774642d4b25" - integrity sha512-bCtL5v9zdbQW86yexOlXWTEGvLNqWxMFyi7gQA7Gcthbezr2cPSOb8SkESVKA937QD5cIwOFLDFt0MQoXOEr9Q== +"@types/fs-extra@^9.0.11": + version "9.0.11" + resolved "https://registry.yarnpkg.com/@types/fs-extra/-/fs-extra-9.0.11.tgz#8cc99e103499eab9f347dbc6ca4e99fb8d2c2b87" + integrity sha512-mZsifGG4QeQ7hlkhO56u7zt/ycBgGxSVsFI/6lGTU34VtwkiqrrSDgw0+ygs8kFGWcXnFQWMrzF2h7TtDFNixA== dependencies: "@types/node" "*"