From df357f53d5f373fefeafe0bd75d56a69e2de9e23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jan 2024 05:03:25 +0000 Subject: [PATCH] fix(deps): bump playwright-chromium from 1.41.0 to 1.41.1 Bumps [playwright-chromium](https://github.com/microsoft/playwright) from 1.41.0 to 1.41.1. - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.41.0...v1.41.1) --- updated-dependencies: - dependency-name: playwright-chromium dependency-type: direct:production update-type: version-update:semver-patch ... 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 6aa3d3b5b..50b31c0da 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "is-wsl": "^3.1.0", "listr2": "^8.0.1", "log-update": "^6.0.0", - "playwright-chromium": "^1.41.0", + "playwright-chromium": "^1.41.1", "tabletojson": "4.1.0", "tslib": "^2.6.1", "wrap-ansi": "^9.0.0" diff --git a/yarn.lock b/yarn.lock index 1a8fa7f6b..31ffb1fdb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8390,17 +8390,17 @@ pkg-dir@^4.1.0, pkg-dir@^4.2.0: dependencies: find-up "^4.0.0" -playwright-chromium@^1.41.0: - version "1.41.0" - resolved "https://registry.yarnpkg.com/playwright-chromium/-/playwright-chromium-1.41.0.tgz#041470907d1109f3efa7327f4725621ad5618c05" - integrity sha512-8mg2Yqp4LUSQgAqoP0PA7rhVc8glazce4TLyyRCgydfcebO1ur9AMWUSAoalJtisciXuldsQuNfTGggC7eu7ig== +playwright-chromium@^1.41.1: + version "1.41.1" + resolved "https://registry.yarnpkg.com/playwright-chromium/-/playwright-chromium-1.41.1.tgz#e0fba388a76acfecc28b005b4d318385c41145a5" + integrity sha512-Nr1/rnmRB4QzoAQwCors1Qsa9PLSdipsKiI4FZCQjSDzoBVBzoQqfXGtcIEnoAXEEEpzxuCPqjJNQwCVA66tCw== dependencies: - playwright-core "1.41.0" + playwright-core "1.41.1" -playwright-core@1.41.0: - version "1.41.0" - resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.41.0.tgz#dbda9c3948df28a8deae76cc90b424e47174f9d7" - integrity sha512-UGKASUhXmvqm2Lxa1fNr8sFwAtqjpgBRr9jQ7XBI8Rn5uFiEowGUGwrruUQsVPIom4bk7Lt+oLGpXobnXzrBIw== +playwright-core@1.41.1: + version "1.41.1" + resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.41.1.tgz#9c152670010d9d6f970f34b68e3e935d3c487431" + integrity sha512-/KPO5DzXSMlxSX77wy+HihKGOunh3hqndhqeo/nMxfigiKzogn8kfL0ZBDu0L1RKgan5XHCPmn6zXd2NUJgjhg== pluralize@^8.0.0: version "8.0.0"