build(deps): bump the playwright group with 2 updates (#7467)

Bumps the playwright group with 2 updates: [@playwright/test](https://github.com/microsoft/playwright) and [playwright](https://github.com/microsoft/playwright).


Updates `@playwright/test` from 1.49.1 to 1.50.0
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](https://github.com/microsoft/playwright/compare/v1.49.1...v1.50.0)

Updates `playwright` from 1.49.1 to 1.50.0
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](https://github.com/microsoft/playwright/compare/v1.49.1...v1.50.0)

---
updated-dependencies:
- dependency-name: "@playwright/test"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: playwright
- dependency-name: playwright
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: playwright
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-01-27 13:09:26 +02:00 committed by GitHub
parent facd460037
commit e958d6b31b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 20 additions and 20 deletions

View file

@ -23,7 +23,7 @@
"@expressive-code/plugin-line-numbers": "0.40.1",
"@types/node": "20.16.10",
"astro": "5.1.9",
"playwright": "1.49.1",
"playwright": "1.50.0",
"playwright-ctrf-json-reporter": "0.0.18",
"rehype-external-links": "3.0.0",
"sharp": "0.33.5",
@ -32,7 +32,7 @@
"typescript": "5.7.3"
},
"devDependencies": {
"@playwright/test": "1.49.1",
"@playwright/test": "1.50.0",
"cspell": "8.17.2"
}
}