From b6e7b94c6f69ffd0f357a4ff3558fc9aecf1cb53 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 20 Nov 2022 07:17:53 +0000 Subject: [PATCH] Update dependency minimatch to v3.0.5 [SECURITY] --- package.json | 2 +- yarn.lock | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6b57376..2ed7382 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.0.5", "octokat": "0.9.2" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 511cb26..1ae9d83 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.0.5: + version "3.0.5" + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.5.tgz#4da8f1290ee0f0f8e83d60ca69f8f134068604a3" + integrity sha512-tUpxzX0VAzJHjLu0xUfFv1gwVp9ba3IOuRAVH2EGuRW8a5emA2FlACLqiT/lDVtS1W+TGNwqz3sWaNyLgDJWuw== + 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: