chore(deps): bump the go_modules group across 4 directories with 4 updates#85
Open
dependabot[bot] wants to merge 1 commit into
Conversation
…dates Bumps the go_modules group with 2 updates in the /apps/login-test-acceptance/idp/oidc directory: [github.com/go-chi/chi/v5](https://github.com/go-chi/chi) and [github.com/go-jose/go-jose/v4](https://github.com/go-jose/go-jose). Bumps the go_modules group with 2 updates in the /apps/login-test-acceptance/idp/saml directory: [golang.org/x/crypto](https://github.com/golang/crypto) and [github.com/russellhaering/goxmldsig](https://github.com/russellhaering/goxmldsig). Bumps the go_modules group with 1 update in the /apps/login-test-acceptance/oidcrp directory: [github.com/go-jose/go-jose/v4](https://github.com/go-jose/go-jose). Bumps the go_modules group with 2 updates in the /apps/login-test-acceptance/samlsp directory: [golang.org/x/crypto](https://github.com/golang/crypto) and [github.com/russellhaering/goxmldsig](https://github.com/russellhaering/goxmldsig). Updates `github.com/go-chi/chi/v5` from 5.2.2 to 5.2.4 - [Release notes](https://github.com/go-chi/chi/releases) - [Changelog](https://github.com/go-chi/chi/blob/master/CHANGELOG.md) - [Commits](go-chi/chi@v5.2.2...v5.2.4) Updates `github.com/go-jose/go-jose/v4` from 4.0.5 to 4.1.4 - [Release notes](https://github.com/go-jose/go-jose/releases) - [Commits](go-jose/go-jose@v4.0.5...v4.1.4) Updates `golang.org/x/crypto` from 0.36.0 to 0.45.0 - [Commits](golang/crypto@v0.36.0...v0.45.0) Updates `github.com/russellhaering/goxmldsig` from 1.3.0 to 1.6.0 - [Release notes](https://github.com/russellhaering/goxmldsig/releases) - [Commits](russellhaering/goxmldsig@v1.3.0...v1.6.0) Updates `github.com/go-jose/go-jose/v4` from 4.0.5 to 4.1.4 - [Release notes](https://github.com/go-jose/go-jose/releases) - [Commits](go-jose/go-jose@v4.0.5...v4.1.4) Updates `golang.org/x/crypto` from 0.36.0 to 0.45.0 - [Commits](golang/crypto@v0.36.0...v0.45.0) Updates `github.com/russellhaering/goxmldsig` from 1.5.0 to 1.6.0 - [Release notes](https://github.com/russellhaering/goxmldsig/releases) - [Commits](russellhaering/goxmldsig@v1.3.0...v1.6.0) --- updated-dependencies: - dependency-name: github.com/go-chi/chi/v5 dependency-version: 5.2.4 dependency-type: indirect dependency-group: go_modules - dependency-name: github.com/go-jose/go-jose/v4 dependency-version: 4.1.4 dependency-type: indirect dependency-group: go_modules - dependency-name: golang.org/x/crypto dependency-version: 0.45.0 dependency-type: direct:production dependency-group: go_modules - dependency-name: github.com/russellhaering/goxmldsig dependency-version: 1.6.0 dependency-type: indirect dependency-group: go_modules - dependency-name: github.com/go-jose/go-jose/v4 dependency-version: 4.1.4 dependency-type: indirect dependency-group: go_modules - dependency-name: golang.org/x/crypto dependency-version: 0.45.0 dependency-type: indirect dependency-group: go_modules - dependency-name: github.com/russellhaering/goxmldsig dependency-version: 1.6.0 dependency-type: indirect dependency-group: go_modules ... Signed-off-by: dependabot[bot] <support@github.com>
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 go_modules group with 2 updates in the /apps/login-test-acceptance/idp/oidc directory: github.com/go-chi/chi/v5 and github.com/go-jose/go-jose/v4.
Bumps the go_modules group with 2 updates in the /apps/login-test-acceptance/idp/saml directory: golang.org/x/crypto and github.com/russellhaering/goxmldsig.
Bumps the go_modules group with 1 update in the /apps/login-test-acceptance/oidcrp directory: github.com/go-jose/go-jose/v4.
Bumps the go_modules group with 2 updates in the /apps/login-test-acceptance/samlsp directory: golang.org/x/crypto and github.com/russellhaering/goxmldsig.
Updates
github.com/go-chi/chi/v5from 5.2.2 to 5.2.4Release notes
Sourced from github.com/go-chi/chi/v5's releases.
Commits
6eb3588middleware: harden RedirectSlashes handler (#1044)de0d16eUpdate comment about min Go version (#1023)9fb4a15update reverseMethodMap in RegisterMethod (#1022)51c977cRefactor to use atomic type (#1019)563ab11Refactor graceful shutdown example (#994)a52c582Bump minimum Go and use new features (#1017)9b9fb55Replace methodTypString func with reverseMethodMap (#1018)0265fcdrefactor: iterative wildcard collapsing and add test for consecutive wildcard...cf537d4Optimize throttle middleware by avoiding unnecessary timer creation (#1011)9040e95fix/608 - Fix flaky Throttle middleware test by synchronizing token usage (#1...Updates
github.com/go-jose/go-jose/v4from 4.0.5 to 4.1.4Release notes
Sourced from github.com/go-jose/go-jose/v4's releases.
... (truncated)
Commits
0e59876Merge commit from forkddffdbcBump actions/checkout from 5 to 6 (#213)5348b9aReject JWS with an unprotected critical b64 header (#210)9153a5eBump actions/setup-python from 5 to 6 (#208)2126e17Bump actions/setup-go from 5 to 6 (#209)9860c65Bump actions/checkout from 4 to 5 (#206)14239fdRemove Go 1.23 support (#205)a16e158Update CI to run on Go 1.24 and 1.25 (#204)a1565a4testutils/assert: remove True, Nil, NotNil (#202)3a80e13jwe: accept non-pointer JSONWebKey in Recipient (#200)Updates
golang.org/x/cryptofrom 0.36.0 to 0.45.0Commits
4e0068cgo.mod: update golang.org/x dependenciese79546essh: curb GSSAPI DoS risk by limiting number of specified OIDsf91f7a7ssh/agent: prevent panic on malformed constraint2df4153acme/autocert: let automatic renewal work with short lifetime certsbcf6a84acme: pass context to requestb4f2b62ssh: fix error message on unsupported cipher79ec3a5ssh: allow to bind to a hostname in remote forwarding122a78fgo.mod: update golang.org/x dependenciesc0531f9all: eliminate vet diagnostics0997000all: fix some commentsUpdates
github.com/russellhaering/goxmldsigfrom 1.3.0 to 1.6.0Release notes
Sourced from github.com/russellhaering/goxmldsig's releases.
Commits
878c8c6Apply go fix ./...db3d1e3Fix loop variable capture bug in validateSignature4f576b8Bump dependencies79c29eeRename FuzzValidate to FuzzValidateXML to avoid name collisionac7bf74Add fuzz tests for XML signature validation and canonicalizationa5805dfBump github/codeql-action from 2.13.4 to 3.28.17 (#155)7dac9ecUpdate GitHub Workflow1bf54caBump dependenciese1c8a5bRefactor to help eliminate potential vulnerabilities:2ac5490Refactor .verifyCertificate to obtain the certificate from an identifier from...Updates
github.com/go-jose/go-jose/v4from 4.0.5 to 4.1.4Release notes
Sourced from github.com/go-jose/go-jose/v4's releases.
... (truncated)
Commits
0e59876Merge commit from forkddffdbcBump actions/checkout from 5 to 6 (#213)5348b9aReject JWS with an unprotected critical b64 header (#210)9153a5eBump actions/setup-python from 5 to 6 (#208)2126e17Bump actions/setup-go from 5 to 6 (#209)9860c65Bump actions/checkout from 4 to 5 (#206)14239fdRemove Go 1.23 support (#205)a16e158Update CI to run on Go 1.24 and 1.25 (#204)a1565a4testutils/assert: remove True, Nil, NotNil (#202)3a80e13jwe: accept non-pointer JSONWebKey in Recipient (#200)Updates
golang.org/x/cryptofrom 0.36.0 to 0.45.0Commits
4e0068cgo.mod: update golang.org/x dependenciese79546essh: curb GSSAPI DoS risk by limiting number of specified OIDsf91f7a7ssh/agent: prevent panic on malformed constraint2df4153acme/autocert: let automatic renewal work with short lifetime certsbcf6a84acme: pass context to requestb4f2b62ssh: fix error message on unsupported cipher79ec3a5ssh: allow to bind to a hostname in remote forwarding122a78fgo.mod: update golang.org/x dependenciesc0531f9all: eliminate vet diagnostics0997000all: fix some commentsUpdates
github.com/russellhaering/goxmldsigfrom 1.5.0 to 1.6.0Release notes
Sourced from github.com/russellhaering/goxmldsig's releases.
Commits
878c8c6Apply go fix ./...db3d1e3Fix loop variable capture bug in validateSignature4f576b8Bump dependencies79c29eeRename FuzzValidate to FuzzValidateXML to avoid name collisionac7bf74Add fuzz tests for XML signature validation and canonicalizationa5805dfBump github/codeql-action from 2.13.4 to 3.28.17 (#155)7dac9ecUpdate GitHub Workflow1bf54caBump dependenciese1c8a5bRefactor to help eliminate potential vulnerabilities:2ac5490Refactor .verifyCertificate to obtain the certificate from an identifier from...Dependabot 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 <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.