From 2ebce2670934b6325fc106a19b154c9f34cb944e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Apr 2025 05:55:50 -0400 Subject: 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] * internal/test: bump playwright version Signed-off-by: Xe Iaso --------- Signed-off-by: dependabot[bot] Signed-off-by: Xe Iaso Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Xe Iaso --- internal/test/playwright_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/test') 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 -- cgit v1.2.3