fix(deps): upgrade dompurify (Aikido security advisories) - #627
Open
molon wants to merge 1 commit into
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR upgrades dompurify to address Aikido-reported security advisories in the ui/vuetifyx/vuetifyxjs frontend workspace.
Changes:
- Bump
dompurifydependency from^3.4.12to^3.4.13inpackage.json. - Update
pnpm-lock.yamlto resolve and snapshotdompurify@3.4.13(with3.4.12no longer present).
Reviewed changes
Copilot reviewed 1 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| ui/vuetifyx/vuetifyxjs/package.json | Updates the direct dompurify dependency constraint to ^3.4.13. |
| ui/vuetifyx/vuetifyxjs/pnpm-lock.yaml | Updates lockfile entries to resolve dompurify@3.4.13 and removes 3.4.12 occurrences. |
Files not reviewed (1)
- ui/vuetifyx/vuetifyxjs/pnpm-lock.yaml: Generated file
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Upgrade dependencies with known vulnerabilities reported by Aikido Security:
dompurify: 3.4.12 → 3.4.13Aikido findings resolved
ui/vuetifyx/vuetifyxjs/pnpm-lock.yamlui/vuetifyx/vuetifyxjs/pnpm-lock.yamlCovers 2 Aikido sub-issues across 2 finding groups. Some sub-issues are detections inside built container images; they clear once the image is rebuilt from this change.
Verification
Resolved versions were checked against the lockfile / module graph — not just the manifest edit, because a bumped manifest can still resolve to the old version when another constraint pins it:
dompurify→3.4.13(wanted3.4.13, via lockfile (ui/vuetifyx/vuetifyxjs))Build passes:
pnpm installinui/vuetifyx/vuetifyxjs,pnpm buildinui/vuetifyx/vuetifyxjsAlready failing on the base commit (verified by re-running the same command on
64587dfd4), unrelated to this change:pnpm test:unitinui/vuetifyx/vuetifyxjsNotes
release-*branch.