diff --git a/client/package-lock.json b/client/package-lock.json index d07c9107..52f58391 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -15,7 +15,7 @@ }, "devDependencies": { "@eslint/js": "^9.39.4", - "@playwright/test": "^1.58.2", + "@playwright/test": "^1.59.1", "@testing-library/jest-dom": "^6.9.1", "@testing-library/vue": "^8.1.0", "@types/jsdom": "^28.0.1", @@ -695,13 +695,13 @@ } }, "node_modules/@playwright/test": { - "version": "1.58.2", - "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.58.2.tgz", - "integrity": "sha512-akea+6bHYBBfA9uQqSYmlJXn61cTa+jbO87xVLCWbTqbWadRVmhxlXATaOjOgcBaWU4ePo0wB41KMFv3o35IXA==", + "version": "1.59.1", + "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.59.1.tgz", + "integrity": "sha512-PG6q63nQg5c9rIi4/Z5lR5IVF7yU5MqmKaPOe0HSc0O2cX1fPi96sUQu5j7eo4gKCkB2AnNGoWt7y4/Xx3Kcqg==", "dev": true, "license": "Apache-2.0", "dependencies": { - "playwright": "1.58.2" + "playwright": "1.59.1" }, "bin": { "playwright": "cli.js" @@ -5111,13 +5111,13 @@ } }, "node_modules/playwright": { - "version": "1.58.2", - "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.58.2.tgz", - "integrity": "sha512-vA30H8Nvkq/cPBnNw4Q8TWz1EJyqgpuinBcHET0YVJVFldr8JDNiU9LaWAE1KqSkRYazuaBhTpB5ZzShOezQ6A==", + "version": "1.59.1", + "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.59.1.tgz", + "integrity": "sha512-C8oWjPR3F81yljW9o5OxcWzfh6avkVwDD2VYdwIGqTkl+OGFISgypqzfu7dOe4QNLL2aqcWBmI3PMtLIK233lw==", "dev": true, "license": "Apache-2.0", "dependencies": { - "playwright-core": "1.58.2" + "playwright-core": "1.59.1" }, "bin": { "playwright": "cli.js" @@ -5130,9 +5130,9 @@ } }, "node_modules/playwright-core": { - "version": "1.58.2", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.58.2.tgz", - "integrity": "sha512-yZkEtftgwS8CsfYo7nm0KE8jsvm6i/PTgVtB8DL726wNf6H2IMsDuxCpJj59KDaxCtSnrWan2AeDqM7JBaultg==", + "version": "1.59.1", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.59.1.tgz", + "integrity": "sha512-HBV/RJg81z5BiiZ9yPzIiClYV/QMsDCKUyogwH9p3MCP6IYjUFu/MActgYAvK0oWyV9NlwM3GLBjADyWgydVyg==", "dev": true, "license": "Apache-2.0", "bin": { diff --git a/client/package.json b/client/package.json index 5ac29804..b80332b4 100644 --- a/client/package.json +++ b/client/package.json @@ -32,7 +32,7 @@ }, "devDependencies": { "@eslint/js": "^9.39.4", - "@playwright/test": "^1.58.2", + "@playwright/test": "^1.59.1", "@testing-library/jest-dom": "^6.9.1", "@testing-library/vue": "^8.1.0", "@types/jsdom": "^28.0.1", diff --git a/client/tests/playwright/main.spec.ts-snapshots/page-webkit-desktop-linux.png b/client/tests/playwright/main.spec.ts-snapshots/page-webkit-desktop-linux.png index 1c45baee..c486c9b6 100644 Binary files a/client/tests/playwright/main.spec.ts-snapshots/page-webkit-desktop-linux.png and b/client/tests/playwright/main.spec.ts-snapshots/page-webkit-desktop-linux.png differ diff --git a/client/tests/playwright/main.spec.ts-snapshots/page-webkit-desktop-win32.png b/client/tests/playwright/main.spec.ts-snapshots/page-webkit-desktop-win32.png index a8661bb8..9d3acfae 100644 Binary files a/client/tests/playwright/main.spec.ts-snapshots/page-webkit-desktop-win32.png and b/client/tests/playwright/main.spec.ts-snapshots/page-webkit-desktop-win32.png differ diff --git a/client/tests/playwright/main.spec.ts-snapshots/page-webkit-mobile-linux.png b/client/tests/playwright/main.spec.ts-snapshots/page-webkit-mobile-linux.png index d37f2272..857e21fe 100644 Binary files a/client/tests/playwright/main.spec.ts-snapshots/page-webkit-mobile-linux.png and b/client/tests/playwright/main.spec.ts-snapshots/page-webkit-mobile-linux.png differ diff --git a/client/tests/playwright/main.spec.ts-snapshots/page-webkit-mobile-win32.png b/client/tests/playwright/main.spec.ts-snapshots/page-webkit-mobile-win32.png index 73b83db8..5ec8307e 100644 Binary files a/client/tests/playwright/main.spec.ts-snapshots/page-webkit-mobile-win32.png and b/client/tests/playwright/main.spec.ts-snapshots/page-webkit-mobile-win32.png differ diff --git a/client/tests/playwright/main.spec.ts-snapshots/page-webkit-tablet-linux.png b/client/tests/playwright/main.spec.ts-snapshots/page-webkit-tablet-linux.png index 376e6973..a842bf80 100644 Binary files a/client/tests/playwright/main.spec.ts-snapshots/page-webkit-tablet-linux.png and b/client/tests/playwright/main.spec.ts-snapshots/page-webkit-tablet-linux.png differ diff --git a/client/tests/playwright/main.spec.ts-snapshots/page-webkit-tablet-win32.png b/client/tests/playwright/main.spec.ts-snapshots/page-webkit-tablet-win32.png index c459769f..e63d7e9c 100644 Binary files a/client/tests/playwright/main.spec.ts-snapshots/page-webkit-tablet-win32.png and b/client/tests/playwright/main.spec.ts-snapshots/page-webkit-tablet-win32.png differ diff --git a/utility/Dockerfile b/utility/Dockerfile index 11820535..32d9d27d 100644 --- a/utility/Dockerfile +++ b/utility/Dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/playwright:v1.58.2-noble +FROM mcr.microsoft.com/playwright:v1.59.1-noble WORKDIR /app