diff --git a/package-lock.json b/package-lock.json index ed8cb23b..5a93178a 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 51cc387a..b22d1742 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",