chore(deps)(deps): bump the patch-and-minor group across 1 directory with 5 updates#27
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
…with 5 updates Bumps the patch-and-minor group with 4 updates in the / directory: [github.com/kazzmir/opus-go](https://github.com/kazzmir/opus-go), [github.com/pion/webrtc/v4](https://github.com/pion/webrtc), [go.uber.org/zap](https://github.com/uber-go/zap) and [golang.org/x/crypto](https://github.com/golang/crypto). Updates `github.com/kazzmir/opus-go` from 1.2.1 to 1.3.0 - [Commits](kazzmir/opus-go@v1.2.1...v1.3.0) Updates `github.com/pion/webrtc/v4` from 4.2.8 to 4.2.12 - [Release notes](https://github.com/pion/webrtc/releases) - [Commits](pion/webrtc@v4.2.8...v4.2.12) Updates `go.uber.org/zap` from 1.27.1 to 1.28.0 - [Release notes](https://github.com/uber-go/zap/releases) - [Changelog](https://github.com/uber-go/zap/blob/master/CHANGELOG.md) - [Commits](uber-go/zap@v1.27.1...v1.28.0) Updates `golang.org/x/crypto` from 0.49.0 to 0.51.0 - [Commits](golang/crypto@v0.49.0...v0.51.0) Updates `golang.org/x/sys` from 0.42.0 to 0.44.0 - [Commits](golang/sys@v0.42.0...v0.44.0) --- updated-dependencies: - dependency-name: github.com/kazzmir/opus-go dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: patch-and-minor - dependency-name: github.com/pion/webrtc/v4 dependency-version: 4.2.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-and-minor - dependency-name: go.uber.org/zap dependency-version: 1.28.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: patch-and-minor - dependency-name: golang.org/x/crypto dependency-version: 0.50.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: patch-and-minor - dependency-name: golang.org/x/sys dependency-version: 0.43.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: patch-and-minor ... Signed-off-by: dependabot[bot] <support@github.com>
24192ff to
9708c64
Compare
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.
Bumps the patch-and-minor group with 4 updates in the / directory: github.com/kazzmir/opus-go, github.com/pion/webrtc/v4, go.uber.org/zap and golang.org/x/crypto.
Updates
github.com/kazzmir/opus-gofrom 1.2.1 to 1.3.0Commits
e2bb37cdecode to float32 (#14)Updates
github.com/pion/webrtc/v4from 4.2.8 to 4.2.12Release notes
Sourced from github.com/pion/webrtc/v4's releases.
Commits
8e210ecUpdate module github.com/pion/sctp to v1.9.5 (#3418)aa8d6aaUpdate module github.com/pion/ice/v4 to v4.2.5 (#3411)f857501Parse rtp extension from padding only empty packetae0a731Update module github.com/pion/ice/v4 to v4.2.34779bd6Update actions/setup-node action to v6 (#3402)b9a856eUpdate CI and links to main branch792844aUpdate CI configs to v0.12.2f3879aesctp: implement SNAP / sctp-init (#3327)fc0a368Add WithRenominationNominationAttribute1f19122Added SettingEngine option to set RemoteIPFilterUpdates
go.uber.org/zapfrom 1.27.1 to 1.28.0Release notes
Sourced from go.uber.org/zap's releases.
Changelog
Sourced from go.uber.org/zap's changelog.
Commits
5b81b37release v1.28.0 (#1547)0ab0d5azapcore: Add PreWriteHook for transforming entries before write (#1534)d278c59[chore] CI: test on Go 1.26 (#1535)16fb16bchore(dep): replace archived gopkg.in/yaml.v3 with officially maintained go.y...Updates
golang.org/x/cryptofrom 0.49.0 to 0.51.0Commits
b8a14a8go.mod: update golang.org/x dependencies9d9d507x509roots/fallback/bundle: fix bundle test with Go 1.27+fd0b90dacme: include Problem in OrderError.Errorb9e5359pbkdf2: turn into a wrapper for crypto/pbkdf2cc0e4fchkdf: forward Extract to the standard librarya8e9237x509roots/fallback: update bundle03ca0dcgo.mod: update golang.org/x dependencies8400f4assh: respect signer's algorithm preference in pickSignatureAlgorithm81c6cb3ssh: swap cbcMinPaddingSize to cbcMinPacketSize to get encLengthUpdates
golang.org/x/sysfrom 0.42.0 to 0.44.0Commits
fb1facdwindows: avoid uint16 overflow in NewNTUnicodeString94ad893windows: add GetIfTable2Ex, GetIpInterface{Entry,Table}, GetUnicastIpAddressT...54fe89fcpu: use IsProcessorFeaturePresent to calculate ARM64 on windowsdf7d5d7unix: automatically remove container created by mkall.sh68a4a8eunix: avoid nil pointer dereference in Utime690c91funix: add CPUSetDynamic for systems with more than 1024 CPUsf33a730windows: support nil security descriptor on GetNamedSecurityInfo493d172cpu: add runtime import in cpu_darwin_arm64_other.go2c2be75windows: use syscall.SyscallN in Proc.Calla76ec62cpu: roll back "use IsProcessorFeaturePresent to calculate ARM64 on windows"