From 9c345dacb543573901e7af6da9b2aec1d2f67919 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 20:24:23 +0000 Subject: [PATCH] fix(deps): bump memfs from 4.38.1 to 4.54.0 Bumps [memfs](https://github.com/streamich/memfs) from 4.38.1 to 4.54.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.38.1...v4.54.0) --- updated-dependencies: - dependency-name: memfs dependency-version: 4.49.0 dependency-type: direct:production 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 83efed13a..6137e9f79 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "js2xmlparser": "^4.0.1", "jsonwebtoken": "9.0.3", "jszip": "3.10.1", - "memfs": "4.38.1", + "memfs": "4.54.0", "pino": "^9.7.0", "pino-abstract-transport": "^1.2.0", "pino-pretty": "^11.3.0", diff --git a/yarn.lock b/yarn.lock index cf1a7fd9f..965e76696 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3777,10 +3777,10 @@ math-intrinsics@^1.1.0: resolved "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz" integrity sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g== -memfs@4.38.1: - version "4.38.1" - resolved "https://registry.yarnpkg.com/memfs/-/memfs-4.38.1.tgz#43cc07ee74dc321dbd0cba778db6cd94a4648895" - integrity sha512-exfrOkkU3m0EpbQ0iQJP93HUbkprnIBU7IUnobSNAzHkBUzsklLwENGLEm8ZwJmMuLoFEfv1pYQ54wSpkay4kQ== +memfs@4.54.0: + version "4.54.0" + resolved "https://registry.yarnpkg.com/memfs/-/memfs-4.54.0.tgz#fd4b04a3a9b268e94fb8cff2e0ac0f83b673e150" + integrity sha512-wiJ9YYUj2bVcpdJgIv6y1KrStknSdNhfM4+4+ttt0cHHMxVLZ3aOBoER8krt9lGY5HkR2ustUXiihhNPeNxXaQ== dependencies: "@jsonjoy.com/json-pack" "^1.11.0" "@jsonjoy.com/util" "^1.9.0"