From 64eb69ee55b8117e688e7055f01401b4276cb286 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 4 Aug 2024 00:20:29 +0000 Subject: [PATCH] chore(deps): update dependency memfs to v4.11.1 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index ed8cb23..5a93178 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "lint-staged": "15.2.7", "markdownlint-cli2": "0.13.0", "markdownlint-cli2-formatter-pretty": "0.0.6", - "memfs": "4.11.0", + "memfs": "4.11.1", "prettier": "3.3.3", "prettier-plugin-curly": "0.2.2", "prettier-plugin-jsdoc": "1.3.0", @@ -7812,9 +7812,9 @@ "license": "MIT" }, "node_modules/memfs": { - "version": "4.11.0", - "resolved": "https://registry.npmjs.org/memfs/-/memfs-4.11.0.tgz", - "integrity": "sha512-+6kz90/YQoZuHvg3rn1CGPMZfEMaU5xe7xIavZMNiom2RNesiI8S37p9O9n+PlIUnUgretjLdM6HnqpZYl3X2g==", + "version": "4.11.1", + "resolved": "https://registry.npmjs.org/memfs/-/memfs-4.11.1.tgz", + "integrity": "sha512-LZcMTBAgqUUKNXZagcZxvXXfgF1bHX7Y7nQ0QyEiNbRJgE29GhgPd8Yna1VQcLlPiHt/5RFJMWYN9Uv/VPNvjQ==", "dev": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 51cc387..b22d174 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,7 @@ "lint-staged": "15.2.7", "markdownlint-cli2": "0.13.0", "markdownlint-cli2-formatter-pretty": "0.0.6", - "memfs": "4.11.0", + "memfs": "4.11.1", "prettier": "3.3.3", "prettier-plugin-curly": "0.2.2", "prettier-plugin-jsdoc": "1.3.0",