From bf1d7ac21a86a93de7c92f7163bc6fe0cec74243 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Jun 2023 05:02:26 +0000 Subject: [PATCH] fix(deps): bump playwright-chromium from 1.34.3 to 1.35.0 Bumps [playwright-chromium](https://github.com/Microsoft/playwright) from 1.34.3 to 1.35.0. - [Release notes](https://github.com/Microsoft/playwright/releases) - [Commits](https://github.com/Microsoft/playwright/compare/v1.34.3...v1.35.0) --- updated-dependencies: - dependency-name: playwright-chromium dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index e2e9e1a2c..9c9f59b0f 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "is-docker": "^3.0.0", "is-wsl": "^2.2.0", "listr2": "^6.6.0", - "playwright-chromium": "^1.34.3", + "playwright-chromium": "^1.35.0", "tabletojson": "^2.0.7", "tslib": "^2.5.2" }, diff --git a/yarn.lock b/yarn.lock index a94b8ca06..1c55c320a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6482,17 +6482,17 @@ pkg-dir@^4.1.0, pkg-dir@^4.2.0: dependencies: find-up "^4.0.0" -playwright-chromium@^1.34.3: - version "1.34.3" - resolved "https://registry.yarnpkg.com/playwright-chromium/-/playwright-chromium-1.34.3.tgz#0771f426c6dca52f7561c342fd380415261fb855" - integrity sha512-iAvJ7Ab72vRGMab+j2UEqD4xhHf6CzGGntTHeeApsHD/qVDmQUgSE2iKmVeZsNyXMyqrcx83fGsohfq1va01og== +playwright-chromium@^1.35.0: + version "1.35.0" + resolved "https://registry.yarnpkg.com/playwright-chromium/-/playwright-chromium-1.35.0.tgz#7e780c753f084fd6374c0dfb89a7c3eeb13d2a39" + integrity sha512-94xeZO0dv/PRZ/LH+vb6KFlOs8+Vt8Zw3IN+BfmL11xsbIDKRBtM2aS6x36fWXuFOITFVvSFjXiK4MJlW5q9qw== dependencies: - playwright-core "1.34.3" + playwright-core "1.35.0" -playwright-core@1.34.3: - version "1.34.3" - resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.34.3.tgz#bc906ea1b26bb66116ce329436ee59ba2e78fe9f" - integrity sha512-2pWd6G7OHKemc5x1r1rp8aQcpvDh7goMBZlJv6Co5vCNLVcQJdhxRL09SGaY6HcyHH9aT4tiynZabMofVasBYw== +playwright-core@1.35.0: + version "1.35.0" + resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.35.0.tgz#b7871b742b4a5c8714b7fa2f570c280a061cb414" + integrity sha512-muMXyPmIx/2DPrCHOD1H1ePT01o7OdKxKj2ebmCAYvqhUy+Y1bpal7B0rdoxros7YrXI294JT/DWw2LqyiqTPA== pluralize@^8.0.0: version "8.0.0"