From 7b7fd6dcc5819a4da2f4918399e36ffcd3716a6b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 24 Feb 2022 19:13:17 +0000 Subject: [PATCH] fix(deps): update dependency minimatch to v5.0.1 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) 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" },