From 6645ed292da127efb762f80a6ac66c91dc03318d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 13 Feb 2022 05:30:35 +0000 Subject: [PATCH] fix(deps): update dependency minimatch to v3.1.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 939cba0b3..7e9217593 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": "3.0.5", + "minimatch": "3.1.1", "tslint": "6.1.3", "typescript": "4.5.5" }, @@ -5837,9 +5837,9 @@ } }, "node_modules/minimatch": { - "version": "3.0.5", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.5.tgz", - "integrity": "sha512-tUpxzX0VAzJHjLu0xUfFv1gwVp9ba3IOuRAVH2EGuRW8a5emA2FlACLqiT/lDVtS1W+TGNwqz3sWaNyLgDJWuw==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.1.tgz", + "integrity": "sha512-reLxBcKUPNBnc/sVtAbxgRVFSegoGeLaSjmphNhcwcolhYLRgtJscn5mRl6YRZNQv40Y7P6JM2YhSIsbL9OB5A==", "dependencies": { "brace-expansion": "^1.1.7" }, @@ -11697,9 +11697,9 @@ "dev": true }, "minimatch": { - "version": "3.0.5", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.5.tgz", - "integrity": "sha512-tUpxzX0VAzJHjLu0xUfFv1gwVp9ba3IOuRAVH2EGuRW8a5emA2FlACLqiT/lDVtS1W+TGNwqz3sWaNyLgDJWuw==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.1.tgz", + "integrity": "sha512-reLxBcKUPNBnc/sVtAbxgRVFSegoGeLaSjmphNhcwcolhYLRgtJscn5mRl6YRZNQv40Y7P6JM2YhSIsbL9OB5A==", "requires": { "brace-expansion": "^1.1.7" } diff --git a/package.json b/package.json index 5631c3d26..9b8460838 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "glob": "7.2.0", "json5": "2.2.0", "lodash": "4.17.21", - "minimatch": "3.0.5", + "minimatch": "3.1.1", "tslint": "6.1.3", "typescript": "4.5.5" },