Skip to content

Commit 1f19e32

Browse files
chore(deps): bump memfs from 4.9.3 to 4.17.1
Bumps [memfs](https://github.com/streamich/memfs) from 4.9.3 to 4.17.1. - [Release notes](https://github.com/streamich/memfs/releases) - [Changelog](https://github.com/streamich/memfs/blob/master/CHANGELOG.md) - [Commits](streamich/memfs@v4.9.3...v4.17.1) --- updated-dependencies: - dependency-name: memfs dependency-version: 4.17.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 39a686f commit 1f19e32

File tree

2 files changed

+11
-16
lines changed

2 files changed

+11
-16
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@
318318
"eventsource": "^3.0.6",
319319
"find-process": "https://github.com/coder/find-process#fix/sequoia-compat",
320320
"jsonc-parser": "^3.3.1",
321-
"memfs": "^4.9.3",
321+
"memfs": "^4.17.1",
322322
"node-forge": "^1.3.1",
323323
"pretty-bytes": "^6.1.1",
324324
"proxy-agent": "^6.4.0",

yarn.lock

+10-15
Original file line numberDiff line numberDiff line change
@@ -464,10 +464,10 @@
464464
hyperdyperid "^1.2.0"
465465
thingies "^1.20.0"
466466

467-
"@jsonjoy.com/util@^1.1.2":
468-
version "1.1.3"
469-
resolved "https://registry.yarnpkg.com/@jsonjoy.com/util/-/util-1.1.3.tgz#75b1c3cf21b70e665789d1ad3eabeff8b7fd1429"
470-
integrity sha512-g//kkF4kOwUjemValCtOc/xiYzmwMRmWq3Bn+YnzOzuZLHq2PpMOxxIayN3cKbo7Ko2Np65t6D9H81IvXbXhqg==
467+
"@jsonjoy.com/util@^1.1.2", "@jsonjoy.com/util@^1.3.0":
468+
version "1.5.0"
469+
resolved "https://registry.yarnpkg.com/@jsonjoy.com/util/-/util-1.5.0.tgz#6008e35b9d9d8ee27bc4bfaa70c8cbf33a537b4c"
470+
integrity sha512-ojoNsrIuPI9g6o8UxhraZQSyF2ByJanAY4cTFbc8Mf2AXEF4aQRGY1dJxyJpuyav8r9FGflEt/Ff3u5Nt6YMPA==
471471

472472
"@nodelib/[email protected]":
473473
version "2.1.5"
@@ -4110,13 +4110,13 @@ mdurl@^1.0.1:
41104110
resolved "https://registry.yarnpkg.com/mdurl/-/mdurl-1.0.1.tgz#fe85b2ec75a59037f2adfec100fd6c601761152e"
41114111
integrity sha512-/sKlQJCBYVY9Ers9hqzKou4H6V5UWc/M59TH2dvkt+84itfnq7uFOMLpOiOS4ujvHP4etln18fmIxA5R5fll0g==
41124112

4113-
memfs@^4.9.3:
4114-
version "4.9.3"
4115-
resolved "https://registry.yarnpkg.com/memfs/-/memfs-4.9.3.tgz#41a3218065fe3911d9eba836250c8f4e43f816bc"
4116-
integrity sha512-bsYSSnirtYTWi1+OPMFb0M048evMKyUYe0EbtuGQgq6BVQM1g1W8/KIUJCCvjgI/El0j6Q4WsmMiBwLUBSw8LA==
4113+
memfs@^4.17.1:
4114+
version "4.17.1"
4115+
resolved "https://registry.yarnpkg.com/memfs/-/memfs-4.17.1.tgz#3112332cbc2b055da3f1c0ba1fd29fdcb863621a"
4116+
integrity sha512-thuTRd7F4m4dReCIy7vv4eNYnU6XI/tHMLSMMHLiortw/Y0QxqKtinG523U2aerzwYWGi606oBP4oMPy4+edag==
41174117
dependencies:
41184118
"@jsonjoy.com/json-pack" "^1.0.3"
4119-
"@jsonjoy.com/util" "^1.1.2"
4119+
"@jsonjoy.com/util" "^1.3.0"
41204120
tree-dump "^1.0.1"
41214121
tslib "^2.0.0"
41224122

@@ -6336,12 +6336,7 @@ tslib@^1.9.0:
63366336
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
63376337
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
63386338

6339-
tslib@^2.0.0, tslib@^2.0.1:
6340-
version "2.6.3"
6341-
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.3.tgz#0438f810ad7a9edcde7a241c3d80db693c8cbfe0"
6342-
integrity sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==
6343-
6344-
tslib@^2.8.1:
6339+
tslib@^2.0.0, tslib@^2.0.1, tslib@^2.8.1:
63456340
version "2.8.1"
63466341
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.8.1.tgz#612efe4ed235d567e8aba5f2a5fab70280ade83f"
63476342
integrity sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==

0 commit comments

Comments
 (0)