Bump playwright from 1.56.0 to 1.56.1

Bumps [playwright](https://github.com/microsoft/playwright) from 1.56.0 to 1.56.1.
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](https://github.com/microsoft/playwright/compare/v1.56.0...v1.56.1)

---
updated-dependencies:
- dependency-name: playwright
  dependency-version: 1.56.1
  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-10-20 22:16:39 +00:00 committed by GitHub
parent f60b1afca0
commit 35d6531727
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@ -47,7 +47,7 @@
"fflate": "^0.8.2", "fflate": "^0.8.2",
"globals": "^16.4.0", "globals": "^16.4.0",
"mocha": "^11.7.4", "mocha": "^11.7.4",
"playwright": "^1.56.0", "playwright": "^1.56.1",
"rollup": "^4.52.4", "rollup": "^4.52.4",
"sinon": "^21.0.0", "sinon": "^21.0.0",
"tsx": "^4.20.6", "tsx": "^4.20.6",
@ -9521,13 +9521,13 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/playwright": { "node_modules/playwright": {
"version": "1.56.0", "version": "1.56.1",
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.56.0.tgz", "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.56.1.tgz",
"integrity": "sha512-X5Q1b8lOdWIE4KAoHpW3SE8HvUB+ZZsUoN64ZhjnN8dOb1UpujxBtENGiZFE+9F/yhzJwYa+ca3u43FeLbboHA==", "integrity": "sha512-aFi5B0WovBHTEvpM3DzXTUaeN6eN0qWnTkKx4NQaH4Wvcmc153PdaY2UBdSYKaGYw+UyWXSVyxDUg5DoPEttjw==",
"dev": true, "dev": true,
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"playwright-core": "1.56.0" "playwright-core": "1.56.1"
}, },
"bin": { "bin": {
"playwright": "cli.js" "playwright": "cli.js"
@ -9540,9 +9540,9 @@
} }
}, },
"node_modules/playwright-core": { "node_modules/playwright-core": {
"version": "1.56.0", "version": "1.56.1",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.56.0.tgz", "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.56.1.tgz",
"integrity": "sha512-1SXl7pMfemAMSDn5rkPeZljxOCYAmQnYLBTExuh6E8USHXGSX3dx6lYZN/xPpTz1vimXmPA9CDnILvmJaB8aSQ==", "integrity": "sha512-hutraynyn31F+Bifme+Ps9Vq59hKuUCz7H1kDOcBs+2oGguKkWTU50bBWrtz34OUWmIwpBTWDxaRPXrIXkgvmQ==",
"dev": true, "dev": true,
"license": "Apache-2.0", "license": "Apache-2.0",
"bin": { "bin": {

View File

@ -101,7 +101,7 @@
"fflate": "^0.8.2", "fflate": "^0.8.2",
"globals": "^16.4.0", "globals": "^16.4.0",
"mocha": "^11.7.4", "mocha": "^11.7.4",
"playwright": "^1.56.0", "playwright": "^1.56.1",
"rollup": "^4.52.4", "rollup": "^4.52.4",
"sinon": "^21.0.0", "sinon": "^21.0.0",
"tsx": "^4.20.6", "tsx": "^4.20.6",