From 5cbacdd6c4ab286cd65decc487a146f5f37b0719 Mon Sep 17 00:00:00 2001 From: isaacs Date: Sun, 26 Feb 2023 01:14:31 -0800 Subject: [PATCH] minimatch@7.2.0 --- 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 d4232beb..d23956d6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "ISC", "dependencies": { "fs.realpath": "^1.0.0", - "minimatch": "^7.1.4", + "minimatch": "^7.2.0", "minipass": "^4.2.4", "path-scurry": "^1.4.0" }, @@ -2920,9 +2920,9 @@ } }, "node_modules/minimatch": { - "version": "7.1.4", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-7.1.4.tgz", - "integrity": "sha512-dZdn8jDUB4Y3eu7hABT6IgLTMQ9cVf+vhhXjLAkuN40wRkweVxEpvnGYLYZUhNB0P+BbTOZDzo+1rCitOQWc3g==", + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-7.2.0.tgz", + "integrity": "sha512-rMRHmwySzopAQjmWW6TkAKCEDKNaY/HuV/c2YkWWuWnfkTwApt0V4hnYzzPnZ/5Gcd2+8MPncSyuOGPl3xPvcg==", "dependencies": { "brace-expansion": "^2.0.1" }, @@ -8568,9 +8568,9 @@ } }, "minimatch": { - "version": "7.1.4", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-7.1.4.tgz", - "integrity": "sha512-dZdn8jDUB4Y3eu7hABT6IgLTMQ9cVf+vhhXjLAkuN40wRkweVxEpvnGYLYZUhNB0P+BbTOZDzo+1rCitOQWc3g==", + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-7.2.0.tgz", + "integrity": "sha512-rMRHmwySzopAQjmWW6TkAKCEDKNaY/HuV/c2YkWWuWnfkTwApt0V4hnYzzPnZ/5Gcd2+8MPncSyuOGPl3xPvcg==", "requires": { "brace-expansion": "^2.0.1" } diff --git a/package.json b/package.json index 16cd230d..3f22bd89 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ }, "dependencies": { "fs.realpath": "^1.0.0", - "minimatch": "^7.1.4", + "minimatch": "^7.2.0", "minipass": "^4.2.4", "path-scurry": "^1.4.0" },