chess-server/Package.resolved pins swift-nio-http2 1.44.0, and GitHub security advisories flag all versions < 1.44.1. Dependabot's security-update job for it is failing on main (run 29064383475) because swift-nio-http2 is a transitive dependency (via Vapor) — SwiftPM Dependabot can't bump it directly.
Fix is a one-liner in /chess-server:
swift package update swift-nio-http2
then commit the regenerated Package.resolved (1.44.1 satisfies Vapor's version ranges). Worth doing promptly since this is the HTTP/2 stack of the public-facing server.
Note: coordinate with #21 (JWT 5 migration), which also touches Package.resolved — whichever lands second just re-resolves.
chess-server/Package.resolved pins swift-nio-http2 1.44.0, and GitHub security advisories flag all versions < 1.44.1. Dependabot's security-update job for it is failing on main (run 29064383475) because swift-nio-http2 is a transitive dependency (via Vapor) — SwiftPM Dependabot can't bump it directly.
Fix is a one-liner in /chess-server:
then commit the regenerated Package.resolved (1.44.1 satisfies Vapor's version ranges). Worth doing promptly since this is the HTTP/2 stack of the public-facing server.
Note: coordinate with #21 (JWT 5 migration), which also touches Package.resolved — whichever lands second just re-resolves.