Skip to content

Commit 8cba925

Browse files
chore(deps): update dependency memfs to v3.2.2 (#92)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 76880bc commit 8cba925

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"eslint-plugin-prettier": "3.3.1",
6262
"isomorphic-git": "1.9.0",
6363
"jest": "26.6.3",
64-
"memfs": "3.2.1",
64+
"memfs": "3.2.2",
6565
"patch-package": "6.4.0",
6666
"path-browserify": "1.0.1",
6767
"prettier": "2.2.1",

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -2606,10 +2606,10 @@ fs-extra@^7.0.1:
26062606
jsonfile "^4.0.0"
26072607
universalify "^0.1.0"
26082608

2609-
2610-
version "1.0.1"
2611-
resolved "https://registry.yarnpkg.com/fs-monkey/-/fs-monkey-1.0.1.tgz#4a82f36944365e619f4454d9fff106553067b781"
2612-
integrity sha512-fcSa+wyTqZa46iWweI7/ZiUfegOZl0SG8+dltIwFXo7+zYU9J9kpS3NB6pZcSlJdhvIwp81Adx2XhZorncxiaA==
2609+
2610+
version "1.0.3"
2611+
resolved "https://registry.yarnpkg.com/fs-monkey/-/fs-monkey-1.0.3.tgz#ae3ac92d53bb328efe0e9a1d9541f6ad8d48e2d3"
2612+
integrity sha512-cybjIfiiE+pTWicSCLFHSrXZ6EilF30oh91FDP9S2B051prEa7QWfrVTQm10/dDpswBDXZugPa1Ogu8Yh+HV0Q==
26132613

26142614
fs.realpath@^1.0.0:
26152615
version "1.0.0"
@@ -3969,12 +3969,12 @@ mathjs@^9.2.0:
39693969
tiny-emitter "^2.1.0"
39703970
typed-function "^2.0.0"
39713971

3972-
3973-
version "3.2.1"
3974-
resolved "https://registry.yarnpkg.com/memfs/-/memfs-3.2.1.tgz#12301801a14eb3daa9f7491aa0ff09ffec519dd0"
3975-
integrity sha512-Y5vcpQzWTime4fBTr/fEnxXUxEYUgKbDlty1WX0gaa4ae14I6KmvK1S8HtXOX0elKAE6ENZJctkGtbTFYcRIUw==
3972+
3973+
version "3.2.2"
3974+
resolved "https://registry.yarnpkg.com/memfs/-/memfs-3.2.2.tgz#5de461389d596e3f23d48bb7c2afb6161f4df40e"
3975+
integrity sha512-RE0CwmIM3CEvpcdK3rZ19BC4E6hv9kADkMN5rPduRak58cNArWLi/9jFLsa4rhsjfVxMP3v0jO7FHXq7SvFY5Q==
39763976
dependencies:
3977-
fs-monkey "1.0.1"
3977+
fs-monkey "1.0.3"
39783978

39793979
merge-stream@^2.0.0:
39803980
version "2.0.0"

0 commit comments

Comments
 (0)