diff --git a/package.json b/package.json index ae310b0..d2676f7 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@actions/github": "^2.1.1", "chalk": "^2.4.2", "cli-highlight": "^2.1.4", - "minimatch": "^3.0.4" + "minimatch": "^3.0.5" }, "devDependencies": { "@babel/core": "^7.9.6", diff --git a/yarn.lock b/yarn.lock index 3487f2d..0f0b6ea 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3608,10 +3608,10 @@ mimic-response@^1.0.0: resolved "https://registry.npmjs.org/mimic-response/-/mimic-response-1.0.1.tgz" integrity sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ== -minimatch@^3.0.4: - version "3.0.4" - resolved "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz" - integrity sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA== +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"