diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-04-15 05:55:50 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-15 05:55:50 -0400 |
| commit | 2ebce2670934b6325fc106a19b154c9f34cb944e (patch) | |
| tree | 7091f1cb01105eb97d5e0ce2616a0667a7c56da6 /internal/test | |
| parent | ac273a8ad5bc4883ddc6f9eb886b661cf94ad07f (diff) | |
| download | anubis-2ebce2670934b6325fc106a19b154c9f34cb944e.tar.xz anubis-2ebce2670934b6325fc106a19b154c9f34cb944e.zip | |
build(deps): bump the gomod group with 3 updates (#265)
* build(deps): bump the gomod group with 3 updates
Bumps the gomod group with 3 updates: [github.com/playwright-community/playwright-go](https://github.com/playwright-community/playwright-go), [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) and [golang.org/x/net](https://github.com/golang/net).
Updates `github.com/playwright-community/playwright-go` from 0.5001.0 to 0.5101.0
- [Release notes](https://github.com/playwright-community/playwright-go/releases)
- [Commits](https://github.com/playwright-community/playwright-go/compare/v0.5001.0...v0.5101.0)
Updates `github.com/prometheus/client_golang` from 1.21.1 to 1.22.0
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prometheus/client_golang/compare/v1.21.1...v1.22.0)
Updates `golang.org/x/net` from 0.38.0 to 0.39.0
- [Commits](https://github.com/golang/net/compare/v0.38.0...v0.39.0)
---
updated-dependencies:
- dependency-name: github.com/playwright-community/playwright-go
dependency-version: 0.5101.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gomod
- dependency-name: github.com/prometheus/client_golang
dependency-version: 1.22.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gomod
- dependency-name: golang.org/x/net
dependency-version: 0.39.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gomod
...
Signed-off-by: dependabot[bot] <support@github.com>
* internal/test: bump playwright version
Signed-off-by: Xe Iaso <me@xeiaso.net>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Xe Iaso <me@xeiaso.net>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'internal/test')
| -rw-r--r-- | internal/test/playwright_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/test/playwright_test.go b/internal/test/playwright_test.go index d5010de..7859b71 100644 --- a/internal/test/playwright_test.go +++ b/internal/test/playwright_test.go @@ -80,7 +80,7 @@ const ( actionChallenge action = "CHALLENGE" placeholderIP = "fd11:5ee:bad:c0de::" - playwrightVersion = "1.50.1" + playwrightVersion = "1.51.1" ) type action string |
