fix(deps): clear Dependabot / audit security notices - #145
Merged
Conversation
Bump nanoid and all react-router 7 packages together to patched releases, refresh Cloudflare tooling (wrangler/vite-plugin/workers-types), and add pnpm overrides for remaining transitive audit findings.
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
tints-dev | 767f208 | Commit Preview URL Branch Preview URL |
Aug 11 2026, 12:13 PM |
SimeonGriggs
marked this pull request as ready for review
August 11, 2026 16:13
cursor Bot
pushed a commit
that referenced
this pull request
Aug 11, 2026
Keep both TODO sections and regenerate pnpm-lock.yaml from the auto-merged package.json (security bumps + react-doctor).
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
Addresses the open dependency security notices (
pnpm auditwas at 29 vulnerabilities; Dependabot PRs #143 / #144).Direct bumps
nanoid5.1.11→5.1.16react-router,@react-router/dev,@react-router/fs-routes→7.18.2together (avoids the skew that took production down in chore(deps): bump react-router from 7.17.0 to 8.3.0 #138/fix: revert react-router 8 bump that broke production #140)wrangler,@cloudflare/vite-plugin,@cloudflare/workers-typesrefreshed so miniflare pulls patchedundici/ws/sharpTransitive overrides
pnpm.overridesfor remaining audit findings:brace-expansion≥ 2.1.4nanoid@^3≥ 3.3.17postcss≥ 8.5.23valibot≥ 1.4.2Verification
pnpm audit→ No known vulnerabilities foundpnpm test→ 18/18 ✅pnpm run build→ ✅Out of scope
React Router v8 stays on #141 / #142. This PR only lands the patched 7.18.x line.
After merge, Dependabot PRs #143 and #144 can be closed as superseded.