Skip to content

Commit 7e04242

Browse files
nodejs-github-botruyadorno
authored andcommittedSep 16, 2023
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 572b82f commit 7e04242

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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"

0 commit comments

Comments
 (0)
Please sign in to comment.