From c57a4d2c1e6522633459fbeeac41383bf2d814b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 23:47:20 +0000 Subject: [PATCH] Bump fstream from 1.0.10 to 1.0.12 Bumps [fstream](https://github.com/npm/fstream) from 1.0.10 to 1.0.12. - [Commits](https://github.com/npm/fstream/compare/v1.0.10...v1.0.12) --- updated-dependencies: - dependency-name: fstream dependency-type: indirect ... Signed-off-by: dependabot[bot] --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index dddef32..7c9ff16 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2658,9 +2658,9 @@ fstream-ignore@~1.0.5: minimatch "^3.0.0" fstream@^1.0.0, fstream@^1.0.2, fstream@~1.0.10: - version "1.0.10" - resolved "https://registry.yarnpkg.com/fstream/-/fstream-1.0.10.tgz#604e8a92fe26ffd9f6fae30399d4984e1ab22822" - integrity sha1-YE6Kkv4m/9n2+uMDmdSYThqyKCI= + version "1.0.12" + resolved "https://registry.yarnpkg.com/fstream/-/fstream-1.0.12.tgz#4e8ba8ee2d48be4f7d0de505455548eae5932045" + integrity sha512-WvJ193OHa0GHPEL+AycEJgxvBEwyfRkN1vhjca23OaPVMCaLCXTd5qAu82AjTcgP1UJmytkOKb63Ypde7raDIg== dependencies: graceful-fs "^4.1.2" inherits "~2.0.0"