diff --git a/package-lock.json b/package-lock.json index 01e461dd56..43ddbbe36c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19466,9 +19466,9 @@ } }, "node_modules/memfs": { - "version": "4.15.3", - "resolved": "https://registry.npmjs.org/memfs/-/memfs-4.15.3.tgz", - "integrity": "sha512-vR/g1SgqvKJgAyYla+06G4p/EOcEmwhYuVb1yc1ixcKf8o/sh7Zngv63957ZSNd1xrZJoinmNyDf2LzuP8WJXw==", + "version": "4.17.0", + "resolved": "https://registry.npmjs.org/memfs/-/memfs-4.17.0.tgz", + "integrity": "sha512-4eirfZ7thblFmqFjywlTmuWVSvccHAJbn1r8qQLzmTO11qcqpohOjmY2mFce6x7x7WtskzRqApPD0hv+Oa74jg==", "dev": true, "dependencies": { "@jsonjoy.com/json-pack": "^1.0.3", @@ -27894,7 +27894,7 @@ "@types/stream-json": "^1.7.3", "jest": "29.7.0", "jest-cli": "29.7.0", - "memfs": "4.15.3", + "memfs": "4.17.0", "rimraf": "6.0.1", "ts-jest": "29.2.5", "typescript": "5.7.3" @@ -28149,7 +28149,7 @@ "core-js": "3.40.0", "jest": "29.7.0", "jest-cli": "29.7.0", - "memfs": "4.15.3", + "memfs": "4.17.0", "regenerator-runtime": "0.14.1", "rimraf": "6.0.1", "rollup": "4.30.1", diff --git a/packages/cli-utils/package.json b/packages/cli-utils/package.json index edad524504..808dc33035 100644 --- a/packages/cli-utils/package.json +++ b/packages/cli-utils/package.json @@ -52,7 +52,7 @@ "@types/stream-json": "^1.7.3", "jest": "29.7.0", "jest-cli": "29.7.0", - "memfs": "4.15.3", + "memfs": "4.17.0", "rimraf": "6.0.1", "ts-jest": "29.2.5", "typescript": "5.7.3" diff --git a/packages/rollup-plugin/package.json b/packages/rollup-plugin/package.json index c1ff72f28d..035c40b696 100644 --- a/packages/rollup-plugin/package.json +++ b/packages/rollup-plugin/package.json @@ -54,7 +54,7 @@ "core-js": "3.40.0", "jest": "29.7.0", "jest-cli": "29.7.0", - "memfs": "4.15.3", + "memfs": "4.17.0", "regenerator-runtime": "0.14.1", "rimraf": "6.0.1", "rollup": "4.30.1",