Skip to content

Commit 234a121

Browse files
Update dependency memfs to v4.6.1 (#90)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [memfs](https://togithub.com/streamich/memfs) | [`4.6.0` -> `4.6.1`](https://renovatebot.com/diffs/npm/memfs/4.6.0/4.6.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/memfs/4.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/memfs/4.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/memfs/4.6.0/4.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/memfs/4.6.0/4.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>streamich/memfs (memfs)</summary> ### [`v4.6.1`](https://togithub.com/streamich/memfs/blob/HEAD/CHANGELOG.md#461-2024-02-12) [Compare Source](https://togithub.com/streamich/memfs/compare/v4.6.0...v4.6.1) ##### Bug Fixes - **deps:** update dependency json-joy to v11 ([#&#8203;966](https://togithub.com/streamich/memfs/issues/966)) ([91909ff](https://togithub.com/streamich/memfs/commit/91909ff7d3a82bbb33e044f6e220205628d5554d)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/ajvpot/lockfileparsergo). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE3My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f089392 commit 234a121

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

js/yarn.lock

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1230,13 +1230,14 @@ json-file-plus@^3.3.1:
12301230
promiseback "^2.0.2"
12311231
safer-buffer "^2.0.2"
12321232

1233-
json-joy@^9.2.0:
1234-
version "9.9.1"
1235-
resolved "https://registry.yarnpkg.com/json-joy/-/json-joy-9.9.1.tgz#add8f8bdf4f7066894f5ec4817a5a43066a3757f"
1236-
integrity sha512-/d7th2nbQRBQ/nqTkBe6KjjvDciSwn9UICmndwk3Ed/Bk9AqkTRm4PnLVfXG4DKbT0rEY0nKnwE7NqZlqKE6kg==
1233+
json-joy@^11.0.0:
1234+
version "11.28.0"
1235+
resolved "https://registry.yarnpkg.com/json-joy/-/json-joy-11.28.0.tgz#59e4ba7cf91556e49caaf914047dca8bc95c1491"
1236+
integrity sha512-WTq2tYD2r+0rUFId4gtUjwejV20pArh4q2WRJKxJdwLlPFHyW94HwwB2vUr5lUJTVkehhhWEVLwOUI0MSacNIw==
12371237
dependencies:
12381238
arg "^5.0.2"
12391239
hyperdyperid "^1.2.0"
1240+
thingies "^1.14.1"
12401241

12411242
keyv@^4.0.0:
12421243
version "4.5.2"
@@ -1394,11 +1395,11 @@ md5.js@^1.3.4:
13941395
safe-buffer "^5.1.2"
13951396

13961397
memfs@^4.0.0:
1397-
version "4.6.0"
1398-
resolved "https://registry.yarnpkg.com/memfs/-/memfs-4.6.0.tgz#e812d438f73482a7110420d13d381c730b9a4de5"
1399-
integrity sha512-I6mhA1//KEZfKRQT9LujyW6lRbX7RkC24xKododIDO3AGShcaFAMKElv1yFGWX8fD4UaSiwasr3NeQ5TdtHY1A==
1398+
version "4.6.1"
1399+
resolved "https://registry.yarnpkg.com/memfs/-/memfs-4.6.1.tgz#4abcb9e9f6b5953fc6421c010aaed3801f4ae411"
1400+
integrity sha512-EBR9cb0t/PJjPI7fVx2m9V7iQH8joEgIsrfWW+qam304dK/FvpcTqKdKu3sbcbMmCZMbMwPi76PREoFaGR0Bmw==
14001401
dependencies:
1401-
json-joy "^9.2.0"
1402+
json-joy "^11.0.0"
14021403
thingies "^1.11.1"
14031404

14041405
merge2@^1.3.0, merge2@^1.4.1:
@@ -1989,7 +1990,7 @@ tar-stream@^2.0.1:
19891990
inherits "^2.0.3"
19901991
readable-stream "^3.1.1"
19911992

1992-
thingies@^1.11.1:
1993+
thingies@^1.11.1, thingies@^1.14.1:
19931994
version "1.16.0"
19941995
resolved "https://registry.yarnpkg.com/thingies/-/thingies-1.16.0.tgz#968cde87fbf0fdd69a1a3a8e9678324f634e5053"
19951996
integrity sha512-J23AVs11hSQxuJxvfQyMIaS9z1QpDxOCvMkL3ZxZl8/jmkgmnNGWrlyNxVz6Jbh0U6DuGmHqq6f7zUROfg/ncg==

0 commit comments

Comments
 (0)