diff --git a/scripts/generator-adapter/package.json b/scripts/generator-adapter/package.json index 45b54d46..aa907fc8 100644 --- a/scripts/generator-adapter/package.json +++ b/scripts/generator-adapter/package.json @@ -13,7 +13,7 @@ "devDependencies": { "yeoman-generator": "7.5.1", "@yeoman/types": "1.9.1", - "mem-fs": "4.1.2", + "mem-fs": "4.1.3", "@yeoman/adapter": "4.0.1", "@types/node": "24.10.9" } diff --git a/scripts/generator-adapter/yarn.lock b/scripts/generator-adapter/yarn.lock index c20bcca7..cce9ae43 100644 --- a/scripts/generator-adapter/yarn.lock +++ b/scripts/generator-adapter/yarn.lock @@ -349,7 +349,7 @@ resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.4.tgz#56e2cc26c397c038fab0e3a917a12d5c5909e901" integrity sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA== -"@types/vinyl@^2.0.7", "@types/vinyl@^2.0.8": +"@types/vinyl@^2.0.12", "@types/vinyl@^2.0.7": version "2.0.12" resolved "https://registry.yarnpkg.com/@types/vinyl/-/vinyl-2.0.12.tgz#17642ca9a8ae10f3db018e9f885da4188db4c6e6" integrity sha512-Sr2fYMBUVGYq8kj3UthXFAu5UN6ZW+rYr4NACjZQJvHvj+c8lYv0CahmZ2P/r7iUkN44gGUBwqxZkrKXYPb7cw== @@ -871,13 +871,13 @@ mem-fs-editor@^11.0.1: textextensions "^6.11.0" vinyl "^3.0.0" -mem-fs@4.1.2: - version "4.1.2" - resolved "https://registry.yarnpkg.com/mem-fs/-/mem-fs-4.1.2.tgz#9c09d1344d88968e940b0e3366048ed8973bb78a" - integrity sha512-CMwusHK+Kz0tu1qjgbd0rwcJxzgg76jlkPpqK+pDTv8Hth8JyM7JlgxNWaAFRKe969HATPTz/sp8T63QflyI+w== +mem-fs@4.1.3: + version "4.1.3" + resolved "https://registry.yarnpkg.com/mem-fs/-/mem-fs-4.1.3.tgz#47e0320a9495a8d8fcbb8aa9eae121ee255e37be" + integrity sha512-+2zSUVKcDWgcF90mPPwyH4J814uRI1PJcVt2RZ4/E8VggPEiIEL7ikMTlPR91P2ZySkyPgD0YGrccwo55SZvnw== dependencies: "@types/node" ">=18" - "@types/vinyl" "^2.0.8" + "@types/vinyl" "^2.0.12" vinyl "^3.0.0" vinyl-file "^5.0.0"