Skip to content
This repository was archived by the owner on May 31, 2021. It is now read-only.

Commit 0322721

Browse files
chore(deps): update dependency memfs to v3.1.1 (faceyspacey#238)
1 parent 0221ca2 commit 0322721

File tree

2 files changed

+10
-16
lines changed

2 files changed

+10
-16
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"jest-junit": "10.0.0",
101101
"jest-puppeteer": "4.4.0",
102102
"lint-staged": "10.0.7",
103-
"memfs": "3.0.4",
103+
"memfs": "3.1.1",
104104
"npm-run-all": "4.1.5",
105105
"prerender-loader": "1.3.0",
106106
"prettier": "1.19.1",

yarn.lock

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4368,11 +4368,6 @@ fast-diff@^1.1.2:
43684368
resolved "https://registry.yarnpkg.com/fast-diff/-/fast-diff-1.2.0.tgz#73ee11982d86caaf7959828d519cfe927fac5f03"
43694369
integrity sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w==
43704370

4371-
fast-extend@1.0.2:
4372-
version "1.0.2"
4373-
resolved "https://registry.yarnpkg.com/fast-extend/-/fast-extend-1.0.2.tgz#3b8a5b09cbc8ff3d6d47eaf397398c0a643e441b"
4374-
integrity sha512-XXA9RmlPatkFKUzqVZAFth18R4Wo+Xug/S+C7YlYA3xrXwfPlW3dqNwOb4hvQo7wZJ2cNDYhrYuPzVOfHy5/uQ==
4375-
43764371
fast-glob@^3.0.3:
43774372
version "3.1.1"
43784373
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.1.1.tgz#87ee30e9e9f3eb40d6f254a7997655da753d7c82"
@@ -4714,10 +4709,10 @@ fs-extra@^7.0.0:
47144709
jsonfile "^4.0.0"
47154710
universalify "^0.1.0"
47164711

4717-
fs-monkey@0.3.3:
4718-
version "0.3.3"
4719-
resolved "https://registry.yarnpkg.com/fs-monkey/-/fs-monkey-0.3.3.tgz#7960bb2b1fa2653731b9d0e2e84812a7e8b3664a"
4720-
integrity sha512-FNUvuTAJ3CqCQb5ELn+qCbGR/Zllhf2HtwsdAtBi59s1WeCjKMT81fHcSu7dwIskqGVK+MmOrb7VOBlq3/SItw==
4712+
fs-monkey@1.0.0:
4713+
version "1.0.0"
4714+
resolved "https://registry.yarnpkg.com/fs-monkey/-/fs-monkey-1.0.0.tgz#b1fe36b2d8a78463fd0b8fd1463b355952743bd0"
4715+
integrity sha512-nxkkzQ5Ga+ETriXxIof4TncyMSzrV9jFIF+kGN16nw5CiAdWAnG/2FgM7CHhRenW1EBiDx+r1tf/P78HGKCgnA==
47214716

47224717
fs-readdir-recursive@^1.1.0:
47234718
version "1.1.0"
@@ -6955,13 +6950,12 @@ mem@^4.0.0:
69556950
mimic-fn "^2.0.0"
69566951
p-is-promise "^2.0.0"
69576952

6958-
memfs@3.0.4:
6959-
version "3.0.4"
6960-
resolved "https://registry.yarnpkg.com/memfs/-/memfs-3.0.4.tgz#17997ec34d67d0a4756f6a34f2fefd13a8dbab08"
6961-
integrity sha512-OcZEzwX9E5AoY8SXjuAvw0DbIAYwUzV/I236I8Pqvrlv7sL/Y0E9aRCon05DhaV8pg1b32uxj76RgW0s5xjHBA==
6953+
memfs@3.1.1:
6954+
version "3.1.1"
6955+
resolved "https://registry.yarnpkg.com/memfs/-/memfs-3.1.1.tgz#3a23799a783102d40b13595cb25a7b39605bbcd0"
6956+
integrity sha512-A6QWLLH6HolvLeACaEc6WAAxU7c7iAvVgeyp1iDwzSIbwfGUjR4x9bAFUVq3YtSVFCYQAx4Nw2o4TEYAfH+lAg==
69626957
dependencies:
6963-
fast-extend "1.0.2"
6964-
fs-monkey "0.3.3"
6958+
fs-monkey "1.0.0"
69656959

69666960
memory-fs@^0.4.0, memory-fs@^0.4.1:
69676961
version "0.4.1"

0 commit comments

Comments
 (0)