chore(deps-dev): bump @argos-ci/playwright from 3.6.0 to 3.6.1

Bumps [@argos-ci/playwright](https://github.com/argos-ci/argos-javascript/tree/HEAD/packages/playwright) from 3.6.0 to 3.6.1.
- [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.6.1/packages/playwright)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-09-09 10:05:55 +00:00 committed by Florent BENOIT
parent b6f004babe
commit eb4128c500
2 changed files with 24 additions and 7 deletions

View file

@ -975,8 +975,8 @@ importers:
specifier: ^2.4.2
version: 2.4.2
'@argos-ci/playwright':
specifier: ^3.6.0
version: 3.6.0
specifier: ^3.6.1
version: 3.6.1
'@playwright/test':
specifier: 1.47.0
version: 1.47.0
@ -1085,8 +1085,12 @@ packages:
resolution: {integrity: sha512-n7WUnlK+QI9L/bbPrg88xrxojGdEe//+RIJKx1iIUEqgIMp5K8f9ANcpYGSS/d9BWASg7eFoXm5d6iRCz0Mrgw==}
engines: {node: '>=18.0.0'}
'@argos-ci/playwright@3.6.0':
resolution: {integrity: sha512-Pzb0t7PlM1aHDyH7hK4YCnkca0izGHcZRsBQDiUxke0/3BZxOPGCJutIyIloyzlHsI9cp1vbpJryxmEYJf2/Rw==}
'@argos-ci/core@2.8.1':
resolution: {integrity: sha512-5ygruMnfQ3OY6LvywnwTycZFg6oTG5UYvPCVdwQiOh+8FgUZUyJge7QBVfeWW+qC0UXFMo+f3eTQ5YFvTwc0ZA==}
engines: {node: '>=18.0.0'}
'@argos-ci/playwright@3.6.1':
resolution: {integrity: sha512-bBkk7bSj1wIfLp/UL+esSqaXReQsZGt6MYJBwYrYGcVD0a5mAxg57S6DVwIvKAmVsfZs52gB/bidMmCG28zSFg==}
engines: {node: '>=18.0.0'}
'@argos-ci/util@2.1.1':
@ -11181,10 +11185,23 @@ snapshots:
transitivePeerDependencies:
- supports-color
'@argos-ci/playwright@3.6.0':
'@argos-ci/core@2.8.1':
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/playwright@3.6.1':
dependencies:
'@argos-ci/browser': 2.1.3
'@argos-ci/core': 2.8.0
'@argos-ci/core': 2.8.1
'@argos-ci/util': 2.1.1
chalk: 5.3.0
debug: 4.3.6

View file

@ -8,7 +8,7 @@
},
"devDependencies": {
"@argos-ci/cli": "^2.4.2",
"@argos-ci/playwright": "^3.6.0",
"@argos-ci/playwright": "^3.6.1",
"@playwright/test": "1.47.0",
"cheerio": "^1.0.0"
}