chore(deps-dev): bump the argosci group with 2 updates

Bumps the argosci group with 2 updates: [@argos-ci/cli](https://github.com/argos-ci/argos-javascript/tree/HEAD/packages/core) and [@argos-ci/playwright](https://github.com/argos-ci/argos-javascript/tree/HEAD/packages/playwright).


Updates `@argos-ci/cli` from 3.0.5 to 3.0.6
- [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@3.0.6/packages/core)

Updates `@argos-ci/playwright` from 6.1.2 to 6.1.3
- [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@6.1.3/packages/playwright)

---
updated-dependencies:
- dependency-name: "@argos-ci/cli"
  dependency-version: 3.0.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: argosci
- dependency-name: "@argos-ci/playwright"
  dependency-version: 6.1.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: argosci
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-08-28 06:24:59 +00:00 committed by Florent BENOIT
parent 35d2f59dfc
commit aba065ad73
2 changed files with 17 additions and 17 deletions

View file

@ -1018,11 +1018,11 @@ importers:
website-argos:
devDependencies:
'@argos-ci/cli':
specifier: ^3.0.5
version: 3.0.5
specifier: ^3.0.6
version: 3.0.6
'@argos-ci/playwright':
specifier: ^6.1.2
version: 6.1.2
specifier: ^6.1.3
version: 6.1.3
'@playwright/test':
specifier: 1.55.0
version: 1.55.0
@ -1135,17 +1135,17 @@ packages:
resolution: {integrity: sha512-SKAD7EXoLX4u50dzTIT/ABnpD284+DnBfoJM0ZrTIav2eiiVJyknNKSznF5w118lYGnYvugTXbKMnukGPzJeOA==}
engines: {node: '>=20.0.0'}
'@argos-ci/cli@3.0.5':
resolution: {integrity: sha512-B+fnmQ3ho43j0CXTKYgKSO7tKkTQqlVQo6+Z2ngk7mdJH9eZ06EiWPhBIQEPVEzHzVtZM4dD6vPtlb793/y0Xg==}
'@argos-ci/cli@3.0.6':
resolution: {integrity: sha512-IaxoID7rVkiuGVUFvq8bE7LP8rlyhCSOCFOt2p52xc4MELsNGE7JUTAG6wjcwBmLJUr/wgCapBM+qsQadNgH/Q==}
engines: {node: '>=20.0.0'}
hasBin: true
'@argos-ci/core@4.1.1':
resolution: {integrity: sha512-Y1gD6QfcaFRx8lLmxU2vfbmijuk8xIfV+PAQ6HvMeZ6jQNARD1ghwpcEQdeInbgSTl+XSzeztUInlFLz4MrFqw==}
'@argos-ci/core@4.1.2':
resolution: {integrity: sha512-DSw3QNLmlvwGiYIMXvi+kqJMiZm2KLN5H9xchfUH1Lu/adjR3X9L7c6/OD9HFdCmRoLZ7RQ+jYo4VLV31cn4zw==}
engines: {node: '>=20.0.0'}
'@argos-ci/playwright@6.1.2':
resolution: {integrity: sha512-qGE28YDCDRcI7aR6EZPjZ9/omZITLKe6/9nPSkRI3iKBC/5iuDxhSk/3dYa7oQx9bp6wsGsetVT8GEJcct4IXg==}
'@argos-ci/playwright@6.1.3':
resolution: {integrity: sha512-IQMM3jVKGkmbF0UN2iCVmNX1Vb8lScXMQcNAs0pZs1QETidSQ0URdE3bn1cBT9kLPeNK/TF5J1qQBtwlUXaU8A==}
engines: {node: '>=20.0.0'}
'@argos-ci/util@3.1.0':
@ -12166,16 +12166,16 @@ snapshots:
'@argos-ci/browser@5.0.0': {}
'@argos-ci/cli@3.0.5':
'@argos-ci/cli@3.0.6':
dependencies:
'@argos-ci/core': 4.1.1
'@argos-ci/core': 4.1.2
commander: 14.0.0
ora: 8.2.0
update-notifier: 7.3.1
transitivePeerDependencies:
- supports-color
'@argos-ci/core@4.1.1':
'@argos-ci/core@4.1.2':
dependencies:
'@argos-ci/api-client': 0.11.0
'@argos-ci/util': 3.1.0
@ -12187,10 +12187,10 @@ snapshots:
transitivePeerDependencies:
- supports-color
'@argos-ci/playwright@6.1.2':
'@argos-ci/playwright@6.1.3':
dependencies:
'@argos-ci/browser': 5.0.0
'@argos-ci/core': 4.1.1
'@argos-ci/core': 4.1.2
'@argos-ci/util': 3.1.0
chalk: 5.6.0
debug: 4.4.1

View file

@ -7,8 +7,8 @@
"upload": "npx @argos-ci/cli upload ./screenshots"
},
"devDependencies": {
"@argos-ci/cli": "^3.0.5",
"@argos-ci/playwright": "^6.1.2",
"@argos-ci/cli": "^3.0.6",
"@argos-ci/playwright": "^6.1.3",
"@playwright/test": "1.55.0",
"cheerio": "^1.1.2"
}