build(deps): bump playwright-firefox from 1.52.0 to 1.55.1

Bumps [playwright-firefox](https://github.com/microsoft/playwright) from 1.52.0 to 1.55.1.
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](https://github.com/microsoft/playwright/compare/v1.52.0...v1.55.1)

---
updated-dependencies:
- dependency-name: playwright-firefox
  dependency-version: 1.55.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-09-29 05:52:28 +00:00 committed by GitHub
parent 99c1f05302
commit 395ba80f6f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 16 additions and 18 deletions

32
package-lock.json generated
View file

@ -16,7 +16,7 @@
"fingerprint-injector": "^2.1.66", "fingerprint-injector": "^2.1.66",
"lowdb": "^7.0.1", "lowdb": "^7.0.1",
"otplib": "^12.0.1", "otplib": "^12.0.1",
"playwright-firefox": "^1.52.0", "playwright-firefox": "^1.55.1",
"puppeteer-extra-plugin-stealth": "^2.11.2" "puppeteer-extra-plugin-stealth": "^2.11.2"
}, },
"devDependencies": { "devDependencies": {
@ -2191,10 +2191,9 @@
} }
}, },
"node_modules/playwright-core": { "node_modules/playwright-core": {
"version": "1.52.0", "version": "1.55.1",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.52.0.tgz", "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.55.1.tgz",
"integrity": "sha512-l2osTgLXSMeuLZOML9qYODUQoPPnUsKsb5/P6LJ2e6uPKXUdPK5WYhN4z03G+YNbWmGDY4YENauNu4ZKczreHg==", "integrity": "sha512-Z6Mh9mkwX+zxSlHqdr5AOcJnfp+xUWLCt9uKV18fhzA8eyxUd8NUWzAjxUh55RZKSYwDGX0cfaySdhZJGMoJ+w==",
"license": "Apache-2.0",
"bin": { "bin": {
"playwright-core": "cli.js" "playwright-core": "cli.js"
}, },
@ -2203,13 +2202,12 @@
} }
}, },
"node_modules/playwright-firefox": { "node_modules/playwright-firefox": {
"version": "1.52.0", "version": "1.55.1",
"resolved": "https://registry.npmjs.org/playwright-firefox/-/playwright-firefox-1.52.0.tgz", "resolved": "https://registry.npmjs.org/playwright-firefox/-/playwright-firefox-1.55.1.tgz",
"integrity": "sha512-x4niD4HHffaYNmz0XwgXqvf7NUhCmAbcpa+DX16kAacd+6T8cwf+W/+Q0S+VLsYpQ2BJowR2HuJanO1Ge1Phzg==", "integrity": "sha512-i87GgKz+glcO5cxH85Uujzi0VXn2vNM4W94NOTjj4MoFmdxlFwBhK2SnjTq5eIQhmhRIQlwkOTBaxGuX4WE/hg==",
"hasInstallScript": true, "hasInstallScript": true,
"license": "Apache-2.0",
"dependencies": { "dependencies": {
"playwright-core": "1.52.0" "playwright-core": "1.55.1"
}, },
"bin": { "bin": {
"playwright": "cli.js" "playwright": "cli.js"
@ -4335,16 +4333,16 @@
"dev": true "dev": true
}, },
"playwright-core": { "playwright-core": {
"version": "1.52.0", "version": "1.55.1",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.52.0.tgz", "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.55.1.tgz",
"integrity": "sha512-l2osTgLXSMeuLZOML9qYODUQoPPnUsKsb5/P6LJ2e6uPKXUdPK5WYhN4z03G+YNbWmGDY4YENauNu4ZKczreHg==" "integrity": "sha512-Z6Mh9mkwX+zxSlHqdr5AOcJnfp+xUWLCt9uKV18fhzA8eyxUd8NUWzAjxUh55RZKSYwDGX0cfaySdhZJGMoJ+w=="
}, },
"playwright-firefox": { "playwright-firefox": {
"version": "1.52.0", "version": "1.55.1",
"resolved": "https://registry.npmjs.org/playwright-firefox/-/playwright-firefox-1.52.0.tgz", "resolved": "https://registry.npmjs.org/playwright-firefox/-/playwright-firefox-1.55.1.tgz",
"integrity": "sha512-x4niD4HHffaYNmz0XwgXqvf7NUhCmAbcpa+DX16kAacd+6T8cwf+W/+Q0S+VLsYpQ2BJowR2HuJanO1Ge1Phzg==", "integrity": "sha512-i87GgKz+glcO5cxH85Uujzi0VXn2vNM4W94NOTjj4MoFmdxlFwBhK2SnjTq5eIQhmhRIQlwkOTBaxGuX4WE/hg==",
"requires": { "requires": {
"playwright-core": "1.52.0" "playwright-core": "1.55.1"
} }
}, },
"prelude-ls": { "prelude-ls": {

View file

@ -27,7 +27,7 @@
"fingerprint-injector": "^2.1.66", "fingerprint-injector": "^2.1.66",
"lowdb": "^7.0.1", "lowdb": "^7.0.1",
"otplib": "^12.0.1", "otplib": "^12.0.1",
"playwright-firefox": "^1.52.0", "playwright-firefox": "^1.55.1",
"puppeteer-extra-plugin-stealth": "^2.11.2" "puppeteer-extra-plugin-stealth": "^2.11.2"
}, },
"devDependencies": { "devDependencies": {