Skip to content

Commit 358dcd0

Browse files
committed
fix: patch memfs to 4.46.0
TICKET: WP-6193
1 parent ef19b16 commit 358dcd0

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,8 @@
103103
"bigint-buffer": "npm:@trufflesuite/[email protected]",
104104
"request": "npm:@cypress/[email protected]",
105105
"**/avalanche/store2": "2.14.4",
106-
"webpack-dev-server": "5.2.1"
106+
"webpack-dev-server": "5.2.1",
107+
"memfs": "4.46.0"
107108
},
108109
"workspaces": [
109110
"modules/*"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14954,10 +14954,10 @@ mem-fs-editor@^9.0.0:
1495414954
normalize-path "^3.0.0"
1495514955
textextensions "^5.13.0"
1495614956

14957-
memfs@^4.43.1:
14958-
version "4.47.0"
14959-
resolved "https://registry.npmjs.org/memfs/-/memfs-4.47.0.tgz#410291da6dcce89a0d6c9cab23b135231a5ed44c"
14960-
integrity sha512-Xey8IZA57tfotV/TN4d6BmccQuhFP+CqRiI7TTNdipZdZBzF2WnzUcH//Cudw6X4zJiUbo/LTuU/HPA/iC/pNg==
14957+
memfs@4.46.0, memfs@^4.43.1:
14958+
version "4.46.0"
14959+
resolved "https://registry.npmjs.org/memfs/-/memfs-4.46.0.tgz#7b110f7a47cdf28b524072b9dd028c9752e4a29c"
14960+
integrity sha512-//IxqL9OO/WMpm2kE2aq+y7vO7/xS9xgVIbFM8RUIfW7TY7lowtnuS1j9MwLGm0OwcHUa4p8Bp+40W7f1BiWGQ==
1496114961
dependencies:
1496214962
"@jsonjoy.com/json-pack" "^1.11.0"
1496314963
"@jsonjoy.com/util" "^1.9.0"

0 commit comments

Comments
 (0)