diff --git a/.github/workflows/update visual snapshots.yml b/.github/workflows/update visual snapshots.yml index 894199a8f21..07d8500fe2d 100644 --- a/.github/workflows/update visual snapshots.yml +++ b/.github/workflows/update visual snapshots.yml @@ -6,7 +6,7 @@ jobs: update-snapshots: runs-on: ubuntu-latest container: - image: mcr.microsoft.com/playwright:v1.59.0-noble + image: mcr.microsoft.com/playwright:v1.60.0-noble permissions: contents: write diff --git a/package.json b/package.json index 04cea04df82..93b3d9fe549 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "jest-junit": "^16.0.0", "jquery": "*", "pixelmatch": "^7.1.0", - "playwright": "^1.59.0", + "playwright": "1.60.0", "pngjs": "^7.0.0", "postcss-scss": "^4.x.x", "sass": "^1.97.3",