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

8
node_modules/ignore/index.js generated vendored
View file

@ -67,6 +67,14 @@ const cleanRangeBackSlash = slashes => {
// '`foo/`' should not continue with the '`..`'
const REPLACERS = [
[
// remove BOM
// TODO:
// Other similar zero-width characters?
/^\uFEFF/,
() => EMPTY
],
// > Trailing spaces are ignored unless they are quoted with backslash ("\")
[
// (a\ ) -> (a )