diff --git a/tests/e2e_tests/package-lock.json b/tests/e2e_tests/package-lock.json index 674720e2e6..9373520d51 100644 --- a/tests/e2e_tests/package-lock.json +++ b/tests/e2e_tests/package-lock.json @@ -11,7 +11,7 @@ "devDependencies": { "@bgotink/playwright-coverage": "^0.2.2", "@nuintun/qrcode": "^4.1.2", - "@playwright/test": "1.44.1", + "@playwright/test": "1.45.3", "axios": "^1.7.2", "dayjs": "^1.11.11", "jwt-decode": "^4.0.0", @@ -19,7 +19,7 @@ "otplib": "^12.0.1", "pixelmatch": "^5.3.0", "playwright": "^1.44.0", - "playwright-chromium": "1.44.1", + "playwright-chromium": "1.45.3", "typescript": "^5.4.5", "uuid": "^9.0.1" } @@ -131,18 +131,18 @@ } }, "node_modules/@playwright/test": { - "version": "1.44.1", - "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.44.1.tgz", - "integrity": "sha512-1hZ4TNvD5z9VuhNJ/walIjvMVvYkZKf71axoF/uiAqpntQJXpG64dlXhoDXE3OczPuTuvjf/M5KWFg5VAVUS3Q==", + "version": "1.45.3", + "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.45.3.tgz", + "integrity": "sha512-UKF4XsBfy+u3MFWEH44hva1Q8Da28G6RFtR2+5saw+jgAFQV5yYnB1fu68Mz7fO+5GJF3wgwAIs0UelU8TxFrA==", "dev": true, "dependencies": { - "playwright": "1.44.1" + "playwright": "1.45.3" }, "bin": { "playwright": "cli.js" }, "engines": { - "node": ">=16" + "node": ">=18" } }, "node_modules/@types/istanbul-lib-coverage": { @@ -549,49 +549,49 @@ } }, "node_modules/playwright": { - "version": "1.44.1", - "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.44.1.tgz", - "integrity": "sha512-qr/0UJ5CFAtloI3avF95Y0L1xQo6r3LQArLIg/z/PoGJ6xa+EwzrwO5lpNr/09STxdHuUoP2mvuELJS+hLdtgg==", + "version": "1.45.3", + "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.45.3.tgz", + "integrity": "sha512-QhVaS+lpluxCaioejDZ95l4Y4jSFCsBvl2UZkpeXlzxmqS+aABr5c82YmfMHrL6x27nvrvykJAFpkzT2eWdJww==", "dev": true, "dependencies": { - "playwright-core": "1.44.1" + "playwright-core": "1.45.3" }, "bin": { "playwright": "cli.js" }, "engines": { - "node": ">=16" + "node": ">=18" }, "optionalDependencies": { "fsevents": "2.3.2" } }, "node_modules/playwright-chromium": { - "version": "1.44.1", - "resolved": "https://registry.npmjs.org/playwright-chromium/-/playwright-chromium-1.44.1.tgz", - "integrity": "sha512-S35fvljThsCDhUiGSYST3MkT7hsUvNA6SC+fAaBxKLUdOkc6ohatxD+A5HoN7fEK3zE+yI0ARANSGRHTHJR6UQ==", + "version": "1.45.3", + "resolved": "https://registry.npmjs.org/playwright-chromium/-/playwright-chromium-1.45.3.tgz", + "integrity": "sha512-GXY/+1HScU5soR06lu8sc7cnXWBnfWDGH2JV+D3wqxApb9qJbSxDK40H8loOok+naxMO7x6yhgPHwpRSCV9dug==", "dev": true, "hasInstallScript": true, "dependencies": { - "playwright-core": "1.44.1" + "playwright-core": "1.45.3" }, "bin": { "playwright": "cli.js" }, "engines": { - "node": ">=16" + "node": ">=18" } }, "node_modules/playwright-core": { - "version": "1.44.1", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.44.1.tgz", - "integrity": "sha512-wh0JWtYTrhv1+OSsLPgFzGzt67Y7BE/ZS3jEqgGBlp2ppp1ZDj8c+9IARNW4dwf1poq5MgHreEM2KV/GuR4cFA==", + "version": "1.45.3", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.45.3.tgz", + "integrity": "sha512-+ym0jNbcjikaOwwSZycFbwkWgfruWvYlJfThKYAlImbxUgdWFO2oW70ojPm4OpE4t6TAo2FY/smM+hpVTtkhDA==", "dev": true, "bin": { "playwright-core": "cli.js" }, "engines": { - "node": ">=16" + "node": ">=18" } }, "node_modules/pngjs": { diff --git a/tests/e2e_tests/package.json b/tests/e2e_tests/package.json index 34a165c696..afe40d82ef 100644 --- a/tests/e2e_tests/package.json +++ b/tests/e2e_tests/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@bgotink/playwright-coverage": "^0.2.2", "@nuintun/qrcode": "^4.1.2", - "@playwright/test": "1.44.1", + "@playwright/test": "1.45.3", "axios": "^1.7.2", "dayjs": "^1.11.11", "jwt-decode": "^4.0.0", @@ -29,7 +29,7 @@ "otplib": "^12.0.1", "pixelmatch": "^5.3.0", "playwright": "^1.44.0", - "playwright-chromium": "1.44.1", + "playwright-chromium": "1.45.3", "typescript": "^5.4.5", "uuid": "^9.0.1" }