From 4b82ee222daad53b3aa95c4444f5a52cd4d22892 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 20:08:49 +0000 Subject: [PATCH] fix(deps): update dependency @playwright/test to ^1.45.3 (#2495) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- e2e/package.json | 2 +- e2e/yarn.lock | 28 ++++++++++++++-------------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/e2e/package.json b/e2e/package.json index 584c753917..eea0d7600d 100644 --- a/e2e/package.json +++ b/e2e/package.json @@ -12,7 +12,7 @@ "playwright": "playwright" }, "dependencies": { - "@playwright/test": "^1.45.1", + "@playwright/test": "^1.45.3", "@types/node": "^20.10.0", "change-case": "^4.1.2", "expect-playwright": "^0.8.0", diff --git a/e2e/yarn.lock b/e2e/yarn.lock index 8c70d54a17..55a76be542 100644 --- a/e2e/yarn.lock +++ b/e2e/yarn.lock @@ -27,12 +27,12 @@ "@jridgewell/resolve-uri" "^3.0.3" "@jridgewell/sourcemap-codec" "^1.4.10" -"@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== +"@playwright/test@^1.45.3": + version "1.45.3" + resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.45.3.tgz#22e9c38b3081d6674b28c6e22f784087776c72e5" + integrity sha512-UKF4XsBfy+u3MFWEH44hva1Q8Da28G6RFtR2+5saw+jgAFQV5yYnB1fu68Mz7fO+5GJF3wgwAIs0UelU8TxFrA== dependencies: - playwright "1.45.1" + playwright "1.45.3" "@tsconfig/node10@^1.0.7": version "1.0.9" @@ -247,10 +247,10 @@ path-case@^3.0.4: dot-case "^3.0.4" tslib "^2.0.3" -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-core@1.45.3: + version "1.45.3" + resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.45.3.tgz#e77bc4c78a621b96c3e629027534ee1d25faac93" + integrity sha512-+ym0jNbcjikaOwwSZycFbwkWgfruWvYlJfThKYAlImbxUgdWFO2oW70ojPm4OpE4t6TAo2FY/smM+hpVTtkhDA== playwright-merge-html-reports@^0.2.3: version "0.2.3" @@ -260,12 +260,12 @@ playwright-merge-html-reports@^0.2.3: jszip "^3.7.1" yazl "^2.5.1" -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== +playwright@1.45.3: + version "1.45.3" + resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.45.3.tgz#75143f73093a6e1467f7097083d2f0846fb8dd2f" + integrity sha512-QhVaS+lpluxCaioejDZ95l4Y4jSFCsBvl2UZkpeXlzxmqS+aABr5c82YmfMHrL6x27nvrvykJAFpkzT2eWdJww== dependencies: - playwright-core "1.45.1" + playwright-core "1.45.3" optionalDependencies: fsevents "2.3.2"