diff --git a/package-lock.json b/package-lock.json index b4f59a2..388da6b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1088,9 +1088,9 @@ } }, "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", - "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.5.tgz", + "integrity": "sha512-tUpxzX0VAzJHjLu0xUfFv1gwVp9ba3IOuRAVH2EGuRW8a5emA2FlACLqiT/lDVtS1W+TGNwqz3sWaNyLgDJWuw==", "requires": { "brace-expansion": "^1.1.7" } diff --git a/package.json b/package.json index 199d30c..97c12d5 100644 --- a/package.json +++ b/package.json @@ -128,7 +128,7 @@ "dependencies": { "atom-linter": "10.0.0", "atom-package-deps": "7.2.3", - "minimatch": "3.0.4", + "minimatch": "3.0.5", "semver": "7.3.5" }, "devDependencies": {