Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7e04242

Browse filesBrowse files
nodejs-github-botruyadorno
authored andcommitted
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
Copy full SHA for 7e04242

File tree

Expand file treeCollapse file tree

2 files changed

+4
-4
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

2 files changed

+4
-4
lines changed
Open diff view settings
Collapse file

‎deps/minimatch/src/README.md‎

Copy file name to clipboardExpand all lines: deps/minimatch/src/README.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
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.
Collapse file

‎deps/minimatch/src/package.json‎

Copy file name to clipboardExpand all lines: deps/minimatch/src/package.json
+3-3Lines changed: 3 additions & 3 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.