chore(deps): patch 13 Dependabot advisories via pnpm overrides - #1180
Open
teallarson wants to merge 1 commit into
Open
chore(deps): patch 13 Dependabot advisories via pnpm overrides#1180teallarson wants to merge 1 commit into
teallarson wants to merge 1 commit into
Conversation
Bumps postcss to 8.5.26 and adds/raises overrides for mermaid, nanoid, fflate, dompurify, and @xmldom/xmldom. qs is left alone: the only patched release (6.16.0) was published 2026-08-29 and is still inside the repo's 7-day minimumReleaseAge window. It ages out 2026-09-05. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Closes 13 of the 15 open Dependabot alerts on this repo.
Changes
postcss(direct + transitive)mermaidnanoiddompurifyfflate@xmldom/xmldomAll six are pinned through
pnpm-workspace.yamloverrides (matching the existing pattern in that file), with caps that stay inside each consumer's declared range.postcssis also bumped as a direct dependency inpackage.json.Not fixed:
qs(#259, #258)The only patched release is
qs@6.16.0, published 2026-08-29. This repo setsminimumReleaseAge: 10080(7 days) to guard against supply-chain attacks, and 6.16.0 does not clear that window until 2026-09-05. Adding the override now would mean pulling a package the repo's own policy says to wait on, so it's left for a follow-up tomorrow.postcssis capped at<8.5.27for the same reason — 8.5.27 and 8.5.28 both shipped 2026-09-03. 8.5.26 is well past the 8.5.23 fix.Verification
pnpm installcleanpnpm buildsucceedspnpm test— 875 tests across 69 files pass🤖 Generated with Claude Code
Note
Low Risk
Lockfile-only security bumps with existing override patterns; risk is limited to build/CSS/markdown rendering regressions from upgraded transitive deps.
Overview
This PR closes 13 Dependabot alerts by tightening
pnpm-workspace.yamloverrides and bumping the directpostcssdev dependency to 8.5.26, with a matching lockfile refresh.Raised minimums / caps:
postcss(>=8.5.26 <8.5.27),@xmldom/xmldom(>=0.9.12), anddompurify(>=3.4.13 <4). New overrides pin transitivemermaid,nanoid, andfflateto patched ranges. Comments document whypostcssis capped below 8.5.27 (7-dayminimumReleaseAgepolicy).Resolved versions include mermaid 11.17.2 (and related diagram stack bumps), nanoid 3.3.18, fflate 0.4.9, and removal of the deprecated
@xmldom/xmldom@0.9.10entry. No application source changes—dependency and supply-chain hygiene only.Reviewed by Cursor Bugbot for commit d4d3a30. Bugbot is set up for automated code reviews on this repo. Configure here.