From 88b248fcf2e7ad49cb2909ee08ff5df784a76e2c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Apr 2021 22:54:17 +0000 Subject: [PATCH] chore(deps): update dependency @types/fs-extra to v9.0.9 (#9358) Co-authored-by: Renovate Bot <bot@renovateapp.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 4579ef731e..c8dfc80a2f 100644 --- a/package.json +++ b/package.json @@ -202,7 +202,7 @@ "@types/clean-git-ref": "2.0.0", "@types/conventional-commits-detector": "1.0.0", "@types/eslint": "7.2.7", - "@types/fs-extra": "9.0.8", + "@types/fs-extra": "9.0.9", "@types/git-url-parse": "9.0.0", "@types/github-url-from-git": "1.5.0", "@types/global-agent": "2.1.0", diff --git a/yarn.lock b/yarn.lock index b7cb2bf616..7a215b945a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1401,10 +1401,10 @@ resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.46.tgz#0fb6bfbbeabd7a30880504993369c4bf1deab1fe" integrity sha512-laIjwTQaD+5DukBZaygQ79K1Z0jb1bPEMRrkXSLjtCcZm+abyp5YbrqpSLzD42FwWW6gK/aS4NYpJ804nG2brg== -"@types/fs-extra@9.0.8": - version "9.0.8" - resolved "https://registry.yarnpkg.com/@types/fs-extra/-/fs-extra-9.0.8.tgz#32c3c07ddf8caa5020f84b5f65a48470519f78ba" - integrity sha512-bnlTVTwq03Na7DpWxFJ1dvnORob+Otb8xHyUqUWhqvz/Ksg8+JXPlR52oeMSZ37YEOa5PyccbgUNutiQdi13TA== +"@types/fs-extra@9.0.9": + version "9.0.9" + resolved "https://registry.yarnpkg.com/@types/fs-extra/-/fs-extra-9.0.9.tgz#11ed43b3f3c6b3490f1ef9bd17f58da896e2d861" + integrity sha512-5TqDycCl0oMzwzd1cIjSJWMKMvLCDVErle4ZTjU4EmHDURR/+yZghe6GDHMCpHtcVfq0x0gMoOM546/5TbYHrg== dependencies: "@types/node" "*" -- GitLab