Bump playwright from 1.54.2 to 1.55.0 (#2851)

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

---
updated-dependencies:
- dependency-name: playwright
  dependency-version: 1.55.0
  dependency-type: direct:production
  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-08-21 10:33:21 -04:00
committed by GitHub
parent 6d9d147438
commit 63befd58f9
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@@ -20,7 +20,7 @@
"gulp-merge": "^0.1.1",
"jquery": "3.7.1",
"morphdom": "^2.7.7",
"playwright": "^1.54.2",
"playwright": "^1.55.0",
"python": "^0.0.4",
"query-command-supported": "1.0.0",
"sass-embedded": "^1.90.0",
@@ -12496,12 +12496,12 @@
}
},
"node_modules/playwright": {
"version": "1.54.2",
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.54.2.tgz",
"integrity": "sha512-Hu/BMoA1NAdRUuulyvQC0pEqZ4vQbGfn8f7wPXcnqQmM+zct9UliKxsIkLNmz/ku7LElUNqmaiv1TG/aL5ACsw==",
"version": "1.55.0",
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.55.0.tgz",
"integrity": "sha512-sdCWStblvV1YU909Xqx0DhOjPZE4/5lJsIS84IfN9dAZfcl/CIZ5O8l3o0j7hPMjDvqoTF8ZUcc+i/GL5erstA==",
"license": "Apache-2.0",
"dependencies": {
"playwright-core": "1.54.2"
"playwright-core": "1.55.0"
},
"bin": {
"playwright": "cli.js"
@@ -12514,9 +12514,9 @@
}
},
"node_modules/playwright-core": {
"version": "1.54.2",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.54.2.tgz",
"integrity": "sha512-n5r4HFbMmWsB4twG7tJLDN9gmBUeSPcsBZiWSE4DnYz9mJMAFqr2ID7+eGC9kpEnxExJ1epttwR59LEWCk8mtA==",
"version": "1.55.0",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.55.0.tgz",
"integrity": "sha512-GvZs4vU3U5ro2nZpeiwyb0zuFaqb9sUiAJuyrWpcGouD8y9/HLgGbNRjIph7zU9D3hnPaisMl9zG9CgFi/biIg==",
"license": "Apache-2.0",
"bin": {
"playwright-core": "cli.js"

View File

@@ -36,7 +36,7 @@
"gulp-merge": "^0.1.1",
"jquery": "3.7.1",
"morphdom": "^2.7.7",
"playwright": "^1.54.2",
"playwright": "^1.55.0",
"python": "^0.0.4",
"query-command-supported": "1.0.0",
"sass-embedded": "^1.90.0",