fix: Update Playwright to v1.50.0 (match Docker image version)

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
ValueOn AG 2026-02-15 00:19:43 +01:00
parent 363c9df08e
commit 20f0fd4a4a
2 changed files with 3 additions and 3 deletions

View file

@ -16,8 +16,8 @@ COPY src ./src
# Build # Build
RUN npm run build RUN npm run build
# Production stage # Production stage - must match playwright version in package.json
FROM mcr.microsoft.com/playwright:v1.41.0-jammy FROM mcr.microsoft.com/playwright:v1.50.0-jammy
WORKDIR /app WORKDIR /app

View file

@ -11,7 +11,7 @@
"test": "jest" "test": "jest"
}, },
"dependencies": { "dependencies": {
"playwright": "^1.41.0", "playwright": "1.50.0",
"ws": "^8.16.0", "ws": "^8.16.0",
"uuid": "^9.0.1", "uuid": "^9.0.1",
"dotenv": "^16.4.1", "dotenv": "^16.4.1",