|
575 | 575 | "@percy/sdk-utils" "1.30.9" |
576 | 576 |
|
577 | 577 | "@playwright/test@^1.24.2": |
578 | | - version "1.27.1" |
579 | | - resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.27.1.tgz#9364d1e02021261211c8ff586d903faa79ce95c4" |
580 | | - integrity sha512-mrL2q0an/7tVqniQQF6RBL2saskjljXzqNcCOVMUjRIgE6Y38nCNaP+Dc2FBW06bcpD3tqIws/HT9qiMHbNU0A== |
| 578 | + version "1.58.2" |
| 579 | + resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.58.2.tgz#b0ad585d2e950d690ef52424967a42f40c6d2cbd" |
| 580 | + integrity sha512-akea+6bHYBBfA9uQqSYmlJXn61cTa+jbO87xVLCWbTqbWadRVmhxlXATaOjOgcBaWU4ePo0wB41KMFv3o35IXA== |
581 | 581 | dependencies: |
582 | | - "@types/node" "*" |
583 | | - playwright-core "1.27.1" |
| 582 | + playwright "1.58.2" |
584 | 583 |
|
585 | 584 | "@sinonjs/commons@^2.0.0": |
586 | 585 | version "2.0.0" |
@@ -1553,6 +1552,11 @@ fs.realpath@^1.0.0: |
1553 | 1552 | resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f" |
1554 | 1553 | integrity sha1-FQStJSMVjKpA20onh8sBQRmU6k8= |
1555 | 1554 |
|
| 1555 | +fsevents@2.3.2: |
| 1556 | + version "2.3.2" |
| 1557 | + resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.2.tgz#8a526f78b8fdf4623b709e0b975c52c24c02fd1a" |
| 1558 | + integrity sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA== |
| 1559 | + |
1556 | 1560 | function-bind@^1.1.1: |
1557 | 1561 | version "1.1.1" |
1558 | 1562 | resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d" |
@@ -2533,7 +2537,7 @@ path-parse@^1.0.7: |
2533 | 2537 | resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735" |
2534 | 2538 | integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw== |
2535 | 2539 |
|
2536 | | -path-to-regexp@^6.3.0: |
| 2540 | +path-to-regexp@^6.2.1, path-to-regexp@^6.3.0: |
2537 | 2541 | version "6.3.0" |
2538 | 2542 | resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-6.3.0.tgz#2b6a26a337737a8e1416f9272ed0766b1c0389f4" |
2539 | 2543 | integrity sha512-Yhpw4T9C6hPpgPeA28us07OJeqZ5EzQTkbfwuhsUg0c237RomFoETJgmp2sa3F/41gfLE6G5cqcYwznmeEeOlQ== |
@@ -2570,17 +2574,19 @@ pkg-dir@^4.1.0: |
2570 | 2574 | dependencies: |
2571 | 2575 | find-up "^4.0.0" |
2572 | 2576 |
|
2573 | | -playwright-core@1.27.1: |
2574 | | - version "1.27.1" |
2575 | | - resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.27.1.tgz#840ef662e55a3ed759d8b5d3d00a5f885a7184f4" |
2576 | | - integrity sha512-9EmeXDncC2Pmp/z+teoVYlvmPWUC6ejSSYZUln7YaP89Z6lpAaiaAnqroUt/BoLo8tn7WYShcfaCh+xofZa44Q== |
| 2577 | +playwright-core@1.58.2: |
| 2578 | + version "1.58.2" |
| 2579 | + resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.58.2.tgz#ac5f5b4b10d29bcf934415f0b8d133b34b0dcb13" |
| 2580 | + integrity sha512-yZkEtftgwS8CsfYo7nm0KE8jsvm6i/PTgVtB8DL726wNf6H2IMsDuxCpJj59KDaxCtSnrWan2AeDqM7JBaultg== |
2577 | 2581 |
|
2578 | | -playwright@^1.24.2: |
2579 | | - version "1.27.1" |
2580 | | - resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.27.1.tgz#4eecac5899566c589d4220ca8acc16abe8a67450" |
2581 | | - integrity sha512-xXYZ7m36yTtC+oFgqH0eTgullGztKSRMb4yuwLPl8IYSmgBM88QiB+3IWb1mRIC9/NNwcgbG0RwtFlg+EAFQHQ== |
| 2582 | +playwright@1.58.2, playwright@^1.24.2: |
| 2583 | + version "1.58.2" |
| 2584 | + resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.58.2.tgz#afe547164539b0bcfcb79957394a7a3fa8683cfd" |
| 2585 | + integrity sha512-vA30H8Nvkq/cPBnNw4Q8TWz1EJyqgpuinBcHET0YVJVFldr8JDNiU9LaWAE1KqSkRYazuaBhTpB5ZzShOezQ6A== |
2582 | 2586 | dependencies: |
2583 | | - playwright-core "1.27.1" |
| 2587 | + playwright-core "1.58.2" |
| 2588 | + optionalDependencies: |
| 2589 | + fsevents "2.3.2" |
2584 | 2590 |
|
2585 | 2591 | plur@^4.0.0: |
2586 | 2592 | version "4.0.0" |
|
0 commit comments