diff --git a/template/package-lock.json b/template/package-lock.json index 3fc1beeb..d9b93fb6 100644 --- a/template/package-lock.json +++ b/template/package-lock.json @@ -1171,7 +1171,7 @@ "concat-map": { "version": "0.0.1", "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", - "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=", + "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", "dev": true }, "concat-stream": { @@ -4835,9 +4835,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==", "dev": true, "requires": { "brace-expansion": "^1.1.7" diff --git a/template/package.json b/template/package.json index 051c2383..fb8e046b 100644 --- a/template/package.json +++ b/template/package.json @@ -44,7 +44,7 @@ "gulp-sourcemaps": "^2.6.5", "gulp-util": "^3.0.8", "merge-stream": "^2.0.0", - "minimatch": "^3.0.4", + "minimatch": "^3.0.5", "require-dir": "^1.2.0", "run-sequence": "^2.2.1" },