Skip to content

Commit c346832

Browse files
deps: update minimatch to 9.0.3
PR-URL: #48704 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
1 parent 8790cfc commit c346832

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

deps/minimatch/src/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ is returned if there are no matches.
255255
This only affects the results of the `Minimatch.hasMagic` method.
256256

257257
If the pattern contains brace expansions, such as `a{b,c}d`, but
258-
no other magic characters, then the `Minipass.hasMagic()` method
258+
no other magic characters, then the `Minimatch.hasMagic()` method
259259
will return `false` by default. When this option set, it will
260260
return `true` for brace expansion as well as other magic glob
261261
characters.

deps/minimatch/src/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me)",
33
"name": "minimatch",
44
"description": "a glob matcher in javascript",
5-
"version": "9.0.2",
5+
"version": "9.0.3",
66
"repository": {
77
"type": "git",
88
"url": "git://github.com/isaacs/minimatch.git"
@@ -60,12 +60,12 @@
6060
"devDependencies": {
6161
"@types/brace-expansion": "^1.1.0",
6262
"@types/node": "^18.15.11",
63-
"@types/tap": "^15.0.7",
63+
"@types/tap": "^15.0.8",
6464
"c8": "^7.12.0",
6565
"eslint-config-prettier": "^8.6.0",
6666
"mkdirp": "1",
6767
"prettier": "^2.8.2",
68-
"tap": "^16.3.3",
68+
"tap": "^16.3.7",
6969
"ts-node": "^10.9.1",
7070
"typedoc": "^0.23.21",
7171
"typescript": "^4.9.3"

doc/contributing/maintaining/maintaining-dependencies.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This a list of all the dependencies:
2020
* [icu-small 73.2][]
2121
* [libuv 1.46.0][]
2222
* [llhttp 8.1.0][]
23-
* [minimatch 9.0.2][]
23+
* [minimatch 9.0.3][]
2424
* [nghttp2 1.53.0][]
2525
* [nghttp3 0.7.0][]
2626
* [ngtcp2 0.8.1][]
@@ -218,7 +218,7 @@ The [llhttp](https://github.com/nodejs/llhttp) dependency is
218218
the http parser used by Node.js.
219219
See [maintaining-http][] for more informations.
220220

221-
### minimatch 9.0.2
221+
### minimatch 9.0.3
222222

223223
The [minimatch](https://github.com/isaacs/minimatch) dependency is a
224224
minimal matching utility.
@@ -337,7 +337,7 @@ performance improvements not currently available in standard zlib.
337337
[maintaining-icu]: ./maintaining-icu.md
338338
[maintaining-openssl]: ./maintaining-openssl.md
339339
[maintaining-web-assembly]: ./maintaining-web-assembly.md
340-
[minimatch 9.0.2]: #minimatch-902
340+
[minimatch 9.0.3]: #minimatch-903
341341
[nghttp2 1.53.0]: #nghttp2-1530
342342
[nghttp3 0.7.0]: #nghttp3-070
343343
[ngtcp2 0.8.1]: #ngtcp2-081

0 commit comments

Comments
 (0)