From c5ac7fad890b0be2c1e5403ae79edbbd71eaf960 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 10:43:13 +0000 Subject: [PATCH] chore(deps-dev): bump @argos-ci/cli from 2.4.2 to 2.4.3 Bumps [@argos-ci/cli](https://github.com/argos-ci/argos-javascript/tree/HEAD/packages/core) from 2.4.2 to 2.4.3. - [Release notes](https://github.com/argos-ci/argos-javascript/releases) - [Changelog](https://github.com/argos-ci/argos-javascript/blob/main/packages/core/CHANGELOG.md) - [Commits](https://github.com/argos-ci/argos-javascript/commits/@argos-ci/cli@2.4.3/packages/core) --- updated-dependencies: - dependency-name: "@argos-ci/cli" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pnpm-lock.yaml | 29 ++++++----------------------- website-argos/package.json | 2 +- 2 files changed, 7 insertions(+), 24 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b4d3cd33ddc..d4bc7b891fe 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -972,8 +972,8 @@ importers: website-argos: devDependencies: '@argos-ci/cli': - specifier: ^2.4.2 - version: 2.4.2 + specifier: ^2.4.3 + version: 2.4.3 '@argos-ci/playwright': specifier: ^3.6.1 version: 3.6.1 @@ -1076,15 +1076,11 @@ packages: resolution: {integrity: sha512-C9/k32HrmkHkUT9KrhHuOvlli1ibPGE1nkToC6+t4cAmbJCIU8HFrVa6VG2UT3xJjLht+gpqvPwTbJAsCRXv3A==} engines: {node: '>=18.0.0'} - '@argos-ci/cli@2.4.2': - resolution: {integrity: sha512-1p76jW5gclSByQrzYBTWcn6B55H16kUNyaxIcJPn1esfX2c/3DOj26YnEU5D6pjqRp/TYMKZS4bA7Df5HCJadg==} + '@argos-ci/cli@2.4.3': + resolution: {integrity: sha512-UKsTZhBAEgzCgoM7cal6zs5UmiYE6N/+s98YHQcdCLNh4Ef8lP6DHw3mqoA9G7QFSdIbJXGnvs4Uk7GmD9CwXQ==} engines: {node: '>=18.0.0'} hasBin: true - '@argos-ci/core@2.8.0': - resolution: {integrity: sha512-n7WUnlK+QI9L/bbPrg88xrxojGdEe//+RIJKx1iIUEqgIMp5K8f9ANcpYGSS/d9BWASg7eFoXm5d6iRCz0Mrgw==} - engines: {node: '>=18.0.0'} - '@argos-ci/core@2.8.1': resolution: {integrity: sha512-5ygruMnfQ3OY6LvywnwTycZFg6oTG5UYvPCVdwQiOh+8FgUZUyJge7QBVfeWW+qC0UXFMo+f3eTQ5YFvTwc0ZA==} engines: {node: '>=18.0.0'} @@ -11162,28 +11158,15 @@ snapshots: '@argos-ci/browser@2.1.3': {} - '@argos-ci/cli@2.4.2': + '@argos-ci/cli@2.4.3': dependencies: - '@argos-ci/core': 2.8.0 + '@argos-ci/core': 2.8.1 commander: 12.1.0 ora: 8.1.0 update-notifier: 7.3.0 transitivePeerDependencies: - supports-color - '@argos-ci/core@2.8.0': - dependencies: - '@argos-ci/api-client': 0.5.0 - '@argos-ci/util': 2.1.1 - axios: 1.7.5(debug@4.3.6) - convict: 6.2.4 - debug: 4.3.6 - fast-glob: 3.3.2 - sharp: 0.33.5 - tmp: 0.2.3 - transitivePeerDependencies: - - supports-color - '@argos-ci/core@2.8.1': dependencies: '@argos-ci/api-client': 0.5.0 diff --git a/website-argos/package.json b/website-argos/package.json index 81256fb8b73..cf78ef01fad 100644 --- a/website-argos/package.json +++ b/website-argos/package.json @@ -7,7 +7,7 @@ "upload": "npx @argos-ci/cli upload ./screenshots" }, "devDependencies": { - "@argos-ci/cli": "^2.4.2", + "@argos-ci/cli": "^2.4.3", "@argos-ci/playwright": "^3.6.1", "@playwright/test": "1.47.0", "cheerio": "^1.0.0"