Bump the go_modules group across 1 directory with 8 updates#3
Bump the go_modules group across 1 directory with 8 updates#3dependabot[bot] wants to merge 2 commits intomainfrom
Conversation
Bumps the go_modules group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/jackc/pgx/v5](https://github.com/jackc/pgx) | `5.4.1` | `5.5.4` | | [github.com/gorilla/schema](https://github.com/gorilla/schema) | `1.2.0` | `1.4.1` | | [github.com/graphql-go/graphql](https://github.com/graphql-go/graphql) | `0.7.9` | `0.8.1` | | [github.com/libp2p/go-libp2p](https://github.com/libp2p/go-libp2p) | `0.26.4` | `0.27.8` | | [github.com/quic-go/quic-go](https://github.com/quic-go/quic-go) | `0.33.0` | `0.42.0` | | [golang.org/x/net](https://github.com/golang/net) | `0.10.0` | `0.23.0` | | google.golang.org/protobuf | `1.30.0` | `1.33.0` | Updates `github.com/jackc/pgx/v5` from 5.4.1 to 5.5.4 - [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md) - [Commits](jackc/pgx@v5.4.1...v5.5.4) Updates `github.com/gorilla/schema` from 1.2.0 to 1.4.1 - [Release notes](https://github.com/gorilla/schema/releases) - [Commits](gorilla/schema@v1.2.0...v1.4.1) Updates `github.com/graphql-go/graphql` from 0.7.9 to 0.8.1 - [Release notes](https://github.com/graphql-go/graphql/releases) - [Commits](graphql-go/graphql@v0.7.9...v0.8.1) Updates `github.com/libp2p/go-libp2p` from 0.26.4 to 0.27.8 - [Release notes](https://github.com/libp2p/go-libp2p/releases) - [Changelog](https://github.com/libp2p/go-libp2p/blob/master/CHANGELOG.md) - [Commits](libp2p/go-libp2p@v0.26.4...v0.27.8) Updates `github.com/quic-go/quic-go` from 0.33.0 to 0.42.0 - [Release notes](https://github.com/quic-go/quic-go/releases) - [Changelog](https://github.com/quic-go/quic-go/blob/master/Changelog.md) - [Commits](quic-go/quic-go@v0.33.0...v0.42.0) Updates `golang.org/x/crypto` from 0.9.0 to 0.17.0 - [Commits](golang/crypto@v0.9.0...v0.17.0) Updates `golang.org/x/net` from 0.10.0 to 0.23.0 - [Commits](golang/net@v0.10.0...v0.23.0) Updates `google.golang.org/protobuf` from 1.30.0 to 1.33.0 --- updated-dependencies: - dependency-name: github.com/jackc/pgx/v5 dependency-type: direct:production dependency-group: go_modules - dependency-name: github.com/gorilla/schema dependency-type: indirect dependency-group: go_modules - dependency-name: github.com/graphql-go/graphql dependency-type: indirect dependency-group: go_modules - dependency-name: github.com/libp2p/go-libp2p dependency-type: indirect dependency-group: go_modules - dependency-name: github.com/quic-go/quic-go dependency-type: indirect dependency-group: go_modules - dependency-name: golang.org/x/crypto dependency-type: indirect dependency-group: go_modules - dependency-name: golang.org/x/net dependency-type: indirect dependency-group: go_modules - dependency-name: google.golang.org/protobuf dependency-type: indirect dependency-group: go_modules ... Signed-off-by: dependabot[bot] <support@github.com>
Vulnerable Libraries (3)
More info on how to fix Vulnerable Libraries in Go. 👉 Go to the dashboard for detailed results. 📥 Happy? Share your feedback with us. |
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Join our Discord community for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Bumps the go_modules group with 7 updates in the / directory:
5.4.15.5.41.2.01.4.10.7.90.8.10.26.40.27.80.33.00.42.00.10.00.23.01.30.01.33.0Updates
github.com/jackc/pgx/v5from 5.4.1 to 5.5.4Changelog
Sourced from github.com/jackc/pgx/v5's changelog.
... (truncated)
Commits
da6f2c9Update changelogc543134SQL sanitizer wraps arguments in parentheses20344dfCheck for overflow on uint16 sizes in pgproto3adbb38fDo not allow protocol messages larger than ~1GBc1b0a01Fix behavior of CollectRows to return empty slice if Rows are empty88dfc22Fix simple protocol encoding of json.RawMessage2e84dcc*Pipeline.getResults should close pipeline on errord149d3fFix panic in TryFindUnderlyingTypeScanPlan046f497deallocateInvalidatedCachedStatements now runs in transactions8896bd6Handle invalid sslkey fileUpdates
github.com/gorilla/schemafrom 1.2.0 to 1.4.1Release notes
Sourced from github.com/gorilla/schema's releases.
Commits
cd59f2fMerge pull request from GHSA-3669-72x9-r9p3180f71efix: indirection through nil pointer to embedded struct (#211)a377fd6fix: fix assertion testbe699f4fix delete pointer slice test50924fffix:test: fix commentc44c90dfix:test: add assertion7d1c58efix: decode error message4548527fix: test data993e5b1fix: add test7487651fix: if default element type of value are setted in slice , raise errorUpdates
github.com/graphql-go/graphqlfrom 0.7.9 to 0.8.1Release notes
Sourced from github.com/graphql-go/graphql's releases.
Commits
a974186Merge pull request #642 from Invizory/fix-infinite-recursion-in-parser2a6e1ffMerge branch 'master' into fix-infinite-recursion-in-parser623f886Merge pull request #651 from dariuszkuc/fix_list_namec18e0b6Merge branch 'master' into fix_list_named264c4cMerge pull request #653 from dariuszkuc/fix_object_descriptione9c5c5fMerge branch 'master' into fix_object_description55311b1Merge pull request #656 from victor-perov/victor/expose-ParseValue2ce8c8bExpose ParseValuefc6b16ffix: return valid object descriptionec07c50fix String/Name methods on the List typeUpdates
github.com/libp2p/go-libp2pfrom 0.26.4 to 0.27.8Release notes
Sourced from github.com/libp2p/go-libp2p's releases.
... (truncated)
Changelog
Sourced from github.com/libp2p/go-libp2p's changelog.
... (truncated)
Commits
8506ab2release v0.27.869acf8bswarm: don't open new streams over transient connections (#2450)b7ebfaamanually bump qtls dependencies to fix RSA key size vulnerability0cce607core/crypto: restrict RSA keys to <= 8192 bits (#2454)68ad5eaRelease v0.27.7 (#2374)2df518fRelease v0.27.6 (#2359)6dffa1aRelease v0.27.5 (#2324)fc89448Bump version to v0.27.445d3c6fidentify: reject signed peer records on peer ID mismatch40978eeswarm: change maps with multiaddress keys to use strings (#2284)Updates
github.com/quic-go/quic-gofrom 0.33.0 to 0.42.0Release notes
Sourced from github.com/quic-go/quic-go's releases.
... (truncated)
Commits
4a99b81close connection when an abnormally large number of frames are queued (#4369)9971feduse Transport.VerifySourceAddress to control the Retry Mechanism (#4362)497d3f5http3: add a RoundTripOpt to check the server's SETTINGS frame (#4355)ca787d6add an AddrVerified field to the ClientHelloInfo (#4360)f147639update gomock to v0.4.0 (#4361)06b4214remove unused ReceiveStream.CloseRemote method (#4357)5fd5d77Merge pull request #4305 from quic-go/qlog-tracer30e01b9use the transport tracer in integration tests55c05acqlog: log sent packets outside of a QUIC connectionaff90a6qlog: log sent Version Negotiation packetsUpdates
golang.org/x/cryptofrom 0.9.0 to 0.17.0Commits
9d2ee97ssh: implement strict KEX protocol changes4e5a261ssh: close net.Conn on all NewServerConn errors152cdb1x509roots/fallback: update bundlefdfe1f8ssh: defer channel window adjustmentb8ffc16blake2b: drop Go 1.6, Go 1.8 compatibility7e6fbd8ssh: wrap errors from client handshakebda2f3fargon2: avoid clobbering BP325b735ssh/test: skip TestSSHCLIAuth on Windows1eadac5go.mod: update golang.org/x dependenciesb2d7c26ssh: add (*Client).DialContext methodUpdates
golang.org/x/netfrom 0.10.0 to 0.23.0Commits
c48da13http2: fix TestServerContinuationFlood flakes762b58dhttp2: fix tipos in commentba87210http2: close connections when receiving too many headersebc8168all: fix some typos3678185http2: make TestCanonicalHeaderCacheGrowth faster448c44fhttp2: remove clientTesterc7877achttp2: convert the remaining clientTester tests to testClientConnd8870b0http2: use synthetic time in TestIdleConnTimeoutd73acffhttp2: only set up deadline when Server.IdleTimeout is positive89f602bhttp2: validate client/outgoing trailersUpdates
google.golang.org/protobuffrom 1.30.0 to 1.33.0You can trigger a rebase of this PR 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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.