From 402b43953d33a077443350b0d6462dde17b54067 Mon Sep 17 00:00:00 2001 From: prereview-bot Date: Mon, 11 Nov 2024 21:47:14 +0000 Subject: [PATCH] [dependabot skip] Fix Playwright versions --- .github/workflows/ci.yml | 4 ++-- Dockerfile | 2 +- package-lock.json | 2 ++ 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 50291fd3ff..ba3a70e19d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -300,7 +300,7 @@ jobs: - name: 'Run Playwright' id: 'playwright' - uses: docker://mcr.microsoft.com/playwright:v1.47.2-jammy + uses: docker://mcr.microsoft.com/playwright:v1.48.2-jammy with: args: env HOME=/root npx playwright test integration --forbid-only --shard=${{ matrix.shard }}/${{ strategy.job-total }} --retries 4 @@ -390,7 +390,7 @@ jobs: - name: 'Run Playwright' id: 'playwright' - uses: docker://mcr.microsoft.com/playwright:v1.47.2-jammy + uses: docker://mcr.microsoft.com/playwright:v1.48.2-jammy with: args: env HOME=/root npx playwright test visual-regression --forbid-only --shard=${{ matrix.shard }}/${{ strategy.job-total }} --retries 4 diff --git a/Dockerfile b/Dockerfile index 4766ab5477..f749409bc9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -71,7 +71,7 @@ RUN npx run-s build:assets build:app # # Stage: Integration test environment # -FROM mcr.microsoft.com/playwright:v1.47.2-jammy AS test-integration +FROM mcr.microsoft.com/playwright:v1.48.2-jammy AS test-integration WORKDIR /app COPY --from=npm-dev /app/ . diff --git a/package-lock.json b/package-lock.json index adb819fb5f..4bc2d45b47 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21490,6 +21490,7 @@ "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.48.2.tgz", "integrity": "sha512-NjYvYgp4BPmiwfe31j4gHLa3J7bD2WiBz8Lk2RoSsmX38SVIARZ18VYjxLjAcDsAhA+F4iSEXTSGgjua0rrlgQ==", "dev": true, + "license": "Apache-2.0", "dependencies": { "playwright-core": "1.48.2" }, @@ -21508,6 +21509,7 @@ "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.48.2.tgz", "integrity": "sha512-sjjw+qrLFlriJo64du+EK0kJgZzoQPsabGF4lBvsid+3CNIZIYLgnMj9V6JY5VhM2Peh20DJWIVpVljLLnlawA==", "dev": true, + "license": "Apache-2.0", "bin": { "playwright-core": "cli.js" },