diff --git a/package-lock.json b/package-lock.json index ec0cf97891c..d039f735d34 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5020,9 +5020,9 @@ "integrity": "sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ==" }, "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 05f53492242..7b07180d333 100644 --- a/package.json +++ b/package.json @@ -120,7 +120,7 @@ "markdown-preview": "https://www.atom.io/api/packages/markdown-preview/versions/0.160.2/tarball", "marked": "1.1.1", "metrics": "https://www.atom.io/api/packages/metrics/versions/1.8.1/tarball", - "minimatch": "^3.0.3", + "minimatch": "^3.0.5", "mocha": "2.5.1", "mocha-junit-reporter": "^1.13.0", "mocha-multi-reporters": "^1.1.4",