From b8acc57dbc97822f0196df00dcfc11af12078f89 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 19 Sep 2021 17:19:21 +0000 Subject: [PATCH] chore(deps): update dependency memfs to v3.3.0 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 81b6622..b0882b9 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "eslint-plugin-prettier": "3.3.1", "isomorphic-git": "1.9.2", "jest": "26.6.3", - "memfs": "3.2.2", + "memfs": "3.3.0", "patch-package": "6.4.0", "path-browserify": "1.0.1", "prettier": "2.2.1", diff --git a/yarn.lock b/yarn.lock index 6121bb8..e59b385 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3935,10 +3935,10 @@ map-visit@^1.0.0: dependencies: object-visit "^1.0.0" -memfs@3.2.2: - version "3.2.2" - resolved "https://registry.yarnpkg.com/memfs/-/memfs-3.2.2.tgz#5de461389d596e3f23d48bb7c2afb6161f4df40e" - integrity sha512-RE0CwmIM3CEvpcdK3rZ19BC4E6hv9kADkMN5rPduRak58cNArWLi/9jFLsa4rhsjfVxMP3v0jO7FHXq7SvFY5Q== +memfs@3.3.0: + version "3.3.0" + resolved "https://registry.yarnpkg.com/memfs/-/memfs-3.3.0.tgz#4da2d1fc40a04b170a56622c7164c6be2c4cbef2" + integrity sha512-BEE62uMfKOavX3iG7GYX43QJ+hAeeWnwIAuJ/R6q96jaMtiLzhsxHJC8B1L7fK7Pt/vXDRwb3SG/yBpNGDPqzg== dependencies: fs-monkey "1.0.3"