From 096f1a01d5a8b5512da5bb743fcce70a7c6d7dc9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 May 2024 12:52:03 +0000 Subject: [PATCH] chore(deps): update dependency memfs to v4.9.2 (#28829) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- pnpm-lock.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 705540614c..4bd54bf4ac 100644 --- a/package.json +++ b/package.json @@ -331,7 +331,7 @@ "jest-mock-extended": "3.0.6", "jest-snapshot": "29.7.0", "markdownlint-cli2": "0.13.0", - "memfs": "4.9.1", + "memfs": "4.9.2", "nock": "13.5.4", "npm-run-all2": "6.1.2", "nyc": "15.1.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 435c5139f3..b2960180e9 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -566,8 +566,8 @@ importers: specifier: 0.13.0 version: 0.13.0 memfs: - specifier: 4.9.1 - version: 4.9.1 + specifier: 4.9.2 + version: 4.9.2 nock: specifier: 13.5.4 version: 13.5.4 @@ -4310,8 +4310,8 @@ packages: mdurl@2.0.0: resolution: {integrity: sha512-Lf+9+2r+Tdp5wXDXC4PcIBjTDtq4UKjCPMQhKIuzpJNW0b96kVqSwW0bT7FhRSfmAiFYgP+SCRvdrDozfh0U5w==} - memfs@4.9.1: - resolution: {integrity: sha512-36cVYFMaa9HNEYyvkyKCwker8DBmOdjWLrfekE/cHEKJ806fCfKNVhOJNvoyV/CrGSZDtfQPbhn0Zid0gbH0Hw==} + memfs@4.9.2: + resolution: {integrity: sha512-f16coDZlTG1jskq3mxarwB+fGRrd0uXWt+o1WIhRfOwbXQZqUDsTVxQBFK9JjRQHblg8eAG2JSbprDXKjc7ijQ==} engines: {node: '>= 4.0.0'} memorystream@0.3.1: @@ -11103,7 +11103,7 @@ snapshots: mdurl@2.0.0: {} - memfs@4.9.1: + memfs@4.9.2: dependencies: '@jsonjoy.com/json-pack': 1.0.3(tslib@2.6.2) '@jsonjoy.com/util': 1.1.2(tslib@2.6.2) -- GitLab