Bump frontend security dependencies#1303
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
This PR updates the frontend’s pnpm overrides and regenerates the lockfile to resolve Dependabot security alerts affecting dompurify and esbuild.
Changes:
- Updated the
dompurifyoverride to require>= 3.4.11. - Added an
esbuildoverride to require>= 0.28.1. - Regenerated
pnpm-lock.yamlto reflect the updated resolutions (including platform-specific@esbuild/*packages).
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| src/frontend/package.json | Updates pnpm.overrides for dompurify and adds an override for esbuild. |
| src/frontend/pnpm-lock.yaml | Regenerates the lockfile so resolved versions reflect the new overrides. |
Files not reviewed (1)
- src/frontend/pnpm-lock.yaml: Generated file
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Frontend HTML artifact readyThe latest frontend build uploaded the This comment updates automatically when a new frontend build artifact is uploaded. |
|
Closing this as superseded by #1304. I pulled the dependency-security bits from this PR into that branch: the |
Pull request was closed
Resolves the open Dependabot security alerts in src/frontend/pnpm-lock.yaml for dompurify and esbuild.
Validation: pnpm test:unit