diff --git a/packages/e2e-tests/package.json b/packages/e2e-tests/package.json index 48d395e0..33ef98a6 100644 --- a/packages/e2e-tests/package.json +++ b/packages/e2e-tests/package.json @@ -25,7 +25,7 @@ }, "devDependencies": { "@faker-js/faker": "^8.2.0", - "@playwright/test": "^1.36.2" + "@playwright/test": "^1.45.1" }, "dependencies": { "dotenv": "^16.3.1", diff --git a/yarn.lock b/yarn.lock index b4f61f02..90c5211f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3315,15 +3315,12 @@ resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33" integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg== -"@playwright/test@^1.36.2": - version "1.36.2" - resolved "https://registry.npmjs.org/@playwright/test/-/test-1.36.2.tgz" - integrity sha512-2rVZeyPRjxfPH6J0oGJqE8YxiM1IBRyM8hyrXYK7eSiAqmbNhxwcLa7dZ7fy9Kj26V7FYia5fh9XJRq4Dqme+g== +"@playwright/test@^1.45.1": + version "1.45.1" + resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.45.1.tgz#819b90fa43d17000fce5ebd127043fd661938b7a" + integrity sha512-Wo1bWTzQvGA7LyKGIZc8nFSTFf2TkthGIFBR+QVNilvwouGzFd4PYukZe3rvf5PSqjHi1+1NyKSDZKcQWETzaA== dependencies: - "@types/node" "*" - playwright-core "1.36.2" - optionalDependencies: - fsevents "2.3.2" + playwright "1.45.1" "@pmmmwh/react-refresh-webpack-plugin@^0.5.3": version "0.5.4" @@ -13048,10 +13045,19 @@ pkg-up@^3.1.0: dependencies: find-up "^3.0.0" -playwright-core@1.36.2: - version "1.36.2" - resolved "https://registry.npmjs.org/playwright-core/-/playwright-core-1.36.2.tgz" - integrity sha512-sQYZt31dwkqxOrP7xy2ggDfEzUxM1lodjhsQ3NMMv5uGTRDsLxU0e4xf4wwMkF2gplIxf17QMBCodSFgm6bFVQ== +playwright-core@1.45.1: + version "1.45.1" + resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.45.1.tgz#549a2701556b58245cc75263f9fc2795c1158dc1" + integrity sha512-LF4CUUtrUu2TCpDw4mcrAIuYrEjVDfT1cHbJMfwnE2+1b8PZcFzPNgvZCvq2JfQ4aTjRCCHw5EJ2tmr2NSzdPg== + +playwright@1.45.1: + version "1.45.1" + resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.45.1.tgz#aaa6b0d6db14796b599d80c6679e63444e942534" + integrity sha512-Hjrgae4kpSQBr98nhCj3IScxVeVUixqj+5oyif8TdIn2opTCPEzqAqNMeK42i3cWDCVu9MI+ZsGWw+gVR4ISBg== + dependencies: + playwright-core "1.45.1" + optionalDependencies: + fsevents "2.3.2" pluralize@^8.0.0: version "8.0.0"