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"