Update checked-in dependencies

This commit is contained in:
github-actions[bot] 2024-04-15 18:20:40 +00:00
parent fc090c44d2
commit d8b8ad0cb2
151 changed files with 4948 additions and 2797 deletions

2
node_modules/ignore/index.d.ts generated vendored
View file

@ -42,7 +42,7 @@ export interface Ignore {
test(pathname: Pathname): TestResult
}
interface Options {
export interface Options {
ignorecase?: boolean
// For compatibility
ignoreCase?: boolean