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 2faba66

Browse filesBrowse files
nodejs-github-botaduh95
authored andcommitted
deps: update minimatch to 10.2.5
PR-URL: #62594 Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent fa46c90 commit 2faba66
Copy full SHA for 2faba66

34 files changed

+901-467Lines changed: 901 additions & 467 deletions
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎deps/minimatch/README.md‎

Copy file name to clipboardExpand all lines: deps/minimatch/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
@@ -15,7 +15,7 @@ objects.
1515
> you provide to this library in production systems.
1616
1717
_Any_ library in JavaScript that deals with matching string
18-
patterns using regular expressions will be subject to
18+
patterns using regular expressions will be subject to
1919
[ReDoS](https://owasp.org/www-community/attacks/Regular_expression_Denial_of_Service_-_ReDoS)
2020
if the pattern is generated using untrusted input.
2121

Collapse file

‎deps/minimatch/dist/commonjs/ast.d.ts‎

Copy file name to clipboardExpand all lines: deps/minimatch/dist/commonjs/ast.d.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { MinimatchOptions, MMRegExp } from './index.js';
1+
import type { MinimatchOptions, MMRegExp } from './index.js';
22
export type ExtglobType = '!' | '?' | '+' | '*' | '@';
33
export declare class AST {
44
#private;
@@ -9,7 +9,7 @@ export declare class AST {
99
get hasMagic(): boolean | undefined;
1010
toString(): string;
1111
push(...parts: (string | AST)[]): void;
12-
toJSON(): any[];
12+
toJSON(): unknown[];
1313
isStart(): boolean;
1414
isEnd(): boolean;
1515
copyIn(part: AST | string): void;
Collapse file

‎deps/minimatch/dist/commonjs/ast.d.ts.map‎

Copy file name to clipboardExpand all lines: deps/minimatch/dist/commonjs/ast.d.ts.map
+1-1Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Collapse file

‎deps/minimatch/dist/commonjs/ast.js‎

Copy file name to clipboardExpand all lines: deps/minimatch/dist/commonjs/ast.js
+9-10Lines changed: 9 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Collapse file

‎deps/minimatch/dist/commonjs/ast.js.map‎

Copy file name to clipboardExpand all lines: deps/minimatch/dist/commonjs/ast.js.map
+1-1Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Collapse file

‎deps/minimatch/dist/commonjs/escape.d.ts‎

Copy file name to clipboardExpand all lines: deps/minimatch/dist/commonjs/escape.d.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { MinimatchOptions } from './index.js';
1+
import type { MinimatchOptions } from './index.js';
22
/**
33
* Escape all magic characters in a glob pattern.
44
*
Collapse file

‎deps/minimatch/dist/commonjs/escape.d.ts.map‎

Copy file name to clipboardExpand all lines: deps/minimatch/dist/commonjs/escape.d.ts.map
+1-1Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Collapse file

‎deps/minimatch/dist/commonjs/escape.js.map‎

Copy file name to clipboardExpand all lines: deps/minimatch/dist/commonjs/escape.js.map
+1-1Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Collapse file

‎deps/minimatch/dist/commonjs/index.d.ts‎

Copy file name to clipboardExpand all lines: deps/minimatch/dist/commonjs/index.d.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ export declare class Minimatch {
150150
regexp: false | null | MMRegExp;
151151
constructor(pattern: string, options?: MinimatchOptions);
152152
hasMagic(): boolean;
153-
debug(..._: any[]): void;
153+
debug(..._: unknown[]): void;
154154
make(): void;
155155
preprocess(globParts: string[][]): string[][];
156156
adjascentGlobstarOptimize(globParts: string[][]): string[][];
Collapse file

‎deps/minimatch/dist/commonjs/index.d.ts.map‎

Copy file name to clipboardExpand all lines: deps/minimatch/dist/commonjs/index.d.ts.map
+1-1Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.