diff --git a/client/package-lock.json b/client/package-lock.json index 91378d47..66290895 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -15,7 +15,7 @@ }, "devDependencies": { "@eslint/js": "^10.0.1", - "@playwright/test": "^1.62.1", + "@playwright/test": "^1.63.0", "@testing-library/jest-dom": "^7.0.1", "@testing-library/vue": "^8.1.0", "@types/jsdom": "^30.0.0", @@ -691,13 +691,13 @@ } }, "node_modules/@playwright/test": { - "version": "1.62.1", - "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.62.1.tgz", - "integrity": "sha512-DTcUc8qii+cpHvtOwggMtBRMjKZHXYWdw8syRYu2vtzuq4Wxphqq4NfCs5Zt44L6mA8rfDfj+PHnxFc/FeK6mQ==", + "version": "1.63.0", + "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.63.0.tgz", + "integrity": "sha512-oxMK4vllB9RK5NQ2l1pq1IfOf2AvnEuj/vYGDj0H2nMtmtZpKtCwt/l00GEO6xjGfpBNAvjovvYdCm50dRQkpQ==", "dev": true, "license": "Apache-2.0", "dependencies": { - "playwright": "1.62.1" + "playwright": "1.63.0" }, "bin": { "playwright": "cli.js" @@ -3286,21 +3286,6 @@ "url": "https://github.com/sponsors/isaacs" } }, - "node_modules/fsevents": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", - "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", - "dev": true, - "hasInstallScript": true, - "license": "MIT", - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": "^8.16.0 || ^10.6.0 || >=11.0.0" - } - }, "node_modules/function-bind": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", @@ -4759,28 +4744,25 @@ } }, "node_modules/playwright": { - "version": "1.62.1", - "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.62.1.tgz", - "integrity": "sha512-0M+L3LAD8/nm554LOla9Ayx0j0tmFZ0FBcoQ7F1VuVHpM/XpiC8RcDzBQB8W5+hA8L22THxELzeF+2WcUzvcLg==", + "version": "1.63.0", + "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.63.0.tgz", + "integrity": "sha512-+7ziBLidS4NaNCdt57SUDT+wYmmd5fmiQejUic/kb+YsYSCPyOOE9sebzMjNmQrsnNpDJqd4WHvV/8lfKfUDUg==", "dev": true, "license": "Apache-2.0", "dependencies": { - "playwright-core": "1.62.1" + "playwright-core": "1.63.0" }, "bin": { "playwright": "cli.js" }, "engines": { "node": ">=20" - }, - "optionalDependencies": { - "fsevents": "2.3.2" } }, "node_modules/playwright-core": { - "version": "1.62.1", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.62.1.tgz", - "integrity": "sha512-wPYSwEBJY9GHraISXqyqtx0na0LpO3XEX7jNDhntbex7tzUS7kLnZsOlFruFJB4Hi/rhDMjXGqHewDZ68nYZVw==", + "version": "1.63.0", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.63.0.tgz", + "integrity": "sha512-rYCsBF/M5HjUch52bbtVONEFjv6Xu8sm8h72dNlR5bzIE1fvC/bxgspzkjSfU+MweEMmPM8KJebG6nnyxo5mCg==", "dev": true, "license": "Apache-2.0", "bin": { diff --git a/client/package.json b/client/package.json index ee0645e3..4b1a5c90 100644 --- a/client/package.json +++ b/client/package.json @@ -32,7 +32,7 @@ }, "devDependencies": { "@eslint/js": "^10.0.1", - "@playwright/test": "^1.62.1", + "@playwright/test": "^1.63.0", "@testing-library/jest-dom": "^7.0.1", "@testing-library/vue": "^8.1.0", "@types/jsdom": "^30.0.0", 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 c486c9b6..b442e523 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-mobile-linux.png b/client/tests/playwright/main.spec.ts-snapshots/page-webkit-mobile-linux.png index 857e21fe..5d7f2188 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-tablet-linux.png b/client/tests/playwright/main.spec.ts-snapshots/page-webkit-tablet-linux.png index a842bf80..0c751fef 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/utility/Dockerfile b/utility/Dockerfile index 0ae516cf..33bc3aa4 100644 --- a/utility/Dockerfile +++ b/utility/Dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/playwright:v1.62.1-noble +FROM mcr.microsoft.com/playwright:v1.63.0-noble WORKDIR /app