Bump playwright from 1.56.0 to 1.56.1 (#3024)

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:production
  update-type: version-update:semver-patch
...

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-10-17 20:25:35 -04:00
committed by GitHub
parent 7c9ed23ba1
commit ae351c5f34
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@@ -16,7 +16,7 @@
"cbor-js": "0.1.0",
"d3": "^7.9.0",
"jquery": "3.7.1",
"playwright": "^1.56.0",
"playwright": "^1.56.1",
"python": "^0.0.4",
"query-command-supported": "1.0.0",
"sass-embedded": "^1.93.2",
@@ -10883,12 +10883,12 @@
}
},
"node_modules/playwright": {
"version": "1.56.0",
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.56.0.tgz",
"integrity": "sha512-X5Q1b8lOdWIE4KAoHpW3SE8HvUB+ZZsUoN64ZhjnN8dOb1UpujxBtENGiZFE+9F/yhzJwYa+ca3u43FeLbboHA==",
"version": "1.56.1",
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.56.1.tgz",
"integrity": "sha512-aFi5B0WovBHTEvpM3DzXTUaeN6eN0qWnTkKx4NQaH4Wvcmc153PdaY2UBdSYKaGYw+UyWXSVyxDUg5DoPEttjw==",
"license": "Apache-2.0",
"dependencies": {
"playwright-core": "1.56.0"
"playwright-core": "1.56.1"
},
"bin": {
"playwright": "cli.js"
@@ -10901,9 +10901,9 @@
}
},
"node_modules/playwright-core": {
"version": "1.56.0",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.56.0.tgz",
"integrity": "sha512-1SXl7pMfemAMSDn5rkPeZljxOCYAmQnYLBTExuh6E8USHXGSX3dx6lYZN/xPpTz1vimXmPA9CDnILvmJaB8aSQ==",
"version": "1.56.1",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.56.1.tgz",
"integrity": "sha512-hutraynyn31F+Bifme+Ps9Vq59hKuUCz7H1kDOcBs+2oGguKkWTU50bBWrtz34OUWmIwpBTWDxaRPXrIXkgvmQ==",
"license": "Apache-2.0",
"bin": {
"playwright-core": "cli.js"

View File

@@ -37,7 +37,7 @@
"cbor-js": "0.1.0",
"d3": "^7.9.0",
"jquery": "3.7.1",
"playwright": "^1.56.0",
"playwright": "^1.56.1",
"python": "^0.0.4",
"query-command-supported": "1.0.0",
"sass-embedded": "^1.93.2",