From 85df8ab09192dbda2b3fb6cfaf10e35bc571a157 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 07:16:42 +0000 Subject: [PATCH] chore(deps-dev): bump @argos-ci/playwright from 3.1.0 to 3.3.0 Bumps [@argos-ci/playwright](https://github.com/argos-ci/argos-javascript/tree/HEAD/packages/playwright) from 3.1.0 to 3.3.0. - [Release notes](https://github.com/argos-ci/argos-javascript/releases) - [Changelog](https://github.com/argos-ci/argos-javascript/blob/main/packages/playwright/CHANGELOG.md) - [Commits](https://github.com/argos-ci/argos-javascript/commits/@argos-ci/playwright@3.3.0/packages/playwright) --- updated-dependencies: - dependency-name: "@argos-ci/playwright" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- website-argos/package.json | 2 +- yarn.lock | 23 +++++------------------ 2 files changed, 6 insertions(+), 19 deletions(-) diff --git a/website-argos/package.json b/website-argos/package.json index bc35ebab755..4af0a58613a 100644 --- a/website-argos/package.json +++ b/website-argos/package.json @@ -8,7 +8,7 @@ }, "devDependencies": { "@argos-ci/cli": "^2.2.0", - "@argos-ci/playwright": "^3.1.0", + "@argos-ci/playwright": "^3.3.0", "@playwright/test": "1.44.1", "cheerio": "^1.0.0-rc.12" } diff --git a/yarn.lock b/yarn.lock index 4d55ad86a41..7e6523b72f9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -181,19 +181,6 @@ ora "^8.0.1" update-notifier "^7.0.0" -"@argos-ci/core@2.2.0": - version "2.2.0" - resolved "https://registry.yarnpkg.com/@argos-ci/core/-/core-2.2.0.tgz#77afed3a31d14780052dc46db8f0d5dc692bfe9c" - integrity sha512-T5W37CZ6HZjRcVAXuPj0wUB/Fm4VdwLvKpQL9yqSwiJganeNz7u8AFYJ30ujSUJS1jdUViW5TNnmsgDjuvGyTQ== - dependencies: - "@argos-ci/util" "2.0.0" - axios "^1.6.8" - convict "^6.2.4" - debug "^4.3.4" - fast-glob "^3.3.2" - sharp "^0.33.3" - tmp "^0.2.3" - "@argos-ci/core@2.3.0": version "2.3.0" resolved "https://registry.yarnpkg.com/@argos-ci/core/-/core-2.3.0.tgz#4af8d554b2cad1d357282a2b3f8aea38da2f19da" @@ -207,13 +194,13 @@ sharp "^0.33.3" tmp "^0.2.3" -"@argos-ci/playwright@^3.1.0": - version "3.1.0" - resolved "https://registry.yarnpkg.com/@argos-ci/playwright/-/playwright-3.1.0.tgz#7be2aef2782996c2a892f93d9b475eeb437db389" - integrity sha512-SXsO3xhKzWHvn/Hr7DIlft9tHvzu2pM1dG6UQR+B4BtC5KE0Gc4y8X9h/g1ZUrMZ8WeEDkftuwXILdSlUiyFtA== +"@argos-ci/playwright@^3.3.0": + version "3.3.0" + resolved "https://registry.yarnpkg.com/@argos-ci/playwright/-/playwright-3.3.0.tgz#83f2f984976b4b75c67db0c3eab9d8cddbb1c8ec" + integrity sha512-y1djh1EpZe2zCWKddrpG0W0iYwOH3sNgJ5N/k6BuYc2tpmkYubdnhqahyYPmEMjhrdfNnoz0JWoL3NVAazI/iQ== dependencies: "@argos-ci/browser" "2.1.2" - "@argos-ci/core" "2.2.0" + "@argos-ci/core" "2.3.0" "@argos-ci/util" "2.0.0" chalk "^5.3.0" debug "^4.3.4"