Bump playwright from 1.58.1 to 1.58.2 (#3249)

Bumps [playwright](https://github.com/microsoft/playwright) from 1.58.1 to 1.58.2.
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](https://github.com/microsoft/playwright/compare/v1.58.1...v1.58.2)

---
updated-dependencies:
- dependency-name: playwright
  dependency-version: 1.58.2
  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]
2026-02-09 11:39:16 -05:00
committed by GitHub
parent 3b247bedce
commit fe3c714010
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",
"ci-info": "^4.4.0",
"d3": "^7.9.0",
"playwright": "^1.58.1",
"playwright": "^1.58.2",
"python": "^0.0.4",
"query-command-supported": "1.0.0",
"sass-embedded": "^1.97.3",
@@ -9730,12 +9730,12 @@
}
},
"node_modules/playwright": {
"version": "1.58.1",
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.58.1.tgz",
"integrity": "sha512-+2uTZHxSCcxjvGc5C891LrS1/NlxglGxzrC4seZiVjcYVQfUa87wBL6rTDqzGjuoWNjnBzRqKmF6zRYGMvQUaQ==",
"version": "1.58.2",
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.58.2.tgz",
"integrity": "sha512-vA30H8Nvkq/cPBnNw4Q8TWz1EJyqgpuinBcHET0YVJVFldr8JDNiU9LaWAE1KqSkRYazuaBhTpB5ZzShOezQ6A==",
"license": "Apache-2.0",
"dependencies": {
"playwright-core": "1.58.1"
"playwright-core": "1.58.2"
},
"bin": {
"playwright": "cli.js"
@@ -9748,9 +9748,9 @@
}
},
"node_modules/playwright-core": {
"version": "1.58.1",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.58.1.tgz",
"integrity": "sha512-bcWzOaTxcW+VOOGBCQgnaKToLJ65d6AqfLVKEWvexyS3AS6rbXl+xdpYRMGSRBClPvyj44njOWoxjNdL/H9UNg==",
"version": "1.58.2",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.58.2.tgz",
"integrity": "sha512-yZkEtftgwS8CsfYo7nm0KE8jsvm6i/PTgVtB8DL726wNf6H2IMsDuxCpJj59KDaxCtSnrWan2AeDqM7JBaultg==",
"license": "Apache-2.0",
"bin": {
"playwright-core": "cli.js"

View File

@@ -38,7 +38,7 @@
"cbor-js": "0.1.0",
"ci-info": "^4.4.0",
"d3": "^7.9.0",
"playwright": "^1.58.1",
"playwright": "^1.58.2",
"python": "^0.0.4",
"query-command-supported": "1.0.0",
"sass-embedded": "^1.97.3",