chore(deps-dev): bump @argos-ci/playwright in the argosci group

Bumps the argosci group with 1 update: [@argos-ci/playwright](https://github.com/argos-ci/argos-javascript/tree/HEAD/packages/playwright).


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

---
updated-dependencies:
- dependency-name: "@argos-ci/playwright"
  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-04-02 09:40:42 +00:00 committed by Florent BENOIT
parent b715b1f74c
commit 88bc1b44f2
2 changed files with 11 additions and 19 deletions

View file

@ -1023,8 +1023,8 @@ importers:
specifier: ^2.5.6
version: 2.5.6
'@argos-ci/playwright':
specifier: ^5.0.1
version: 5.0.1
specifier: ^5.0.2
version: 5.0.2
'@playwright/test':
specifier: 1.51.1
version: 1.51.1
@ -1136,8 +1136,8 @@ packages:
resolution: {integrity: sha512-3IHv7ANSPNO6OwWgwULlHbP9/tFV9kQDu6+nL9jysfPkGj0GgtrOsyBb+iU931c7wSMo1OD+XNujCnRzDD968w==}
engines: {node: '>=18.0.0'}
'@argos-ci/browser@4.0.1':
resolution: {integrity: sha512-U29sIpK8B3bWAWsGnrTCi5DkGyHCyl6prSsihAzautPz0wm6IiRouo+PJTcdp7C1bPh3hrTzOyE6IsiP3tESnw==}
'@argos-ci/browser@4.1.0':
resolution: {integrity: sha512-B5zRl70hfckS8Tpgr35ZPit/87AyIETeqm5f8dfB/qWBdkDuKW2m6tCDnVD1UYdFy4k6tU5DaD/rAMw17swsJQ==}
engines: {node: '>=18.0.0'}
'@argos-ci/cli@2.5.6':
@ -1149,8 +1149,8 @@ packages:
resolution: {integrity: sha512-7iE3o1XGxlfHC5AF05pzT0OxuO387sryrZt3gKGj/e+6R20DXz7J49yI8++nQ2cuT+wLhcJp8+X0ox+SGMYHmw==}
engines: {node: '>=18.0.0'}
'@argos-ci/playwright@5.0.1':
resolution: {integrity: sha512-xADffNvU1iv0N0BKcu2h3MUaXDTdNRtHPtAlkuJEMCELm0uHwCWe4CiKwwym1/kviw6pcM20nREwl4MCYzxcAA==}
'@argos-ci/playwright@5.0.2':
resolution: {integrity: sha512-aOfuvsLZHSrbnOppcY6f36LQR7CQHi8/L1N7qbhVYGMfUL6jVJPzx4XliixgIBcJjCpFmIZ2qoXgQPO/Gp1fHg==}
engines: {node: '>=18.16.0'}
'@argos-ci/util@2.3.1':
@ -2405,9 +2405,6 @@ packages:
'@emnapi/core@1.4.0':
resolution: {integrity: sha512-H+N/FqT07NmLmt6OFFtDfwe8PNygprzBikrEMyQfgqSmT0vzE515Pz7R8izwB9q/zsH/MA64AKoul3sA6/CzVg==}
'@emnapi/runtime@1.3.1':
resolution: {integrity: sha512-kEBmG8KyqtxJZv+ygbEim+KCGtIq1fC22Ms3S4ziXmYKm8uyoLX0MHONVKwp+9opg390VaKRNt4a7A9NwmpNhw==}
'@emnapi/runtime@1.4.0':
resolution: {integrity: sha512-64WYIf4UYcdLnbKn/umDlNjQDSS8AgZrI/R9+x5ilkUVFxXcA1Ebl+gQLc/6mERA4407Xof0R7wEyEuj091CVw==}
@ -11977,7 +11974,7 @@ snapshots:
transitivePeerDependencies:
- supports-color
'@argos-ci/browser@4.0.1': {}
'@argos-ci/browser@4.1.0': {}
'@argos-ci/cli@2.5.6':
dependencies:
@ -12001,9 +11998,9 @@ snapshots:
transitivePeerDependencies:
- supports-color
'@argos-ci/playwright@5.0.1':
'@argos-ci/playwright@5.0.2':
dependencies:
'@argos-ci/browser': 4.0.1
'@argos-ci/browser': 4.1.0
'@argos-ci/core': 3.1.1
'@argos-ci/util': 2.3.1
chalk: 5.4.1
@ -14193,11 +14190,6 @@ snapshots:
tslib: 2.8.1
optional: true
'@emnapi/runtime@1.3.1':
dependencies:
tslib: 2.8.1
optional: true
'@emnapi/runtime@1.4.0':
dependencies:
tslib: 2.8.1
@ -14576,7 +14568,7 @@ snapshots:
'@img/sharp-wasm32@0.33.5':
dependencies:
'@emnapi/runtime': 1.3.1
'@emnapi/runtime': 1.4.0
optional: true
'@img/sharp-win32-ia32@0.33.5':

View file

@ -8,7 +8,7 @@
},
"devDependencies": {
"@argos-ci/cli": "^2.5.6",
"@argos-ci/playwright": "^5.0.1",
"@argos-ci/playwright": "^5.0.2",
"@playwright/test": "1.51.1",
"cheerio": "^1.0.0"
}