From c88e6dd12141e7cb4382028312e5165ced08f0aa Mon Sep 17 00:00:00 2001 From: isaacs Date: Sat, 1 Apr 2023 20:41:32 -0700 Subject: [PATCH] minimatch 8.0.2 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 68bade1f..3f8e2825 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "ISC", "dependencies": { "fs.realpath": "^1.0.0", - "minimatch": "^8.0.0", + "minimatch": "^8.0.2", "minipass": "^4.2.4", "path-scurry": "^1.6.1" }, @@ -1817,9 +1817,9 @@ } }, "node_modules/minimatch": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-8.0.0.tgz", - "integrity": "sha512-Nlub10O3zlSIkHHVVmhEvpXoBQV+rD1gTSax2w2bklGU5y0zg1MD/biD/elp2+Mw+8/6F8MzEU0WYwmStMDZ6A==", + "version": "8.0.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-8.0.2.tgz", + "integrity": "sha512-ikHGF67ODxj7vS5NKU2wvTsFLbExee+KXVCnBWh8Cg2hVJfBMQIrlo50qru/09E0EifjnU8dZhJ/iHhyXJM6Mw==", "dependencies": { "brace-expansion": "^2.0.1" }, diff --git a/package.json b/package.json index 1c6b3d25..bae36749 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ }, "dependencies": { "fs.realpath": "^1.0.0", - "minimatch": "^8.0.0", + "minimatch": "^8.0.2", "minipass": "^4.2.4", "path-scurry": "^1.6.1" },