Bump playwright from 1.25.0 to 1.55.1 in /frontend

Bumps [playwright](https://github.com/microsoft/playwright) from 1.25.0 to 1.55.1.
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](https://github.com/microsoft/playwright/compare/v1.25.0...v1.55.1)

---
updated-dependencies:
- dependency-name: playwright
  dependency-version: 1.55.1
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-12-03 11:44:51 -06:00
committed by Umputun
parent a311ff7b38
commit 22ee7a06d5
3 changed files with 28 additions and 24 deletions
+2 -2
View File
@@ -9,10 +9,10 @@
"author": "Paul Mineev <paul@mineev.me>",
"license": "MIT",
"devDependencies": {
"@playwright/test": "^1.25.0",
"@playwright/test": "1.57.0",
"@types/node": "^22.9.0",
"nanoid": "^5.0.8",
"playwright": "^1.25.0",
"playwright": "1.57.0",
"ts-node": "^10.9.1",
"typescript": "^5.6.3"
}