Update checked-in dependencies

This commit is contained in:
github-actions[bot] 2022-04-14 17:56:23 +00:00
parent 3962f1bd85
commit 0ba58d8497
30 changed files with 5612 additions and 94 deletions

3
node_modules/glob/README.md generated vendored
View file

@ -276,6 +276,9 @@ the filesystem.
* `absolute` Set to true to always receive absolute paths for matched
files. Unlike `realpath`, this also affects the values returned in
the `match` event.
* `fs` File-system object with Node's `fs` API. By default, the built-in
`fs` module will be used. Set to a volume provided by a library like
`memfs` to avoid using the "real" file-system.
## Comparisons to other fnmatch/glob implementations