build(deps): bump playwright-firefox from 1.40.1 to 1.42.1
Bumps [playwright-firefox](https://github.com/microsoft/playwright) from 1.40.1 to 1.42.1. - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.40.1...v1.42.1) --- 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:
parent
2ea0c611e4
commit
1cff90e327
2 changed files with 16 additions and 16 deletions
30
package-lock.json
generated
30
package-lock.json
generated
|
|
@ -15,7 +15,7 @@
|
|||
"enquirer": "^2.4.1",
|
||||
"lowdb": "^6.1.1",
|
||||
"otplib": "^12.0.1",
|
||||
"playwright-firefox": "^1.40.1",
|
||||
"playwright-firefox": "^1.42.1",
|
||||
"puppeteer-extra-plugin-stealth": "^2.11.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
@ -1225,9 +1225,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/playwright-core": {
|
||||
"version": "1.40.1",
|
||||
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.40.1.tgz",
|
||||
"integrity": "sha512-+hkOycxPiV534c4HhpfX6yrlawqVUzITRKwHAmYfmsVreltEl6fAZJ3DPfLMOODw0H3s1Itd6MDCWmP1fl/QvQ==",
|
||||
"version": "1.42.1",
|
||||
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.42.1.tgz",
|
||||
"integrity": "sha512-mxz6zclokgrke9p1vtdy/COWBH+eOZgYUVVU34C73M+4j4HLlQJHtfcqiqqxpP0o8HhMkflvfbquLX5dg6wlfA==",
|
||||
"bin": {
|
||||
"playwright-core": "cli.js"
|
||||
},
|
||||
|
|
@ -1236,12 +1236,12 @@
|
|||
}
|
||||
},
|
||||
"node_modules/playwright-firefox": {
|
||||
"version": "1.40.1",
|
||||
"resolved": "https://registry.npmjs.org/playwright-firefox/-/playwright-firefox-1.40.1.tgz",
|
||||
"integrity": "sha512-+C5eOWZv/CvALM0yBZFSYThvUzGKusNw6soDMhTEJwDUB5i9q/yZVFkj6I8CFXM4U6Pf1q0PXHMca70HoIwnCQ==",
|
||||
"version": "1.42.1",
|
||||
"resolved": "https://registry.npmjs.org/playwright-firefox/-/playwright-firefox-1.42.1.tgz",
|
||||
"integrity": "sha512-bIzmfA3aykUvYf8oQAtX0JcBMACTO/jZOfvk7OeRyFKJ7pqloQ1mJ+VXJIE+Mp2YecSlY4G0LalUm2B2K5jz5g==",
|
||||
"hasInstallScript": true,
|
||||
"dependencies": {
|
||||
"playwright-core": "1.40.1"
|
||||
"playwright-core": "1.42.1"
|
||||
},
|
||||
"bin": {
|
||||
"playwright": "cli.js"
|
||||
|
|
@ -2527,16 +2527,16 @@
|
|||
"integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q=="
|
||||
},
|
||||
"playwright-core": {
|
||||
"version": "1.40.1",
|
||||
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.40.1.tgz",
|
||||
"integrity": "sha512-+hkOycxPiV534c4HhpfX6yrlawqVUzITRKwHAmYfmsVreltEl6fAZJ3DPfLMOODw0H3s1Itd6MDCWmP1fl/QvQ=="
|
||||
"version": "1.42.1",
|
||||
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.42.1.tgz",
|
||||
"integrity": "sha512-mxz6zclokgrke9p1vtdy/COWBH+eOZgYUVVU34C73M+4j4HLlQJHtfcqiqqxpP0o8HhMkflvfbquLX5dg6wlfA=="
|
||||
},
|
||||
"playwright-firefox": {
|
||||
"version": "1.40.1",
|
||||
"resolved": "https://registry.npmjs.org/playwright-firefox/-/playwright-firefox-1.40.1.tgz",
|
||||
"integrity": "sha512-+C5eOWZv/CvALM0yBZFSYThvUzGKusNw6soDMhTEJwDUB5i9q/yZVFkj6I8CFXM4U6Pf1q0PXHMca70HoIwnCQ==",
|
||||
"version": "1.42.1",
|
||||
"resolved": "https://registry.npmjs.org/playwright-firefox/-/playwright-firefox-1.42.1.tgz",
|
||||
"integrity": "sha512-bIzmfA3aykUvYf8oQAtX0JcBMACTO/jZOfvk7OeRyFKJ7pqloQ1mJ+VXJIE+Mp2YecSlY4G0LalUm2B2K5jz5g==",
|
||||
"requires": {
|
||||
"playwright-core": "1.40.1"
|
||||
"playwright-core": "1.42.1"
|
||||
}
|
||||
},
|
||||
"prelude-ls": {
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
"enquirer": "^2.4.1",
|
||||
"lowdb": "^6.1.1",
|
||||
"otplib": "^12.0.1",
|
||||
"playwright-firefox": "^1.40.1",
|
||||
"playwright-firefox": "^1.42.1",
|
||||
"puppeteer-extra-plugin-stealth": "^2.11.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue