Commit 76522d8
chore(deps): fix pnpm audit findings (undici, postcss, nanoid)
All seven findings were transitive-only, so each is resolved with a
comparator-scoped override in pnpm-workspace.yaml:
- undici: the existing `undici@>=6.0.0 <6.27.0` override pinned 8.8.0,
which is itself vulnerable. Replaced with `undici@<8.9.0: ^8.9.0`,
which covers both the original 6.x range and the vulnerable 8.0-8.8
line. Reached via @actions/core and @actions/github.
- postcss: `postcss@<8.5.23: ^8.5.23`, reached via vite.
- nanoid: `nanoid@<3.3.17: ^3.3.17`, reached via postcss.
All bumps stay within the installed major, so no breaking changes.
`pnpm audit --audit-level=low` is clean and the test suite passes.
Refs GHSA-4cwx-7wf7-3272,
GHSA-8xcm-r25x-g524,
GHSA-m8rv-5g2x-5cg5,
GHSA-jr45-8vmc-qm54,
GHSA-v3r7-h72x-cjcm,
GHSA-fxqj-rqcc-2cmp,
GHSA-2v37-7h3g-55p8
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>1 parent fd7d7ed commit 76522d8
2 files changed
Lines changed: 25 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
4 | 7 | | |
5 | 8 | | |
6 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
0 commit comments