diff --git a/package-lock.json b/package-lock.json index 6094e3e42..650942f27 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "glob": "7.2.0", "json5": "2.2.0", "lodash": "4.17.21", - "minimatch": "5.0.0", + "minimatch": "5.0.1", "tslint": "6.1.3", "typescript": "4.5.5" }, @@ -4803,9 +4803,9 @@ } }, "node_modules/minimatch": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.0.0.tgz", - "integrity": "sha512-EU+GCVjXD00yOUf1TwAHVP7v3fBD3A8RkkPYsWWKGWesxM/572sL53wJQnHxquHlRhYUV36wHkqrN8cdikKc2g==", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.0.1.tgz", + "integrity": "sha512-nLDxIFRyhDblz3qMuq+SoRZED4+miJ/G+tdDrjkkkRnjAsBexeGpgjLEQ0blJy7rHhR2b93rhQY4SvyWu9v03g==", "dependencies": { "brace-expansion": "^2.0.1" }, @@ -9724,9 +9724,9 @@ "dev": true }, "minimatch": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.0.0.tgz", - "integrity": "sha512-EU+GCVjXD00yOUf1TwAHVP7v3fBD3A8RkkPYsWWKGWesxM/572sL53wJQnHxquHlRhYUV36wHkqrN8cdikKc2g==", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.0.1.tgz", + "integrity": "sha512-nLDxIFRyhDblz3qMuq+SoRZED4+miJ/G+tdDrjkkkRnjAsBexeGpgjLEQ0blJy7rHhR2b93rhQY4SvyWu9v03g==", "requires": { "brace-expansion": "^2.0.1" }, diff --git a/package.json b/package.json index fdaa7e63b..16e8aff05 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "glob": "7.2.0", "json5": "2.2.0", "lodash": "4.17.21", - "minimatch": "5.0.0", + "minimatch": "5.0.1", "tslint": "6.1.3", "typescript": "4.5.5" },