From 1fb39e5a8083b6767559501a40f760fdcc42d80a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 04:36:03 +0000 Subject: [PATCH] fix(deps): bump playwright-chromium from 1.41.1 to 1.41.2 (#439) Bumps [playwright-chromium](https://github.com/microsoft/playwright) from 1.41.1 to 1.41.2. - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.41.1...v1.41.2) --- updated-dependencies: - dependency-name: playwright-chromium dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index a6661807..523f7465 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "is-wsl": "^3.1.0", "listr2": "^8.0.2", "log-update": "^6.0.0", - "playwright-chromium": "^1.41.1", + "playwright-chromium": "^1.41.2", "tabletojson": "4.1.0", "tslib": "^2.6.1", "wrap-ansi": "^9.0.0" diff --git a/yarn.lock b/yarn.lock index 9903a64d..cd4abc7d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7764,17 +7764,17 @@ pkg-dir@^4.1.0, pkg-dir@^4.2.0: dependencies: find-up "^4.0.0" -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== +playwright-chromium@^1.41.2: + version "1.41.2" + resolved "https://registry.yarnpkg.com/playwright-chromium/-/playwright-chromium-1.41.2.tgz#29ae799be26245ba9f83d2e26698c3b813daf10c" + integrity sha512-1XoW4aGGRbS2BJLldtLcv2QW3deMv8myE5iCtfGRPq99BWqmBLJvJTgY/SyfBCoklwQvl91zUWYWHjCAuvKGkw== dependencies: - playwright-core "1.41.1" + playwright-core "1.41.2" -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== +playwright-core@1.41.2: + version "1.41.2" + resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.41.2.tgz#db22372c708926c697acc261f0ef8406606802d9" + integrity sha512-VaTvwCA4Y8kxEe+kfm2+uUUw5Lubf38RxF7FpBxLPmGe5sdNkSg5e3ChEigaGrX7qdqT3pt2m/98LiyvU2x6CA== pluralize@^8.0.0: version "8.0.0"