Skip to content

Commit 687f24f

Browse files
Update Playwright to v1.49.1
1 parent faf19a9 commit 687f24f

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

e2e-test/docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ services:
1515
depends_on:
1616
runtime:
1717
condition: service_healthy
18-
image: mcr.microsoft.com/playwright:v1.49.0-jammy@sha256:98b1ad488de36b22d41fdd1b0c5b9cceaa78a8d2661c6ab02d2108a07c182338
18+
image: mcr.microsoft.com/playwright:v1.49.1-jammy@sha256:019b822658965bf5f6d509472802797554360f2940e677b2afb0f17748d0d0e3
1919
user: pwuser
2020
security_opt:
2121
- 'seccomp=./docker/playwright_seccomp_profile.json'

e2e-test/package-lock.json

+12-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

e2e-test/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"devDependencies": {
1414
"@eslint/compat": "1.2.4",
1515
"@eslint/js": "9.16.0",
16-
"@playwright/test": "1.49.0",
16+
"@playwright/test": "1.49.1",
1717
"@types/eslint": "9.6.1",
1818
"@types/eslint__js": "8.42.3",
1919
"@types/node": "22.10.1",

0 commit comments

Comments
 (0)