From 4232111b884c8dfe6219ca65c4c76ae4a4fa5a89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 17:05:23 +0000 Subject: [PATCH] chore(deps-dev): bump @podman-desktop/tests-playwright Bumps [@podman-desktop/tests-playwright](https://github.com/podman-desktop/podman-desktop) from 1.27.2 to 1.28.2. - [Release notes](https://github.com/podman-desktop/podman-desktop/releases) - [Changelog](https://github.com/podman-desktop/podman-desktop/blob/main/RELEASE.md) - [Commits](https://github.com/podman-desktop/podman-desktop/compare/v1.27.2...v1.28.2) --- updated-dependencies: - dependency-name: "@podman-desktop/tests-playwright" dependency-version: 1.28.2 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pnpm-lock.yaml | 10 +++++----- tests/playwright/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7d6fa49..f33e7b8 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -120,8 +120,8 @@ importers: specifier: 1.61.1 version: 1.61.1 '@podman-desktop/tests-playwright': - specifier: ^1.27.2 - version: 1.27.2 + specifier: ^1.28.2 + version: 1.28.2 '@types/node': specifier: ^24 version: 24.10.4 @@ -438,8 +438,8 @@ packages: '@podman-desktop/api@1.28.2': resolution: {integrity: sha512-kSBVWUSyuijS5a9HvqFAlihmy6D26nwTPZ0Yw9K/2W11grWeI/AvaS+THTmxHvXk8EbB9y8ydWpXhA8el67NKQ==} - '@podman-desktop/tests-playwright@1.27.2': - resolution: {integrity: sha512-41N7Z5Cb+vR+MrpKJAkqf6s7MsFHoIhCprG8WXaZQeok1OAZRnQttgqsb56Y08e1NoEUYMZ4SoVavIjJrwghvg==} + '@podman-desktop/tests-playwright@1.28.2': + resolution: {integrity: sha512-7LXWwf3QkPL6GNNzJGZ4rfeUtXuYbb8+WPhzfPrYP/ndt3NIKl+onW1m9VqriHZpZ/U4me+8pjsrAUZstDPD7g==} '@redocly/ajv@8.17.3': resolution: {integrity: sha512-NQsbJbB/GV7JVO88ebFkMndrnuGp/dTm5/2NISeg+JGcLzTfGBJZ01+V5zD8nKBOpi/dLLNFT+Ql6IcUk8ehng==} @@ -2918,7 +2918,7 @@ snapshots: '@podman-desktop/api@1.28.2': {} - '@podman-desktop/tests-playwright@1.27.2': {} + '@podman-desktop/tests-playwright@1.28.2': {} '@redocly/ajv@8.17.3': dependencies: diff --git a/tests/playwright/package.json b/tests/playwright/package.json index dc9b567..5619e48 100644 --- a/tests/playwright/package.json +++ b/tests/playwright/package.json @@ -11,7 +11,7 @@ "license": "Apache-2.0", "devDependencies": { "@playwright/test": "1.61.1", - "@podman-desktop/tests-playwright": "^1.27.2", + "@podman-desktop/tests-playwright": "^1.28.2", "@types/node": "^24", "typescript": "^5.9.3", "xvfb-maybe": "^0.2.1"