From ccd1be08c5b13dd620ed814def1a84b81614cab2 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 17 Feb 2020 14:47:29 +0000 Subject: [PATCH] fix(deps): update dependency fs-monkey to v1 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 143758f8..994a8167 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "url": "https://github.com/streamich/memfs.git" }, "dependencies": { - "fs-monkey": "0.3.3" + "fs-monkey": "1.0.0" }, "devDependencies": { "@types/jest": "23.3.14", diff --git a/yarn.lock b/yarn.lock index d16ea0fd..88c77a3e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2366,10 +2366,10 @@ fs-minipass@^1.2.5: dependencies: minipass "^2.6.0" -fs-monkey@0.3.3: - version "0.3.3" - resolved "https://registry.yarnpkg.com/fs-monkey/-/fs-monkey-0.3.3.tgz#7960bb2b1fa2653731b9d0e2e84812a7e8b3664a" - integrity sha512-FNUvuTAJ3CqCQb5ELn+qCbGR/Zllhf2HtwsdAtBi59s1WeCjKMT81fHcSu7dwIskqGVK+MmOrb7VOBlq3/SItw== +fs-monkey@1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/fs-monkey/-/fs-monkey-1.0.0.tgz#b1fe36b2d8a78463fd0b8fd1463b355952743bd0" + integrity sha512-nxkkzQ5Ga+ETriXxIof4TncyMSzrV9jFIF+kGN16nw5CiAdWAnG/2FgM7CHhRenW1EBiDx+r1tf/P78HGKCgnA== fs-vacuum@^1.2.10, fs-vacuum@~1.2.10: version "1.2.10"