Skip to content

Bump the smallweb-deps group across 1 directory with 5 updates#112

Merged
pomdtr merged 1 commit intomainfrom
dependabot/go_modules/smallweb-deps-1c5e620b4d
Aug 9, 2025
Merged

Bump the smallweb-deps group across 1 directory with 5 updates#112
pomdtr merged 1 commit intomainfrom
dependabot/go_modules/smallweb-deps-1c5e620b4d

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Aug 8, 2025

Bumps the smallweb-deps group with 5 updates in the / directory:

Package From To
golang.org/x/term 0.33.0 0.34.0
github.com/bmatcuk/doublestar/v4 4.9.0 4.9.1
github.com/caddyserver/certmagic 0.23.0 0.24.0
github.com/coreos/go-oidc/v3 3.14.1 3.15.0
golang.org/x/crypto 0.40.0 0.41.0

Updates golang.org/x/term from 0.33.0 to 0.34.0

Commits
  • a35244d go.mod: update golang.org/x dependencies
  • 4f53e0c term: allow multi-line bracketed paste to not create single line with verbati...
  • 27f29d8 term: remove duplicate flag and add comment on windows
  • See full diff in compare view

Updates github.com/bmatcuk/doublestar/v4 from 4.9.0 to 4.9.1

Release notes

Sourced from github.com/bmatcuk/doublestar/v4's releases.

Small Performance Change

This release contains a small change that gives a slight performance increase. Thanks to @​jbedard for the PR!

What's Changed

New Contributors

Full Changelog: bmatcuk/doublestar@v4.9.0...v4.9.1

Commits

Updates github.com/caddyserver/certmagic from 0.23.0 to 0.24.0

Commits
  • 621b7e9 Move cfg nil check from RenewManagedCertificates to getConfig (#348)
  • 17fb245 readme: Update draft-ari link to RFC 9773
  • 3cab966 acmeissuer: LE now supports IP certs (#345)
  • e592554 A way to add a manual cert to the cache, replacing others immediately
  • ae678af Don't evict manually-loaded certs
  • 476582b Replace the file storage logger with the default logger (#311)
  • 41f81ce Demote stapling logs when no OCSP server specified (close #327)
  • e51e7ae go.mod: Upgrade to libdns v1.0.0
  • 0d908a3 Bump golang.org/x/net from 0.37.0 to 0.38.0 (#342)
  • See full diff in compare view

Updates github.com/coreos/go-oidc/v3 from 3.14.1 to 3.15.0

Release notes

Sourced from github.com/coreos/go-oidc/v3's releases.

v3.15.0

What's Changed

Full Changelog: coreos/go-oidc@v3.14.1...v3.15.0

Commits
  • 8d1e57e oidc: verify the ID Token's signature before processing claims
  • See full diff in compare view

Updates golang.org/x/crypto from 0.40.0 to 0.41.0

Commits
  • ef5341b go.mod: update golang.org/x dependencies
  • b999374 acme: fix pebble subprocess output data race
  • c247dea x509roots/fallback: store bundle certs directly in DER
  • 1fda731 acme: increase pebble test waitForServer attempts
  • 1b4c3d2 x509roots/fallback: update bundle
  • b903b53 acme: capture pebble test subprocess stdout/stderr
  • See full diff in compare view

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 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 conditions

Bumps the smallweb-deps group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [golang.org/x/term](https://github.com/golang/term) | `0.33.0` | `0.34.0` |
| [github.com/bmatcuk/doublestar/v4](https://github.com/bmatcuk/doublestar) | `4.9.0` | `4.9.1` |
| [github.com/caddyserver/certmagic](https://github.com/caddyserver/certmagic) | `0.23.0` | `0.24.0` |
| [github.com/coreos/go-oidc/v3](https://github.com/coreos/go-oidc) | `3.14.1` | `3.15.0` |
| [golang.org/x/crypto](https://github.com/golang/crypto) | `0.40.0` | `0.41.0` |



Updates `golang.org/x/term` from 0.33.0 to 0.34.0
- [Commits](golang/term@v0.33.0...v0.34.0)

Updates `github.com/bmatcuk/doublestar/v4` from 4.9.0 to 4.9.1
- [Release notes](https://github.com/bmatcuk/doublestar/releases)
- [Commits](bmatcuk/doublestar@v4.9.0...v4.9.1)

Updates `github.com/caddyserver/certmagic` from 0.23.0 to 0.24.0
- [Release notes](https://github.com/caddyserver/certmagic/releases)
- [Commits](caddyserver/certmagic@v0.23.0...v0.24.0)

Updates `github.com/coreos/go-oidc/v3` from 3.14.1 to 3.15.0
- [Release notes](https://github.com/coreos/go-oidc/releases)
- [Commits](coreos/go-oidc@v3.14.1...v3.15.0)

Updates `golang.org/x/crypto` from 0.40.0 to 0.41.0
- [Commits](golang/crypto@v0.40.0...v0.41.0)

---
updated-dependencies:
- dependency-name: golang.org/x/term
  dependency-version: 0.34.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: smallweb-deps
- dependency-name: github.com/bmatcuk/doublestar/v4
  dependency-version: 4.9.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: smallweb-deps
- dependency-name: github.com/caddyserver/certmagic
  dependency-version: 0.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: smallweb-deps
- dependency-name: github.com/coreos/go-oidc/v3
  dependency-version: 3.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: smallweb-deps
- dependency-name: golang.org/x/crypto
  dependency-version: 0.41.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: smallweb-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Aug 8, 2025
@pomdtr pomdtr merged commit a17e582 into main Aug 9, 2025
3 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/smallweb-deps-1c5e620b4d branch August 9, 2025 03:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant