Skip to content

Commit f283936

Browse files
chore(deps): update dependency mem-fs to v4.1.4 (#700)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 609cbb9 commit f283936

File tree

2 files changed

+16
-6
lines changed

2 files changed

+16
-6
lines changed

scripts/generator-adapter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"devDependencies": {
1414
"yeoman-generator": "7.5.1",
1515
"@yeoman/types": "1.9.1",
16-
"mem-fs": "4.1.3",
16+
"mem-fs": "4.1.4",
1717
"@yeoman/adapter": "4.0.2",
1818
"@types/node": "24.10.13"
1919
}

scripts/generator-adapter/yarn.lock

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -872,14 +872,14 @@ mem-fs-editor@^11.0.1:
872872
textextensions "^6.11.0"
873873
vinyl "^3.0.0"
874874

875-
mem-fs@4.1.3:
876-
version "4.1.3"
877-
resolved "https://registry.yarnpkg.com/mem-fs/-/mem-fs-4.1.3.tgz#47e0320a9495a8d8fcbb8aa9eae121ee255e37be"
878-
integrity sha512-+2zSUVKcDWgcF90mPPwyH4J814uRI1PJcVt2RZ4/E8VggPEiIEL7ikMTlPR91P2ZySkyPgD0YGrccwo55SZvnw==
875+
mem-fs@4.1.4:
876+
version "4.1.4"
877+
resolved "https://registry.yarnpkg.com/mem-fs/-/mem-fs-4.1.4.tgz#4835fe66b98dbc5ae2a3bffd58dc2a974f8372f2"
878+
integrity sha512-NlRHmUiEcxDHI7FeDlrrTZP5YFvnoS74wEf5OrQ7NAg83B2Rv3oF+FWr961I0rVdxkKbZMjq2BcV7VFWGFPkog==
879879
dependencies:
880880
"@types/node" ">=18"
881881
"@types/vinyl" "^2.0.12"
882-
vinyl "^3.0.0"
882+
vinyl "^3.0.1"
883883
vinyl-file "^5.0.0"
884884

885885
merge-stream@^2.0.0:
@@ -1394,6 +1394,16 @@ vinyl@^3.0.0:
13941394
replace-ext "^2.0.0"
13951395
teex "^1.0.1"
13961396

1397+
vinyl@^3.0.1:
1398+
version "3.0.1"
1399+
resolved "https://registry.yarnpkg.com/vinyl/-/vinyl-3.0.1.tgz#5f5ff85255bda2b5da25e4b3bd80b3fc077fb5a9"
1400+
integrity sha512-0QwqXteBNXgnLCdWdvPQBX6FXRHtIH3VhJPTd5Lwn28tJXc34YqSCWUmkOvtJHBmB3gGoPtrOKk3Ts8/kEZ9aA==
1401+
dependencies:
1402+
clone "^2.1.2"
1403+
remove-trailing-separator "^1.1.0"
1404+
replace-ext "^2.0.0"
1405+
teex "^1.0.1"
1406+
13971407
which@^2.0.1:
13981408
version "2.0.2"
13991409
resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1"

0 commit comments

Comments
 (0)