diff --git a/package-lock.json b/package-lock.json index f2ba6ea53..025363989 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.0", "npm-run-all": "4.1.5", "prettier-eslint": "16.3.0", "typescript": "5.6.2" @@ -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.0", + "resolved": "https://registry.npmjs.org/mock-fs/-/mock-fs-5.4.0.tgz", + "integrity": "sha512-3ROPnEMgBOkusBMYQUW2rnT3wZwsgfOKzJDLvx/TZ7FL1WmWvwSwn3j4aDR5fLDGtgcc1WF0Z1y0di7c9L4FKw==", "dev": true, "engines": { "node": ">=12.0.0" diff --git a/package.json b/package.json index 48a275e26..fd7d98787 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.0", "npm-run-all": "4.1.5", "prettier-eslint": "16.3.0", "typescript": "5.6.2"