chore(security): daily sweep 2026-08-26 — bundle 20 Dependabot fixes (npm, root package-lock.json) - #16
Merged
benfrank241 merged 1 commit intoAug 27, 2026
Conversation
Recreates the Dependabot dependency fixes on a human-authored branch so that CI secrets are available and the checks produce real signal. Closes 20 open alerts across 6 packages: next 15.5.18 -> 15.5.24 (in-range, lockfile only) postcss 8.5.14 -> 8.5.26 (devDep range bumped to ^8.5.23 + override) sharp 0.34.3 -> 0.35.4 (override; next declares ^0.34.3) js-yaml 4.1.1 -> 4.3.1 (override) nanoid 3.3.12 -> 3.3.18 (override) brace-expansion 1.1.14 -> 1.1.18 / 2.1.0 -> 2.1.4 (per-major overrides) npm audit: 1 high -> 0 vulnerabilities. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
cdbartholomew
approved these changes
Aug 27, 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.
Daily security sweep — 2026-08-26
Bundles the fixes for all 20 open Dependabot alerts on the root
package-lock.json(12 high, 8 moderate) onto a human-authored branch, so CI secrets are available and the checks give real signal (Dependabot's own branches don't get them).npm audit: 1 high → 0 vulnerabilities.Changes
next^15.5.18— lockfile only,package.jsonuntouchedpostcssnext)^8→^8.5.23, plus"postcss": "$postcss"override to collapse the nested copysharpnextdeclares^0.34.3as an optional dep)js-yaml@eslint/eslintrc)nanoidpostcss)brace-expansionbrace-expansion@^1,brace-expansion@^2) — the tree needs both majorsAlerts closed
Closes #47, #49, #50, #51, #52, #53, #54, #55, #56, #57, #58, #59, #60, #61, #62, #65, #67, #69, #70, #71
Advisory IDs (20)
Needs human review
sharp0.34.3 → 0.35.4 is a breaking-by-convention0.xminor bump, and it's the only fix for GHSA-f88m-g3jw-g9cj (patched floor is 0.35.0). It brings the expected platform-binary churn: the full@img/sharp-*/@img/sharp-libvips-*set is added,color/color-string/is-arrayishare dropped in favour of@img/colour.sharpis an optional dep ofnext, used only for production image optimization.main: it movesnextfrom^15.5.7→^15.5.9, butmainhas been on^15.5.18since fix: resolve all open dependabot security alerts #15 landed — i.e. it is now a downgrade, and neither of its two CVEs appears in the current open-alert set. It also cannot fix any of the 8 opennextalerts here, which all require ≥ 15.5.21. This PR therefore bumpsnextin the lockfile only (the^15.5.18range inpackage.jsonis unchanged). Suggest closing fix: upgrade Next.js to 15.5.9 to patch CVE-2025-55184 and CVE-2025-55183 #14 as superseded. If you'd rather this PR leftnextalone, drop that hunk — the other 12 alerts are independent of it.Verification (local, on this branch)
npm cinpm run build(compile)npx tsc --noEmitnpm run testtestscript inpackage.jsonnpm run lintnpm run buildruns ESLint and exits non-zero on 2@typescript-eslint/no-explicit-anyerrors insrc/app/api/createSourceConnector/route.ts:116andsrc/app/api/manage-oauth-user/[connectorId]/route.ts:16. I ran the identical build on unmodifiedmainand got byte-identical output — same 2 errors, same 4 warnings. This is an existing repo defect, tracked separately on the backlog issue; this PR changes no source files and introduces no lint delta.🤖 Generated with Claude Code