From 44f445a98917d66c8aa50b0e2af492951e416d00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Mar 2021 11:05:19 +0000 Subject: [PATCH] Bump @types/fs-extra from 9.0.8 to 9.0.9 Bumps [@types/fs-extra](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/fs-extra) from 9.0.8 to 9.0.9. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/fs-extra) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 25e3dc2a..4b2d8721 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "@types/color": "3.0.1", "@types/columnify": "^1.5.0", "@types/electron-devtools-installer": "2.2.0", - "@types/fs-extra": "9.0.8", + "@types/fs-extra": "9.0.9", "@types/lodash": "^4.14.168", "@types/mkdirp": "1.0.1", "@types/mousetrap": "1.6.3", diff --git a/yarn.lock b/yarn.lock index 9e1b06fc..61094668 100644 --- a/yarn.lock +++ b/yarn.lock @@ -731,10 +731,10 @@ resolved "https://registry.npmjs.org/@types/estree/-/estree-0.0.46.tgz#0fb6bfbbeabd7a30880504993369c4bf1deab1fe" integrity sha512-laIjwTQaD+5DukBZaygQ79K1Z0jb1bPEMRrkXSLjtCcZm+abyp5YbrqpSLzD42FwWW6gK/aS4NYpJ804nG2brg== -"@types/fs-extra@9.0.8", "@types/fs-extra@^9.0.7": - version "9.0.8" - resolved "https://registry.npmjs.org/@types/fs-extra/-/fs-extra-9.0.8.tgz#32c3c07ddf8caa5020f84b5f65a48470519f78ba" - integrity sha512-bnlTVTwq03Na7DpWxFJ1dvnORob+Otb8xHyUqUWhqvz/Ksg8+JXPlR52oeMSZ37YEOa5PyccbgUNutiQdi13TA== +"@types/fs-extra@9.0.9", "@types/fs-extra@^9.0.7": + version "9.0.9" + resolved "https://registry.npmjs.org/@types/fs-extra/-/fs-extra-9.0.9.tgz#11ed43b3f3c6b3490f1ef9bd17f58da896e2d861" + integrity sha512-5TqDycCl0oMzwzd1cIjSJWMKMvLCDVErle4ZTjU4EmHDURR/+yZghe6GDHMCpHtcVfq0x0gMoOM546/5TbYHrg== dependencies: "@types/node" "*"