From b74f046f2f89a77943d3d74e4490e4ef2c53b283 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Jul 2023 09:14:13 +0000 Subject: [PATCH] build(deps-dev): bump @argos-ci/playwright from 0.0.4 to 0.0.6 Bumps [@argos-ci/playwright](https://github.com/argos-ci/argos-playwright) from 0.0.4 to 0.0.6. - [Release notes](https://github.com/argos-ci/argos-playwright/releases) - [Changelog](https://github.com/argos-ci/argos-playwright/blob/main/CHANGELOG.md) - [Commits](https://github.com/argos-ci/argos-playwright/compare/v0.0.4...v0.0.6) --- updated-dependencies: - dependency-name: "@argos-ci/playwright" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- packages/cli/package-lock.json | 6 +++--- packages/cli/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/cli/package-lock.json b/packages/cli/package-lock.json index a86c804186..d77a933392 100644 --- a/packages/cli/package-lock.json +++ b/packages/cli/package-lock.json @@ -455,9 +455,9 @@ } }, "@argos-ci/playwright": { - "version": "0.0.4", - "resolved": "https://registry.npmjs.org/@argos-ci/playwright/-/playwright-0.0.4.tgz", - "integrity": "sha512-Aiqo7yFuhN+DDy4X6BJnW+0L1RDTjHaTTbAGIJCiQmXefDp3Ic7aqxmt3kOSLsi6KoltFqLbp06rL9XXaoRg9w==", + "version": "0.0.6", + "resolved": "https://registry.npmjs.org/@argos-ci/playwright/-/playwright-0.0.6.tgz", + "integrity": "sha512-Do01jagjITBjQpH/6RcgoW8kB6iu/10HFZkvl8puXKKXcXrRyzipSaYRP2CQryILF+k8NwsfVIBwvFlsOZSNOw==", "dev": true }, "@babel/code-frame": { diff --git a/packages/cli/package.json b/packages/cli/package.json index f678ffa023..00304ab29a 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -63,7 +63,7 @@ }, "devDependencies": { "@argos-ci/cli": "0.4.6", - "@argos-ci/playwright": "0.0.4", + "@argos-ci/playwright": "0.0.6", "@playwright/test": "1.35.0", "@types/fs-extra": "^11.0.0", "@types/listr": "^0.14.4",