From b22fc7daaaf8a1d231f68c91e22f94376f65bd0b Mon Sep 17 00:00:00 2001 From: isaacs Date: Mon, 27 Feb 2023 11:58:41 -0800 Subject: [PATCH] minimatch@7.3.0 This adds support for posix character classes --- 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 c1aaee59..6d254ac7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "ISC", "dependencies": { "fs.realpath": "^1.0.0", - "minimatch": "^7.2.0", + "minimatch": "^7.3.0", "minipass": "^4.2.4", "path-scurry": "^1.5.0" }, @@ -2449,9 +2449,9 @@ } }, "node_modules/minimatch": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-7.2.0.tgz", - "integrity": "sha512-rMRHmwySzopAQjmWW6TkAKCEDKNaY/HuV/c2YkWWuWnfkTwApt0V4hnYzzPnZ/5Gcd2+8MPncSyuOGPl3xPvcg==", + "version": "7.3.0", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-7.3.0.tgz", + "integrity": "sha512-WaMDuhKa7a6zKiwplR1AOz+zGvJba24k5VU1Cy6NhEguavT2YRlHxuINUgTas4wiS6fwBpYq4TcA1XIECSntyw==", "dependencies": { "brace-expansion": "^2.0.1" }, diff --git a/package.json b/package.json index 05d3806c..c7746710 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ }, "dependencies": { "fs.realpath": "^1.0.0", - "minimatch": "^7.2.0", + "minimatch": "^7.3.0", "minipass": "^4.2.4", "path-scurry": "^1.5.0" },