chore(deps-dev): bump @playwright/test from 1.51.0 to 1.51.1

Bumps [@playwright/test](https://github.com/microsoft/playwright) from 1.51.0 to 1.51.1.
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](https://github.com/microsoft/playwright/compare/v1.51.0...v1.51.1)

---
updated-dependencies:
- dependency-name: "@playwright/test"
  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] 2025-03-18 06:24:47 +00:00 committed by Florent BENOIT
parent 3b31c510d5
commit e47eb62b12
4 changed files with 20 additions and 20 deletions

View file

@ -126,7 +126,7 @@
"@eslint/compat": "^1.2.7",
"@eslint/eslintrc": "^3.3.0",
"@eslint/js": "^9.22.0",
"@playwright/test": "1.51.0",
"@playwright/test": "1.51.1",
"@podman-desktop/api": "workspace:",
"@rollup/plugin-commonjs": "^28.0.3",
"@rollup/plugin-json": "^6.1.0",

View file

@ -142,8 +142,8 @@ importers:
specifier: ^9.22.0
version: 9.22.0
'@playwright/test':
specifier: 1.51.0
version: 1.51.0
specifier: 1.51.1
version: 1.51.1
'@podman-desktop/api':
specifier: 'workspace:'
version: link:packages/extension-api
@ -895,8 +895,8 @@ importers:
tests/playwright:
devDependencies:
'@playwright/test':
specifier: 1.51.0
version: 1.51.0
specifier: 1.51.1
version: 1.51.1
'@types/node':
specifier: ^20
version: 20.17.24
@ -1026,8 +1026,8 @@ importers:
specifier: ^4.1.0
version: 4.1.0
'@playwright/test':
specifier: 1.51.0
version: 1.51.0
specifier: 1.51.1
version: 1.51.1
cheerio:
specifier: ^1.0.0
version: 1.0.0
@ -3239,8 +3239,8 @@ packages:
resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==}
engines: {node: '>=14'}
'@playwright/test@1.51.0':
resolution: {integrity: sha512-dJ0dMbZeHhI+wb77+ljx/FeC8VBP6j/rj9OAojO08JI80wTZy6vRk9KvHKiDCUh4iMpEiseMgqRBIeW+eKX6RA==}
'@playwright/test@1.51.1':
resolution: {integrity: sha512-nM+kEaTSAoVlXmMPH10017vn3FSiFqr/bh4fKg9vmAdMfd9SDqRZNvPSiAHADc/itWak+qPvMPZQOPwCBW7k7Q==}
engines: {node: '>=18'}
hasBin: true
@ -9251,13 +9251,13 @@ packages:
resolution: {integrity: sha512-nDywThFk1i4BQK4twPQ6TA4RT8bDY96yeuCVBWL3ePARCiEKDRSrNGbFIgUJpLp+XeIR65v8ra7WuJOFUBtkMA==}
engines: {node: '>=8'}
playwright-core@1.51.0:
resolution: {integrity: sha512-x47yPE3Zwhlil7wlNU/iktF7t2r/URR3VLbH6EknJd/04Qc/PSJ0EY3CMXipmglLG+zyRxW6HNo2EGbKLHPWMg==}
playwright-core@1.51.1:
resolution: {integrity: sha512-/crRMj8+j/Nq5s8QcvegseuyeZPxpQCZb6HNk3Sos3BlZyAknRjoyJPFWkpNn8v0+P3WiwqFF8P+zQo4eqiNuw==}
engines: {node: '>=18'}
hasBin: true
playwright@1.51.0:
resolution: {integrity: sha512-442pTfGM0xxfCYxuBa/Pu6B2OqxqqaYq39JS8QDMGThUvIOCd6s0ANDog3uwA0cHavVlnTQzGCN7Id2YekDSXA==}
playwright@1.51.1:
resolution: {integrity: sha512-kkx+MB2KQRkyxjYPc3a0wLZZoDczmppyGJIvQ43l+aZihkaVvmu/21kiyaHeHjiFxjxNNFnUncKmcGIyOojsaw==}
engines: {node: '>=18'}
hasBin: true
@ -14951,9 +14951,9 @@ snapshots:
'@pkgjs/parseargs@0.11.0':
optional: true
'@playwright/test@1.51.0':
'@playwright/test@1.51.1':
dependencies:
playwright: 1.51.0
playwright: 1.51.1
'@pnpm/config.env-replace@1.1.0': {}
@ -22202,11 +22202,11 @@ snapshots:
dependencies:
find-up: 3.0.0
playwright-core@1.51.0: {}
playwright-core@1.51.1: {}
playwright@1.51.0:
playwright@1.51.1:
dependencies:
playwright-core: 1.51.0
playwright-core: 1.51.1
optionalDependencies:
fsevents: 2.3.2

View file

@ -16,7 +16,7 @@
"publish:next": "pnpm publish --registry=https://registry.npmjs.org/ --no-git-tag-version --new-version 0.0.1-\"$(date +%s)\""
},
"devDependencies": {
"@playwright/test": "1.51.0",
"@playwright/test": "1.51.1",
"@types/node": "^20",
"electron": "35.0.2",
"typescript": "^5.8.2",

View file

@ -9,7 +9,7 @@
"devDependencies": {
"@argos-ci/cli": "^2.5.5",
"@argos-ci/playwright": "^4.1.0",
"@playwright/test": "1.51.0",
"@playwright/test": "1.51.1",
"cheerio": "^1.0.0"
}
}