From 29a671891464254a9694142b89b4b95073e8c9a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Oct 2025 11:04:27 +0000 Subject: [PATCH] chore(deps-dev): bump memfs from 4.46.1 to 4.48.1 Bumps [memfs](https://github.com/streamich/memfs) from 4.46.1 to 4.48.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/v4.46.1...v4.48.1) --- updated-dependencies: - dependency-name: memfs dependency-version: 4.48.1 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 8260ff122..e94ca5bb1 100644 --- a/package.json +++ b/package.json @@ -119,7 +119,7 @@ "c8": "^10", "deepmerge": "^4.2.2", "fast-glob": "^3.3.1", - "memfs": "4.46.1", + "memfs": "4.48.1", "mocha": "11.7.2", "npm-run-all2": "^8", "rimraf": "^6",