build(deps-dev): Bump @playwright/test from 1.53.2 to 1.55.0 (#4783)

Bumps [@playwright/test](https://github.com/microsoft/playwright) from 1.53.2 to 1.55.0.
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](https://github.com/microsoft/playwright/compare/v1.53.2...v1.55.0)

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

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-09-08 09:37:38 +02:00
committed by GitHub
parent b73e41b344
commit 7b0f5cc36b
2 changed files with 13 additions and 13 deletions

24
package-lock.json generated
View File

@@ -61,7 +61,7 @@
"@nx/angular": "21.4.1",
"@nx/eslint-plugin": "21.3.1",
"@nx/workspace": "21.4.1",
"@playwright/test": "^1.53.2",
"@playwright/test": "^1.55.0",
"@reportportal/agent-js-playwright": "^5.1.9",
"@types/event-emitter": "^0.3.3",
"@types/jasmine": "~3.6.0",
@@ -9951,13 +9951,13 @@
}
},
"node_modules/@playwright/test": {
"version": "1.53.2",
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.53.2.tgz",
"integrity": "sha512-tEB2U5z74ebBeyfGNZ3Jfg29AnW+5HlWhvHtb/Mqco9pFdZU1ZLNdVb2UtB5CvmiilNr2ZfVH/qMmAROG/XTzw==",
"version": "1.55.0",
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.55.0.tgz",
"integrity": "sha512-04IXzPwHrW69XusN/SIdDdKZBzMfOT9UNT/YiJit/xpy2VuAoB8NHc8Aplb96zsWDddLnbkPL3TsmrS04ZU2xQ==",
"dev": true,
"license": "Apache-2.0",
"dependencies": {
"playwright": "1.53.2"
"playwright": "1.55.0"
},
"bin": {
"playwright": "cli.js"
@@ -24656,13 +24656,13 @@
}
},
"node_modules/playwright": {
"version": "1.53.2",
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.53.2.tgz",
"integrity": "sha512-6K/qQxVFuVQhRQhFsVZ9fGeatxirtrpPgxzBYWyZLEXJzqYwuL4fuNmfOfD5et1tJE4GScKyPNeLhZeRwuTU3A==",
"version": "1.55.0",
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.55.0.tgz",
"integrity": "sha512-sdCWStblvV1YU909Xqx0DhOjPZE4/5lJsIS84IfN9dAZfcl/CIZ5O8l3o0j7hPMjDvqoTF8ZUcc+i/GL5erstA==",
"dev": true,
"license": "Apache-2.0",
"dependencies": {
"playwright-core": "1.53.2"
"playwright-core": "1.55.0"
},
"bin": {
"playwright": "cli.js"
@@ -24675,9 +24675,9 @@
}
},
"node_modules/playwright-core": {
"version": "1.53.2",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.53.2.tgz",
"integrity": "sha512-ox/OytMy+2w1jcYEYlOo1Hhp8hZkLCximMTUTMBXjGUA1KoFfiSZ+DU+3a739jsPY0yoKH2TFy9S2fsJas8yAw==",
"version": "1.55.0",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.55.0.tgz",
"integrity": "sha512-GvZs4vU3U5ro2nZpeiwyb0zuFaqb9sUiAJuyrWpcGouD8y9/HLgGbNRjIph7zU9D3hnPaisMl9zG9CgFi/biIg==",
"dev": true,
"license": "Apache-2.0",
"bin": {

View File

@@ -82,7 +82,7 @@
"@nx/angular": "21.4.1",
"@nx/eslint-plugin": "21.3.1",
"@nx/workspace": "21.4.1",
"@playwright/test": "^1.53.2",
"@playwright/test": "^1.55.0",
"@reportportal/agent-js-playwright": "^5.1.9",
"@types/event-emitter": "^0.3.3",
"@types/jasmine": "~3.6.0",