diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b95a177..a223e0c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -37,8 +37,8 @@ importers: version: link:../js devDependencies: '@playwright/test': - specifier: ^1.41.2 - version: 1.41.2 + specifier: ^1.42.1 + version: 1.42.1 '@types/node': specifier: ^20.11.21 version: 20.11.21 @@ -1265,12 +1265,12 @@ packages: tslib: 2.6.2 dev: true - /@playwright/test@1.41.2: - resolution: {integrity: sha512-qQB9h7KbibJzrDpkXkYvsmiDJK14FULCCZgEcoe2AvFAS64oCirWTwzTlAYEbKaRxWs5TFesE1Na6izMv3HfGg==} + /@playwright/test@1.42.1: + resolution: {integrity: sha512-Gq9rmS54mjBL/7/MvBaNOBwbfnh7beHvS6oS4srqXFcQHpQCV1+c8JXWE8VLPyRDhgS3H8x8A7hztqI9VnwrAQ==} engines: {node: '>=16'} hasBin: true dependencies: - playwright: 1.41.2 + playwright: 1.42.1 dev: true /@rollup/rollup-android-arm-eabi@4.6.1: @@ -5046,18 +5046,18 @@ packages: find-up: 4.1.0 dev: true - /playwright-core@1.41.2: - resolution: {integrity: sha512-VaTvwCA4Y8kxEe+kfm2+uUUw5Lubf38RxF7FpBxLPmGe5sdNkSg5e3ChEigaGrX7qdqT3pt2m/98LiyvU2x6CA==} + /playwright-core@1.42.1: + resolution: {integrity: sha512-mxz6zclokgrke9p1vtdy/COWBH+eOZgYUVVU34C73M+4j4HLlQJHtfcqiqqxpP0o8HhMkflvfbquLX5dg6wlfA==} engines: {node: '>=16'} hasBin: true dev: true - /playwright@1.41.2: - resolution: {integrity: sha512-v0bOa6H2GJChDL8pAeLa/LZC4feoAMbSQm1/jF/ySsWWoaNItvrMP7GEkvEEFyCTUYKMxjQKaTSg5up7nR6/8A==} + /playwright@1.42.1: + resolution: {integrity: sha512-PgwB03s2DZBcNRoW+1w9E+VkLBxweib6KTXM0M3tkiT4jVxKSi6PmVJ591J+0u10LUrgxB7dLRbiJqO5s2QPMg==} engines: {node: '>=16'} hasBin: true dependencies: - playwright-core: 1.41.2 + playwright-core: 1.42.1 optionalDependencies: fsevents: 2.3.2 dev: true diff --git a/workspaces/e2e/docker_run_playwright.sh b/workspaces/e2e/docker_run_playwright.sh index 228f428..3c7223b 100755 --- a/workspaces/e2e/docker_run_playwright.sh +++ b/workspaces/e2e/docker_run_playwright.sh @@ -6,5 +6,5 @@ docker run --rm --ipc=host \ --mount type=bind,src=./../../,dst=/app \ --mount type=volume,dst=/app/node_modules \ --mount type=volume,dst=/app/.pnpm-store \ - mcr.microsoft.com/playwright:v1.41.2-jammy \ + mcr.microsoft.com/playwright:v1.42.1-jammy \ /app/workspaces/e2e/docker_playwright_script.sh \ No newline at end of file diff --git a/workspaces/e2e/package.json b/workspaces/e2e/package.json index 6767a6f..2e9b94a 100644 --- a/workspaces/e2e/package.json +++ b/workspaces/e2e/package.json @@ -12,7 +12,7 @@ }, "devDependencies": { "@types/node": "^20.11.21", - "@playwright/test": "^1.41.2", + "@playwright/test": "^1.42.1", "typescript": "^5.3.3", "vite": "^5.1.4" }