diff --git a/packages/core/package.json b/packages/core/package.json index 740a9fda..3b4f4f06 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -184,7 +184,7 @@ "@testing-library/react": "13.4.0", "@types/common-tags": "1.8.1", "@types/create-react-class": "15.6.3", - "@types/fs-extra": "9.0.13", + "@types/fs-extra": "11.0.0", "@types/is-hotkey": "0.1.7", "@types/jest": "29.2.5", "@types/js-yaml": "4.0.5", diff --git a/yarn.lock b/yarn.lock index 844b09d4..41e65c55 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3742,11 +3742,12 @@ "@types/qs" "*" "@types/serve-static" "*" -"@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== +"@types/fs-extra@11.0.0": + version "11.0.0" + resolved "https://registry.yarnpkg.com/@types/fs-extra/-/fs-extra-11.0.0.tgz#72aa5dbaeb51c52a2a7e8f8f2ed6c323699d849a" + integrity sha512-zdV5odfHf95B4qr6bdpshG4VMm/3xgnPhSJLa3xh75CYr35e34k+4FQli82Q48sPqwHazJGy+6+jl4T+Vw1AMg== dependencies: + "@types/jsonfile" "*" "@types/node" "*" "@types/glob@^7.1.1": @@ -3847,6 +3848,13 @@ resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee" integrity sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ== +"@types/jsonfile@*": + version "6.1.1" + resolved "https://registry.yarnpkg.com/@types/jsonfile/-/jsonfile-6.1.1.tgz#ac84e9aefa74a2425a0fb3012bdea44f58970f1b" + integrity sha512-GSgiRCVeapDN+3pqA35IkQwasaCh/0YFH5dEF6S88iDvEn901DjOeH3/QPY+XYP1DFzDZPvIvfeEgk+7br5png== + dependencies: + "@types/node" "*" + "@types/jwt-decode@2.2.1": version "2.2.1" resolved "https://registry.yarnpkg.com/@types/jwt-decode/-/jwt-decode-2.2.1.tgz#afdf5c527fcfccbd4009b5fd02d1e18241f2d2f2"