From 7e04242dcb941e2c166695bd08c81be5cdcf40ab Mon Sep 17 00:00:00 2001 From: "Node.js GitHub Bot" Date: Wed, 12 Jul 2023 16:18:55 +0100 Subject: [PATCH] deps: update minimatch to 9.0.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/48704 Reviewed-By: Luigi Pinca Reviewed-By: Michaƫl Zasso Reviewed-By: Moshe Atlow --- deps/minimatch/src/README.md | 2 +- deps/minimatch/src/package.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/deps/minimatch/src/README.md b/deps/minimatch/src/README.md index 3e23f6fb279aa1..2241bab252ffed 100644 --- a/deps/minimatch/src/README.md +++ b/deps/minimatch/src/README.md @@ -255,7 +255,7 @@ is returned if there are no matches. This only affects the results of the `Minimatch.hasMagic` method. If the pattern contains brace expansions, such as `a{b,c}d`, but -no other magic characters, then the `Minipass.hasMagic()` method +no other magic characters, then the `Minimatch.hasMagic()` method will return `false` by default. When this option set, it will return `true` for brace expansion as well as other magic glob characters. diff --git a/deps/minimatch/src/package.json b/deps/minimatch/src/package.json index 74672358560b3d..061c3b9f343306 100644 --- a/deps/minimatch/src/package.json +++ b/deps/minimatch/src/package.json @@ -2,7 +2,7 @@ "author": "Isaac Z. Schlueter (http://blog.izs.me)", "name": "minimatch", "description": "a glob matcher in javascript", - "version": "9.0.2", + "version": "9.0.3", "repository": { "type": "git", "url": "git://github.com/isaacs/minimatch.git" @@ -60,12 +60,12 @@ "devDependencies": { "@types/brace-expansion": "^1.1.0", "@types/node": "^18.15.11", - "@types/tap": "^15.0.7", + "@types/tap": "^15.0.8", "c8": "^7.12.0", "eslint-config-prettier": "^8.6.0", "mkdirp": "1", "prettier": "^2.8.2", - "tap": "^16.3.3", + "tap": "^16.3.7", "ts-node": "^10.9.1", "typedoc": "^0.23.21", "typescript": "^4.9.3"