From 8026578aa89f5b58ce54e6ee18af93e6b3181b3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 May 2022 17:42:59 -0400 Subject: [PATCH] chore(deps): bump minimatch from 5.0.1 to 5.1.0 (#1067) [skip ci] --- 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 e880b626..7741931d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "linguist-js": "^2.5.0", "marked": "^4.0.14", "memory-cache": "^0.2.0", - "minimatch": "^5.0.1", + "minimatch": "^5.1.0", "node-chartist": "^1.0.5", "node-fetch": "^3.2.3", "open-graph-scraper": "^4.11.0", @@ -6536,9 +6536,9 @@ } }, "node_modules/minimatch": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.0.1.tgz", - "integrity": "sha512-nLDxIFRyhDblz3qMuq+SoRZED4+miJ/G+tdDrjkkkRnjAsBexeGpgjLEQ0blJy7rHhR2b93rhQY4SvyWu9v03g==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.0.tgz", + "integrity": "sha512-9TPBGGak4nHfGZsPBohm9AWg6NoT7QTCehS3BIJABslyZbzxfV78QM2Y6+i741OPZIafFAaiiEMh5OyIrJPgtg==", "dependencies": { "brace-expansion": "^2.0.1" }, @@ -14508,9 +14508,9 @@ } }, "minimatch": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.0.1.tgz", - "integrity": "sha512-nLDxIFRyhDblz3qMuq+SoRZED4+miJ/G+tdDrjkkkRnjAsBexeGpgjLEQ0blJy7rHhR2b93rhQY4SvyWu9v03g==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.0.tgz", + "integrity": "sha512-9TPBGGak4nHfGZsPBohm9AWg6NoT7QTCehS3BIJABslyZbzxfV78QM2Y6+i741OPZIafFAaiiEMh5OyIrJPgtg==", "requires": { "brace-expansion": "^2.0.1" } diff --git a/package.json b/package.json index 73f83ade..78d4f41e 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "linguist-js": "^2.5.0", "marked": "^4.0.14", "memory-cache": "^0.2.0", - "minimatch": "^5.0.1", + "minimatch": "^5.1.0", "node-chartist": "^1.0.5", "node-fetch": "^3.2.3", "open-graph-scraper": "^4.11.0",