From b84e2ddcd831bc214c1ce37d85354f6dc42da38f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 02:33:17 +0000 Subject: [PATCH] chore(deps-dev): bump memfs from 3.6.0 to 4.57.2 Bumps [memfs](https://github.com/streamich/memfs) from 3.6.0 to 4.57.2. - [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.6.0...v4.57.2) --- updated-dependencies: - dependency-name: memfs dependency-version: 4.57.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6c37ab0..42b5ca9 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "eslint-plugin-standard": "^5", "jest": "^29", "jsdoc-to-markdown": "^8", - "memfs": "^3.4.7", + "memfs": "^4.57.2", "node-fetch": "^2.6.7" } }