diff --git a/deps/minimatch/src/README.md b/deps/minimatch/src/README.md index 3e23f6fb279..2241bab252f 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 74672358560..061c3b9f343 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" diff --git a/doc/contributing/maintaining/maintaining-dependencies.md b/doc/contributing/maintaining/maintaining-dependencies.md index 1379c73af49..c70bc62e0c9 100644 --- a/doc/contributing/maintaining/maintaining-dependencies.md +++ b/doc/contributing/maintaining/maintaining-dependencies.md @@ -20,7 +20,7 @@ This a list of all the dependencies: * [icu-small 73.2][] * [libuv 1.46.0][] * [llhttp 8.1.0][] -* [minimatch 9.0.2][] +* [minimatch 9.0.3][] * [nghttp2 1.53.0][] * [nghttp3 0.7.0][] * [ngtcp2 0.8.1][] @@ -218,7 +218,7 @@ The [llhttp](https://github.com/nodejs/llhttp) dependency is the http parser used by Node.js. See [maintaining-http][] for more informations. -### minimatch 9.0.2 +### minimatch 9.0.3 The [minimatch](https://github.com/isaacs/minimatch) dependency is a minimal matching utility. @@ -337,7 +337,7 @@ performance improvements not currently available in standard zlib. [maintaining-icu]: ./maintaining-icu.md [maintaining-openssl]: ./maintaining-openssl.md [maintaining-web-assembly]: ./maintaining-web-assembly.md -[minimatch 9.0.2]: #minimatch-902 +[minimatch 9.0.3]: #minimatch-903 [nghttp2 1.53.0]: #nghttp2-1530 [nghttp3 0.7.0]: #nghttp3-070 [ngtcp2 0.8.1]: #ngtcp2-081