From f05b7e032e23366a4076fcd688102ffbbc9e2136 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Sep 2025 11:04:01 +0000 Subject: [PATCH] chore(deps-dev): bump memfs from 4.39.0 to 4.42.0 Bumps [memfs](https://github.com/streamich/memfs) from 4.39.0 to 4.42.0. - [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/v4.39.0...v4.42.0) --- updated-dependencies: - dependency-name: memfs dependency-version: 4.42.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 47c358960..ade559946 100644 --- a/package.json +++ b/package.json @@ -119,7 +119,7 @@ "c8": "^10", "deepmerge": "^4.2.2", "fast-glob": "^3.3.1", - "memfs": "4.39.0", + "memfs": "4.42.0", "mocha": "11.7.2", "npm-run-all2": "^8", "rimraf": "^6",