Commit fab3ee9
authored
chore: temporarily restrict yarn audit to prod deps only in CI (#5874)
There's a potential ReDoS vulnerability in `brace-expansion` which is a
dev-sub-dependency of ours (the `dd-trace` is not vulnerable). As of
now, we don't have an upgrade path, which unfortunately means this
blocks all CI.
Temporarily disable running `yarn audit` on dev-dependencies to allow work
to be done in the repo.1 parent 94e55a2 commit fab3ee9
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments