-
Notifications
You must be signed in to change notification settings - Fork 0
Bump the go_modules group across 1 directory with 8 updates #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
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] <[email protected]>
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.1
5.5.4
1.2.0
1.4.1
0.7.9
0.8.1
0.26.4
0.27.8
0.33.0
0.42.0
0.10.0
0.23.0
1.30.0
1.33.0
Updates
github.com/jackc/pgx/v5
from 5.4.1 to 5.5.4Changelog
Sourced from github.com/jackc/pgx/v5's changelog.
... (truncated)
Commits
da6f2c9
Update changelogc543134
SQL sanitizer wraps arguments in parentheses20344df
Check for overflow on uint16 sizes in pgproto3adbb38f
Do not allow protocol messages larger than ~1GBc1b0a01
Fix behavior of CollectRows to return empty slice if Rows are empty88dfc22
Fix simple protocol encoding of json.RawMessage2e84dcc
*Pipeline.getResults should close pipeline on errord149d3f
Fix panic in TryFindUnderlyingTypeScanPlan046f497
deallocateInvalidatedCachedStatements now runs in transactions8896bd6
Handle invalid sslkey fileUpdates
github.com/gorilla/schema
from 1.2.0 to 1.4.1Release notes
Sourced from github.com/gorilla/schema's releases.
Commits
cd59f2f
Merge pull request from GHSA-3669-72x9-r9p3180f71e
fix: indirection through nil pointer to embedded struct (#211)a377fd6
fix: fix assertion testbe699f4
fix delete pointer slice test50924ff
fix:test: fix commentc44c90d
fix:test: add assertion7d1c58e
fix: decode error message4548527
fix: test data993e5b1
fix: add test7487651
fix: if default element type of value are setted in slice , raise errorUpdates
github.com/graphql-go/graphql
from 0.7.9 to 0.8.1Release notes
Sourced from github.com/graphql-go/graphql's releases.
Commits
a974186
Merge pull request #642 from Invizory/fix-infinite-recursion-in-parser2a6e1ff
Merge branch 'master' into fix-infinite-recursion-in-parser623f886
Merge pull request #651 from dariuszkuc/fix_list_namec18e0b6
Merge branch 'master' into fix_list_named264c4c
Merge pull request #653 from dariuszkuc/fix_object_descriptione9c5c5f
Merge branch 'master' into fix_object_description55311b1
Merge pull request #656 from victor-perov/victor/expose-ParseValue2ce8c8b
Expose ParseValuefc6b16f
fix: return valid object descriptionec07c50
fix String/Name methods on the List typeUpdates
github.com/libp2p/go-libp2p
from 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
8506ab2
release v0.27.869acf8b
swarm: don't open new streams over transient connections (#2450)b7ebfaa
manually bump qtls dependencies to fix RSA key size vulnerability0cce607
core/crypto: restrict RSA keys to <= 8192 bits (#2454)68ad5ea
Release v0.27.7 (#2374)2df518f
Release v0.27.6 (#2359)6dffa1a
Release v0.27.5 (#2324)fc89448
Bump version to v0.27.445d3c6f
identify: reject signed peer records on peer ID mismatch40978ee
swarm: change maps with multiaddress keys to use strings (#2284)Updates
github.com/quic-go/quic-go
from 0.33.0 to 0.42.0Release notes
Sourced from github.com/quic-go/quic-go's releases.
... (truncated)
Commits
4a99b81
close connection when an abnormally large number of frames are queued (#4369)9971fed
use Transport.VerifySourceAddress to control the Retry Mechanism (#4362)497d3f5
http3: add a RoundTripOpt to check the server's SETTINGS frame (#4355)ca787d6
add an AddrVerified field to the ClientHelloInfo (#4360)f147639
update gomock to v0.4.0 (#4361)06b4214
remove unused ReceiveStream.CloseRemote method (#4357)5fd5d77
Merge pull request #4305 from quic-go/qlog-tracer30e01b9
use the transport tracer in integration tests55c05ac
qlog: log sent packets outside of a QUIC connectionaff90a6
qlog: log sent Version Negotiation packetsUpdates
golang.org/x/crypto
from 0.9.0 to 0.17.0Commits
9d2ee97
ssh: implement strict KEX protocol changes4e5a261
ssh: close net.Conn on all NewServerConn errors152cdb1
x509roots/fallback: update bundlefdfe1f8
ssh: defer channel window adjustmentb8ffc16
blake2b: drop Go 1.6, Go 1.8 compatibility7e6fbd8
ssh: wrap errors from client handshakebda2f3f
argon2: avoid clobbering BP325b735
ssh/test: skip TestSSHCLIAuth on Windows1eadac5
go.mod: update golang.org/x dependenciesb2d7c26
ssh: add (*Client).DialContext methodUpdates
golang.org/x/net
from 0.10.0 to 0.23.0Commits
c48da13
http2: fix TestServerContinuationFlood flakes762b58d
http2: fix tipos in commentba87210
http2: close connections when receiving too many headersebc8168
all: fix some typos3678185
http2: make TestCanonicalHeaderCacheGrowth faster448c44f
http2: remove clientTesterc7877ac
http2: convert the remaining clientTester tests to testClientConnd8870b0
http2: use synthetic time in TestIdleConnTimeoutd73acff
http2: only set up deadline when Server.IdleTimeout is positive89f602b
http2: validate client/outgoing trailersUpdates
google.golang.org/protobuf
from 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 rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will 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 version
will 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.