Commit fe49e1a
authored
fix(deps): upgrade jest and accept unfixable js-yaml baseline (#694)
* fix(deps): upgrade jest to 30.4.1 to reduce transitive CVE surface
Upgrades jest from 30.3.0 to 30.4.1, clearing the @babel/core low-severity
transitive finding. The js-yaml medium finding via @istanbuljs/load-nyc-config
is unfixable upstream (pinned to ^3.13.1) and is accepted via baseline.
Closes #693
* chore: add cve-lite baseline for unfixable js-yaml transitive dev dep
Accepts GHSA-h67p-54hq-rp68 (js-yaml@3.14.2, medium) as a known baseline.
The finding is only reachable through jest -> babel-plugin-istanbul ->
@istanbuljs/load-nyc-config, which pins js-yaml@^3.13.1 with no upstream fix.
Future scans will suppress this finding and only fail on new introductions.1 parent b0da45a commit fe49e1a
3 files changed
Lines changed: 636 additions & 555 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
0 commit comments