chore(deps): patch dompurify advisory and bump minors#40
Merged
Conversation
- docs: bump mermaid ^11.16.0 (pulls in dompurify >3.4.10, clears GHSA-cmwh-pvxp-8882), vitest 4.1.9, vue ^3.5.39 - solution: bump @cap-js/cds-types ^0.18.0 (types-only) npm audit results: - solution/MyHANAApp: 0 vulnerabilities - docs: 5 -> 4 (dompurify cleared; remaining vite/esbuild/vitepress chain is dev-server-only and gated on vitepress 2.0 which is still alpha -- deferred) Verified: docs npm test (23/23) and npm run docs:build pass; solution npx eslint is unchanged from baseline (pre-existing UI5 OPA test warnings only). Not bumped: @agentmarkup/vite 0.4.0 -> 0.5.0 (pre-1.0 minor, needs changelog review in a follow-up).
rich-heilman
approved these changes
Jun 26, 2026
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
Routine dependency hygiene pass — clears one moderate advisory and brings minor lines current.
docs/
mermaid^11.12.3→^11.16.0— pulls indompurify > 3.4.10, clearing GHSA-cmwh-pvxp-8882 (moderate)vitest4.1.8→4.1.9vue^3.5.29→^3.5.39solution/MyHANAApp/
@cap-js/cds-types^0.16.0→^0.18.0(types-only devDep)npm auditresultssolution/MyHANAAppdocsThe 4 remaining advisories in
docs/are theesbuild→vite→vitepress→vitepress-plugin-mermaidchain. All three vite/esbuild advisories affect only the dev server; the production build output (docs/.vitepress/dist/) is plain static HTML and is not vulnerable. The fixed Vite version is gated on VitePress 2.0, which is still in alpha (alpha-17 as of writing) — deferred until VitePress 2.0 GA.Verification
docs:npm test→ 23/23 pass on vitest 4.1.9docs:npm run docs:build→ completes cleanly in ~18ssolution/MyHANAApp:npx eslint .→ unchanged from baseline (the 2 errors / 2 warnings inapp/interaction_items/webapp/test/integration/*are pre-existing UI5 OPA fixtures, not introduced by this PR)Not bumped (intentional)
@agentmarkup/vite0.4.0→0.5.0— pre-1.0 minor, deserves a changelog review in a follow-up PR rather than being slipped into a routine hygiene bump.