commit | 382089011bd94ad6c89702943d587877e21c08a7 | [log] [tgz] |
---|---|---|
author | Tim van der Lippe <tvanderlippe@chromium.org> | Tue May 11 16:37:59 2021 +0100 |
committer | Commit Bot <commit-bot@chromium.org> | Tue May 11 16:18:42 2021 +0000 |
tree | eb8ad8c3a15ff99ea06350f906d857c937758458 | |
parent | ecc1922193c11fdb4856589dab923180173a07e9 [diff] [blame] |
Run npm audit This syncs our dependencies to the latest version. There is still a reported vulnerability in postcss, but we are luckily unaffected. However, we can't upgrade postcss yet, as stylelint requires it and can not use postcss 8 yet: https://github.com/stylelint/stylelint/issues/4942#issuecomment-823513767 Also updated manage_node_deps.py to not run the full install when running `ls`, to allow for easier inspection of our dependency graph. R=jacktfranklin@chromium.org Bug: none Change-Id: I1c9e4836fca25500e2e7277ec82b13bf2b881dca Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/2887731 Commit-Queue: Tim van der Lippe <tvanderlippe@chromium.org> Commit-Queue: Jack Franklin <jacktfranklin@chromium.org> Auto-Submit: Tim van der Lippe <tvanderlippe@chromium.org> Reviewed-by: Jack Franklin <jacktfranklin@chromium.org>
diff --git a/node_modules/picomatch/lib/parse.js b/node_modules/picomatch/lib/parse.js old mode 100755 new mode 100644 index 34bdc2f..bb8e043 --- a/node_modules/picomatch/lib/parse.js +++ b/node_modules/picomatch/lib/parse.js
@@ -247,7 +247,7 @@ output = token.close = `)$))${extglobStar}`; } - if (token.prev.type === 'bos' && eos()) { + if (token.prev.type === 'bos') { state.negatedExtglob = true; } }