From 89b0c41a30593679375487ff0e4b31dd18ac3715 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 01:29:51 +0000 Subject: [PATCH] Update dependency minimatch to v3.1.5 --- package.json | 2 +- yarn.lock | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6b57376..6c4157c 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "dependencies": { "file-type": "7.2.0", "mime-types": "2.1.17", - "minimatch": "3.0.4", + "minimatch": "3.1.5", "octokat": "0.9.2" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 511cb26..41e2049 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1177,7 +1177,14 @@ mime-types@2.1.17, mime-types@^2.1.12, mime-types@~2.1.7: dependencies: mime-db "~1.30.0" -minimatch@3.0.4, minimatch@^3.0.0, minimatch@^3.0.2, minimatch@^3.0.4: +minimatch@3.1.5: + version "3.1.5" + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.5.tgz#580c88f8d5445f2bd6aa8f3cadefa0de79fbd69e" + integrity sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w== + dependencies: + brace-expansion "^1.1.7" + +minimatch@^3.0.0, minimatch@^3.0.2, minimatch@^3.0.4: version "3.0.4" resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083" dependencies: