Bump quinn-proto from 0.11.14 to 0.11.16 in /native/rust - #48
Open
dependabot[bot] wants to merge 1 commit into
Open
Bump quinn-proto from 0.11.14 to 0.11.16 in /native/rust#48dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [quinn-proto](https://github.com/quinn-rs/quinn) from 0.11.14 to 0.11.16. - [Release notes](https://github.com/quinn-rs/quinn/releases) - [Commits](quinn-rs/quinn@quinn-proto-0.11.14...quinn-proto-0.11.16) --- updated-dependencies: - dependency-name: quinn-proto dependency-version: 0.11.16 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
jplock
added a commit
that referenced
this pull request
Jul 29, 2026
GitHub reported 15 open Dependabot alerts against the lockfiles that landed in #46, six of them high. Dependabot opened eight PRs for them; this fixes the underlying alerts in one change instead. react-router 7 -> 8 in spa/react is a genuine major, and the only route to the fix: react-router-dom is capped at 7.18.2, so the patched version only exists in the `react-router` package. Four imports move (BrowserRouter, Routes, Route, useNavigate). This was the last outstanding major upgrade in the repo. Everything else was transitive. Most cleared with `npm audit fix`, which is non-breaking: path-to-regexp 8.3.0 -> 8.4.2 HIGH, ReDoS qs 6.15.0 -> 6.15.3 MEDIUM, DoS body-parser 2.2.2 -> 2.3.0 LOW Three could not, because npm's own fix proposes a multi-major downgrade of the direct dependency -- next@9.3.3 (from 16), @sveltejs/kit@0.0.30 (from 2.70), @angular/cli@21 (from 22). Those use npm `overrides` to pin the patched transitive instead: postcss ^8.5.24 HIGH, XSS + path traversal sharp ^0.35.3 HIGH, libvips CVEs cookie ^0.7.2 LOW @hono/node-server ^2.0.12 MEDIUM That last one also resolves the advisory left open in #46, where the only offered fix was downgrading the Angular CLI. Supersedes Dependabot #41 and #48-55; every version those PRs asked for is now met or exceeded. The two rand PRs no longer apply at all -- jsonwebtoken's rust_crypto backend pulls 0.8.7 and 0.10.2, not the 0.9.x line they target. Verified: 27/27 build and smoke; web, mcp, a2a, native and claims suites = 69 passed, 0 failures. npm audit clean in all 11 directories, pip-audit clean in all 10. Co-authored-by: Claude <noreply@anthropic.com>
Contributor
|
@dependabot rebase |
Contributor
|
@dependabot recreate |
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.
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Bumps quinn-proto from 0.11.14 to 0.11.16.
Release notes
Sourced from quinn-proto's releases.
Commits
a96949fTake semver-compatible update for anyhow5429f60udp: bump version to 0.5.15262a493proto: bump version to 0.11.16c19b63aUpgrade rustls-platform-verifier to 0.7aff3652Disable default features for fastbloom01b2eeeUpgrade fastbloom to 0.172c82013Switch BBR RNG to PCG544dd9eUpgrade to rand 0.10.1a7499b8Bump versions for release7c1970fproto: yield error on too many gaps in assemblerDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.