diff --git a/package-lock.json b/package-lock.json index f357e48b9..392d1742a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -58,7 +58,7 @@ "husky": "9.1.6", "lint-staged": "15.2.10", "mocha": "10.7.3", - "mock-fs": "5.3.0", + "mock-fs": "5.4.1", "npm-run-all": "4.1.5", "prettier-eslint": "16.3.0", "typescript": "5.6.3" @@ -5204,9 +5204,9 @@ } }, "node_modules/mock-fs": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/mock-fs/-/mock-fs-5.3.0.tgz", - "integrity": "sha512-IMvz1X+RF7vf+ur7qUenXMR7/FSKSIqS3HqFHXcyNI7G0FbpFO8L5lfsUJhl+bhK1AiulVHWKUSxebWauPA+xQ==", + "version": "5.4.1", + "resolved": "https://registry.npmjs.org/mock-fs/-/mock-fs-5.4.1.tgz", + "integrity": "sha512-sz/Q8K1gXXXHR+qr0GZg2ysxCRr323kuN10O7CtQjraJsFDJ4SJ+0I5MzALz7aRp9lHk8Cc/YdsT95h9Ka1aFw==", "dev": true, "engines": { "node": ">=12.0.0" diff --git a/package.json b/package.json index 25af67534..30dc8a8aa 100644 --- a/package.json +++ b/package.json @@ -114,7 +114,7 @@ "husky": "9.1.6", "lint-staged": "15.2.10", "mocha": "10.7.3", - "mock-fs": "5.3.0", + "mock-fs": "5.4.1", "npm-run-all": "4.1.5", "prettier-eslint": "16.3.0", "typescript": "5.6.3"