From d2b564ff88aebf5332bd4dfc4ab159014e8450e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Sep 2021 02:01:02 +0000 Subject: [PATCH] chore(deps): bump memfs from 3.2.2 to 3.2.3 Bumps [memfs](https://github.com/streamich/memfs) from 3.2.2 to 3.2.3. - [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/v3.2.2...v3.2.3) --- updated-dependencies: - dependency-name: memfs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5adaeb9..c9fc0c1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7414,9 +7414,9 @@ } }, "node_modules/memfs": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/memfs/-/memfs-3.2.2.tgz", - "integrity": "sha512-RE0CwmIM3CEvpcdK3rZ19BC4E6hv9kADkMN5rPduRak58cNArWLi/9jFLsa4rhsjfVxMP3v0jO7FHXq7SvFY5Q==", + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/memfs/-/memfs-3.2.3.tgz", + "integrity": "sha512-vDKa1icg0KDNzcOPBPAduFFb3YL+pLbQ/3hW7rRgUKpoliTAkPmVV7r/3qJ6YqKyIXEDhzsdSvLlEh137AfWUA==", "dependencies": { "fs-monkey": "1.0.3" }, @@ -15614,9 +15614,9 @@ "dev": true }, "memfs": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/memfs/-/memfs-3.2.2.tgz", - "integrity": "sha512-RE0CwmIM3CEvpcdK3rZ19BC4E6hv9kADkMN5rPduRak58cNArWLi/9jFLsa4rhsjfVxMP3v0jO7FHXq7SvFY5Q==", + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/memfs/-/memfs-3.2.3.tgz", + "integrity": "sha512-vDKa1icg0KDNzcOPBPAduFFb3YL+pLbQ/3hW7rRgUKpoliTAkPmVV7r/3qJ6YqKyIXEDhzsdSvLlEh137AfWUA==", "requires": { "fs-monkey": "1.0.3" }