diff --git a/packages/rspack-browser/package.json b/packages/rspack-browser/package.json index c6c5abcdf943..305f2c4f5e14 100644 --- a/packages/rspack-browser/package.json +++ b/packages/rspack-browser/package.json @@ -37,7 +37,7 @@ "@rspack/lite-tapable": "1.1.0", "@swc/types": "0.1.25", "@types/watchpack": "^2.4.5", - "memfs": "4.51.1", + "memfs": "4.53.0", "webpack-sources": "3.3.3" }, "peerDependencies": { diff --git a/packages/rspack-test-tools/package.json b/packages/rspack-test-tools/package.json index f92246f768fe..51dc34045bd9 100644 --- a/packages/rspack-test-tools/package.json +++ b/packages/rspack-test-tools/package.json @@ -53,7 +53,7 @@ "jest-diff": "^30.2.0", "jest-snapshot": "29.7.0", "jsdom": "^26.1.0", - "memfs": "4.51.1", + "memfs": "4.53.0", "path-serializer": "0.5.1", "pretty-format": "30.2.0", "rimraf": "^5.0.10", diff --git a/packages/rspack/package.json b/packages/rspack/package.json index 808c625ec961..dd4f5f7ecd95 100644 --- a/packages/rspack/package.json +++ b/packages/rspack/package.json @@ -56,7 +56,7 @@ "browserslist-load-config": "^1.0.1", "enhanced-resolve": "5.18.4", "glob-to-regexp": "^0.4.1", - "memfs": "4.51.1", + "memfs": "4.53.0", "prebundle": "^1.6.0", "tinypool": "^1.1.1", "tsx": "^4.21.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d896764380cd..ed8691681c76 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -388,8 +388,8 @@ importers: specifier: ^0.4.1 version: 0.4.1 memfs: - specifier: 4.51.1 - version: 4.51.1 + specifier: 4.53.0 + version: 4.53.0 prebundle: specifier: ^1.6.0 version: 1.6.0(typescript@5.9.3) @@ -427,8 +427,8 @@ importers: specifier: ^2.4.5 version: 2.4.5 memfs: - specifier: 4.51.1 - version: 4.51.1 + specifier: 4.53.0 + version: 4.53.0 webpack-sources: specifier: 3.3.3 version: 3.3.3(patch_hash=b2a26650f08a2359d0a3cd81fa6fa272aa7441a28dd7e601792da5ed5d2b4aee) @@ -527,8 +527,8 @@ importers: specifier: ^26.1.0 version: 26.1.0 memfs: - specifier: 4.51.1 - version: 4.51.1 + specifier: 4.53.0 + version: 4.53.0 path-serializer: specifier: 0.5.1 version: 0.5.1 @@ -835,8 +835,8 @@ importers: specifier: ^4.17.22 version: 4.17.22 memfs: - specifier: 4.51.1 - version: 4.51.1 + specifier: 4.53.0 + version: 4.53.0 mime-types: specifier: ^3.0.2 version: 3.0.2 @@ -6492,8 +6492,8 @@ packages: resolution: {integrity: sha512-UERzLsxzllchadvbPs5aolHh65ISpKpM+ccLbOJ8/vvpBKmAWf+la7dXFy7Mr0ySHbdHrFv5kGFCUHHe6GFEmw==} engines: {node: '>= 4.0.0'} - memfs@4.51.1: - resolution: {integrity: sha512-Eyt3XrufitN2ZL9c/uIRMyDwXanLI88h/L3MoWqNY747ha3dMR9dWqp8cRT5ntjZ0U1TNuq4U91ZXK0sMBjYOQ==} + memfs@4.53.0: + resolution: {integrity: sha512-TKFRsKjJA30iAc9ZeGH/77v5nLcNUD0GBOL/tAj4O63RPIKNxGDZ54ZyuQM4KjEKEj7gfer/Ta1xAzB+HrEnrA==} merge-descriptors@1.0.3: resolution: {integrity: sha512-gaNvAS7TZ897/rVaZ0nMtAyxNyi/pdbjbAwUpFQpN70GqnVfOiXpeUUMKRBmzXaSQ8DdTX4/0ms62r2K+hE6mQ==} @@ -14678,7 +14678,7 @@ snapshots: dependencies: fs-monkey: 1.1.0 - memfs@4.51.1: + memfs@4.53.0: dependencies: '@jsonjoy.com/json-pack': 1.14.0(tslib@2.8.1) '@jsonjoy.com/util': 1.9.0(tslib@2.8.1) @@ -17042,7 +17042,7 @@ snapshots: webpack-dev-middleware@7.4.5(webpack@5.102.1): dependencies: colorette: 2.0.20 - memfs: 4.51.1 + memfs: 4.53.0 mime-types: 3.0.2 on-finished: 2.4.1 range-parser: 1.2.1 @@ -17053,7 +17053,7 @@ snapshots: webpack-dev-middleware@7.4.5(webpack@5.99.9): dependencies: colorette: 2.0.20 - memfs: 4.51.1 + memfs: 4.53.0 mime-types: 3.0.2 on-finished: 2.4.1 range-parser: 1.2.1 diff --git a/tests/rspack-test/package.json b/tests/rspack-test/package.json index 3678d5dd0f2e..c92bdcf5f5ba 100644 --- a/tests/rspack-test/package.json +++ b/tests/rspack-test/package.json @@ -42,7 +42,7 @@ "html-webpack-plugin": "^5.6.5", "less-loader": "^12.3.0", "lodash": "^4.17.21", - "memfs": "4.51.1", + "memfs": "4.53.0", "mini-svg-data-uri": "^1.4.4", "node-polyfill-webpack-plugin": "^4.1.0", "postcss-loader": "^8.2.0",