diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c09a8a5e..ffb1de86 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -265,8 +265,8 @@ importers: specifier: ^1.48.1 version: 1.48.1 '@podman-desktop/tests-playwright': - specifier: ^1.13.2 - version: 1.13.2 + specifier: ^1.13.3 + version: 1.13.3 '@types/node': specifier: ^20 version: 20.16.5 @@ -1272,8 +1272,8 @@ packages: '@podman-desktop/api@1.13.3': resolution: {integrity: sha512-pPFnEgONEYk7iI3GD+Tn6trXPckamkbzYjPfoIMVoHbYwckZz3Wjic9Wzp3FDxseINSVnZboEbhMyakBS5rpaQ==} - '@podman-desktop/tests-playwright@1.13.2': - resolution: {integrity: sha512-EVcSqnoWh6SxmGhnev4zJPfWMXVDLvUarPMvjetW5RcSEP6S0wHnMl2htzeJqMbOGe/CNpBXWsFszIPDtPYMhQ==} + '@podman-desktop/tests-playwright@1.13.3': + resolution: {integrity: sha512-T4rbvgeM1hGRsZiZQh53g6hJW2kLay/8DyfWCaQggZR7zfbD1vlV/R/6aWGd4QRiknNqonMOcCbA6ZhHj+0FlQ==} '@podman-desktop/ui-svelte@1.14.0-202410111216-d252fc3103': resolution: {integrity: sha512-8wQbwhd2fDqlOyhOQNTUb1TgYdGAzWsrZJYdzl+5GecO5t/yp220tnan36A2q0fw8vjmYxRHKVvIITxzfwrb0g==} @@ -5465,7 +5465,7 @@ snapshots: '@podman-desktop/api@1.13.3': {} - '@podman-desktop/tests-playwright@1.13.2': {} + '@podman-desktop/tests-playwright@1.13.3': {} '@podman-desktop/ui-svelte@1.14.0-202410111216-d252fc3103(svelte-fa@4.0.3(svelte@5.0.5))(svelte@5.0.5)': dependencies: diff --git a/tests/playwright/package.json b/tests/playwright/package.json index b2cb2c74..47949f2b 100644 --- a/tests/playwright/package.json +++ b/tests/playwright/package.json @@ -11,7 +11,7 @@ "license": "Apache-2.0", "devDependencies": { "@playwright/test": "^1.48.1", - "@podman-desktop/tests-playwright": "^1.13.2", + "@podman-desktop/tests-playwright": "^1.13.3", "@types/node": "^20", "electron": "^33.0.2", "typescript": "^5.6.3",