build(deps): bump playwright-firefox from 1.39.0 to 1.40.0

Bumps [playwright-firefox](https://github.com/microsoft/playwright) from 1.39.0 to 1.40.0.
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](https://github.com/microsoft/playwright/compare/v1.39.0...v1.40.0)

---
updated-dependencies:
- dependency-name: playwright-firefox
  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] 2023-11-20 05:12:17 +00:00 committed by GitHub
parent 4231b7dd28
commit 4fa29d9473
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 16 deletions

30
package-lock.json generated
View file

@ -14,7 +14,7 @@
"enquirer": "^2.4.1",
"lowdb": "^6.1.1",
"otplib": "^12.0.1",
"playwright-firefox": "^1.39.0",
"playwright-firefox": "^1.40.0",
"puppeteer-extra-plugin-stealth": "^2.11.2"
},
"devDependencies": {
@ -1207,9 +1207,9 @@
}
},
"node_modules/playwright-core": {
"version": "1.39.0",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.39.0.tgz",
"integrity": "sha512-+k4pdZgs1qiM+OUkSjx96YiKsXsmb59evFoqv8SKO067qBA+Z2s/dCzJij/ZhdQcs2zlTAgRKfeiiLm8PQ2qvw==",
"version": "1.40.0",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.40.0.tgz",
"integrity": "sha512-fvKewVJpGeca8t0ipM56jkVSU6Eo0RmFvQ/MaCQNDYm+sdvKkMBBWTE1FdeMqIdumRaXXjZChWHvIzCGM/tA/Q==",
"bin": {
"playwright-core": "cli.js"
},
@ -1218,12 +1218,12 @@
}
},
"node_modules/playwright-firefox": {
"version": "1.39.0",
"resolved": "https://registry.npmjs.org/playwright-firefox/-/playwright-firefox-1.39.0.tgz",
"integrity": "sha512-DFJRVL8mfOPyfiK8on34kYdvFeV0a0aNGRNUTPuHD2sv2+pMITPSosxRCgPvnFO3oWzEwVBVv/+c5E9fICY7gg==",
"version": "1.40.0",
"resolved": "https://registry.npmjs.org/playwright-firefox/-/playwright-firefox-1.40.0.tgz",
"integrity": "sha512-01KUdoo9Sk9lMGUhlc9tuvWun/mspBINuAvGFm0RFS7ZaZ27uWD9WJ0MnJ6cWcIkL0nLgjlrWmvHgQs1fIq7LQ==",
"hasInstallScript": true,
"dependencies": {
"playwright-core": "1.39.0"
"playwright-core": "1.40.0"
},
"bin": {
"playwright": "cli.js"
@ -2505,16 +2505,16 @@
"integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q=="
},
"playwright-core": {
"version": "1.39.0",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.39.0.tgz",
"integrity": "sha512-+k4pdZgs1qiM+OUkSjx96YiKsXsmb59evFoqv8SKO067qBA+Z2s/dCzJij/ZhdQcs2zlTAgRKfeiiLm8PQ2qvw=="
"version": "1.40.0",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.40.0.tgz",
"integrity": "sha512-fvKewVJpGeca8t0ipM56jkVSU6Eo0RmFvQ/MaCQNDYm+sdvKkMBBWTE1FdeMqIdumRaXXjZChWHvIzCGM/tA/Q=="
},
"playwright-firefox": {
"version": "1.39.0",
"resolved": "https://registry.npmjs.org/playwright-firefox/-/playwright-firefox-1.39.0.tgz",
"integrity": "sha512-DFJRVL8mfOPyfiK8on34kYdvFeV0a0aNGRNUTPuHD2sv2+pMITPSosxRCgPvnFO3oWzEwVBVv/+c5E9fICY7gg==",
"version": "1.40.0",
"resolved": "https://registry.npmjs.org/playwright-firefox/-/playwright-firefox-1.40.0.tgz",
"integrity": "sha512-01KUdoo9Sk9lMGUhlc9tuvWun/mspBINuAvGFm0RFS7ZaZ27uWD9WJ0MnJ6cWcIkL0nLgjlrWmvHgQs1fIq7LQ==",
"requires": {
"playwright-core": "1.39.0"
"playwright-core": "1.40.0"
}
},
"prelude-ls": {