From 71dac1561d5afda3279b5ab281e40ac24e665b82 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 22 Dec 2024 05:02:46 +0000 Subject: [PATCH] chore(deps): update dependency memfs to ^4.15.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 b3ad62fd..72c49ce1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -43,7 +43,7 @@ "chai-subset": "^1.6.0", "eslint-formatter-gha": "^1.5.2", "eslint-plugin-mocha": "^10.5.0", - "memfs": "^4.15.0", + "memfs": "^4.15.1", "mocha": "^11.0.1", "mocha-multi": "^1.1.7", "mocha-reporter-gha": "^1.1.1", @@ -8302,9 +8302,9 @@ } }, "node_modules/memfs": { - "version": "4.15.0", - "resolved": "https://registry.npmjs.org/memfs/-/memfs-4.15.0.tgz", - "integrity": "sha512-q9MmZXd2rRWHS6GU3WEm3HyiXZyyoA1DqdOhEq0lxPBmKb5S7IAOwX0RgUCwJfqjelDCySa5h8ujOy24LqsWcw==", + "version": "4.15.1", + "resolved": "https://registry.npmjs.org/memfs/-/memfs-4.15.1.tgz", + "integrity": "sha512-ufCzgFwiVnR6R9cCYuvwznJdhdYXEvFl0hpnM4cCtVaVkHuqBR+6fo2sqt1SSMdp+uiHw9GyPZr3OMM5tqjSmQ==", "dev": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index e2c0ce5a..9f38348e 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "chai-subset": "^1.6.0", "eslint-formatter-gha": "^1.5.2", "eslint-plugin-mocha": "^10.5.0", - "memfs": "^4.15.0", + "memfs": "^4.15.1", "mocha": "^11.0.1", "mocha-multi": "^1.1.7", "mocha-reporter-gha": "^1.1.1",