From 252346ff5802447bfae1675d68b051dc7838dfed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 04:42:40 +0000 Subject: [PATCH] fix(deps): bump playwright-chromium from 1.44.1 to 1.45.0 Bumps [playwright-chromium](https://github.com/microsoft/playwright) from 1.44.1 to 1.45.0. - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.44.1...v1.45.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 cc9b070c..1da41a38 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "is-wsl": "^3.1.0", "listr2": "^8.2.2", "log-update": "^6.0.0", - "playwright-chromium": "^1.44.1", + "playwright-chromium": "^1.45.0", "tabletojson": "4.1.4", "tslib": "^2.6.3", "wrap-ansi": "^9.0.0" diff --git a/yarn.lock b/yarn.lock index 8a88f774..80c4868c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7231,17 +7231,17 @@ pkg-dir@^4.1.0: dependencies: find-up "^4.0.0" -playwright-chromium@^1.44.1: - version "1.44.1" - resolved "https://registry.yarnpkg.com/playwright-chromium/-/playwright-chromium-1.44.1.tgz#9e49189d6c31bfa40851c4e5c4277b02cc8021e5" - integrity sha512-S35fvljThsCDhUiGSYST3MkT7hsUvNA6SC+fAaBxKLUdOkc6ohatxD+A5HoN7fEK3zE+yI0ARANSGRHTHJR6UQ== +playwright-chromium@^1.45.0: + version "1.45.0" + resolved "https://registry.yarnpkg.com/playwright-chromium/-/playwright-chromium-1.45.0.tgz#791c725671cc6f7eb079e7a3cd21e375319f568d" + integrity sha512-wKZ1NeRZSXp25bYL00X4REv/3mgZQ6QUC6OGTfYZY/YZyorbC/3Fr1WATCB/yF9SCd79gSWBzRCYv4Bf7DzW7g== dependencies: - playwright-core "1.44.1" + playwright-core "1.45.0" -playwright-core@1.44.1: - version "1.44.1" - resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.44.1.tgz#53ec975503b763af6fc1a7aa995f34bc09ff447c" - integrity sha512-wh0JWtYTrhv1+OSsLPgFzGzt67Y7BE/ZS3jEqgGBlp2ppp1ZDj8c+9IARNW4dwf1poq5MgHreEM2KV/GuR4cFA== +playwright-core@1.45.0: + version "1.45.0" + resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.45.0.tgz#5741a670b7c9060ce06852c0051d84736fb94edc" + integrity sha512-lZmHlFQ0VYSpAs43dRq1/nJ9G/6SiTI7VPqidld9TDefL9tX87bTKExWZZUF5PeRyqtXqd8fQi2qmfIedkwsNQ== pluralize@^8.0.0: version "8.0.0"