diff --git a/package.json b/package.json index 6b57376..e2afd00 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.4", "octokat": "0.9.2" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 511cb26..94ddbef 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.4: + version "3.1.4" + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.4.tgz#89d910ea3970a77ac8edfd30340ccd038b758079" + integrity sha512-twmL+S8+7yIsE9wsqgzU3E8/LumN3M3QELrBZ20OdmQ9jB2JvW5oZtBEmft84k/Gs5CG9mqtWc6Y9vW+JEzGxw== + 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: