diff --git a/package.json b/package.json index 3a8c5ce0..8d59e527 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@tabby-gang/to-string-loader": "^1.1.7-beta.2", "@types/electron-config": "^3.2.2", "@types/electron-debug": "^2.1.0", - "@types/fs-extra": "^9.0.11", + "@types/fs-extra": "^9.0.12", "@types/js-yaml": "^4.0.2", "@types/node": "16.0.0", "@types/webpack-env": "^1.16.2", diff --git a/yarn.lock b/yarn.lock index 6e8a2885..066eb8ee 100644 --- a/yarn.lock +++ b/yarn.lock @@ -422,10 +422,10 @@ resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.49.tgz#3facb98ebcd4114a4ecef74e0de2175b56fd4464" integrity sha512-K1AFuMe8a+pXmfHTtnwBvqoEylNKVeaiKYkjmcEAdytMQVJ/i9Fu7sc13GxgXdO49gkE7Hy8SyJonUZUn+eVaw== -"@types/fs-extra@^9.0.1", "@types/fs-extra@^9.0.11", "@types/fs-extra@^9.0.7": - 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== +"@types/fs-extra@^9.0.1", "@types/fs-extra@^9.0.12", "@types/fs-extra@^9.0.7": + 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" "*"