fix: resolve osv-scanner High/Medium advisories via patch-level lockfile bumps - #156
Merged
Conversation
…ile bumps sca / osv-scanner has failed on main and every PR since the advisories published, which also blocks the automerge of catalog re-pin PRs (#155 sat BLOCKED on it). Bump each package within its existing semver range: dompurify 3.4.12 -> 3.4.13 (GHSA-55q2-fjhq-7xh7), js-yaml 4.3.0 -> 4.3.1 (GHSA-5p4m-2wfm-xmqj), nanoid 3.3.16 -> 3.3.18 (GHSA-2v37-7h3g-55p8), mermaid 11.16.0 -> 11.16.1 (5 advisories). Lockfile-only, no manifest changes; astro build passes. Supersedes Dependabot #153/#154.
Contributor
There was a problem hiding this comment.
Copilot wasn't able to review any files in this pull request.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
This was referenced Aug 10, 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.
sca / osv-scannerhas failed onmainand every PR since these advisories published — currently blocking auto-merge of the catalog re-pin #155 (mif-docs v0.9.6). Same fix shape as mif-docs-plugin#226: bump each package within its existing semver range, lockfile-only, no manifest changes.dompurify3.4.12 → 3.4.13 (GHSA-55q2-fjhq-7xh7)js-yaml4.3.0 → 4.3.1 (GHSA-5p4m-2wfm-xmqj)nanoid3.3.16 → 3.3.18 (GHSA-2v37-7h3g-55p8)mermaid11.16.0 → 11.16.1 (GHSA-2v8p-3f2j-5mp7, GHSA-3rrr-jr9j-h3q3, GHSA-6x64-9x62-f2gx, GHSA-c4c3-pg64-4m4v, GHSA-rhh3-jpg6-66xh)Resolves all 8 findings (2 High, 5 Medium, 1 Low).
astro buildpasses locally. Supersedes Dependabot #153 and #154.