mirror of https://github.com/nodejs/node.git
deps: update minimatch to 9.0.3
PR-URL: https://github.com/nodejs/node/pull/48704 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il>pull/48746/head
parent
8790cfc610
commit
c3468322cf
|
@ -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.
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"author": "Isaac Z. Schlueter <i@izs.me> (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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue