From 8df88e37023cdc12e9fdb8822f4f42108b2e82f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Aug 2021 04:07:44 +0000 Subject: [PATCH] chore(deps-dev): bump memfs from 2.15.2 to 2.17.1 Bumps [memfs](https://github.com/streamich/memfs) from 2.15.2 to 2.17.1. - [Release notes](https://github.com/streamich/memfs/releases) - [Changelog](https://github.com/streamich/memfs/blob/master/CHANGELOG.md) - [Commits](https://github.com/streamich/memfs/compare/v2.15.2...v2.17.1) --- updated-dependencies: - dependency-name: memfs dependency-type: direct:development update-type: version-update:semver-minor ... 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 5e601ef..e2013d1 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "husky": "^6.0.0", "jest": "^24.5.0", "lint-staged": "^8.1.5", - "memfs": "^2.15.2", + "memfs": "^2.17.1", "npm-watch": "^0.6.0", "prettier": "1.16.4", "semantic-release": "^17.2.3", diff --git a/yarn.lock b/yarn.lock index ee6d945..0eece7f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5323,10 +5323,10 @@ mem@^4.0.0: mimic-fn "^2.0.0" p-is-promise "^2.0.0" -memfs@^2.15.2: - version "2.15.2" - resolved "https://registry.yarnpkg.com/memfs/-/memfs-2.15.2.tgz#199b64580cf849ea641d8fac81d96742bfebd26d" - integrity sha512-jFC2mc3Aa224nJB824vbJzuiksf3+wPjFSKrXS7bA3o3H0Yy4/bh0R1nAsQyL/P80PVyT56ZowQJ+NGniHWhVQ== +memfs@^2.17.1: + version "2.17.1" + resolved "https://registry.yarnpkg.com/memfs/-/memfs-2.17.1.tgz#bfcc11b6308214b4fb33eaca101132722d22e103" + integrity sha512-4kAcqibPAd8DN8/UIW/6OwvbhNq6MqwsQ0pxjo+2ZmxPlQAbn9TAepnRpdeYfw4Qq0Y+QqwE6wngLUowo2fcjg== dependencies: fast-extend "0.0.2" fs-monkey "^0.3.3"