mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
build(deps): bump chromium-bidi to 0.5.18 (#12307)
This commit is contained in:
parent
02cf1c713d
commit
a94fee9c66
8
package-lock.json
generated
8
package-lock.json
generated
@ -12260,7 +12260,7 @@
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@puppeteer/browsers": "2.2.2",
|
||||
"chromium-bidi": "0.5.17",
|
||||
"chromium-bidi": "0.5.18",
|
||||
"debug": "4.3.4",
|
||||
"devtools-protocol": "0.0.1273771",
|
||||
"ws": "8.16.0"
|
||||
@ -12283,9 +12283,9 @@
|
||||
"license": "MIT"
|
||||
},
|
||||
"packages/puppeteer-core/node_modules/chromium-bidi": {
|
||||
"version": "0.5.17",
|
||||
"resolved": "https://registry.npmjs.org/chromium-bidi/-/chromium-bidi-0.5.17.tgz",
|
||||
"integrity": "sha512-BqOuIWUgTPj8ayuBFJUYCCuwIcwjBsb3/614P7tt1bEPJ4i1M0kCdIl0Wi9xhtswBXnfO2bTpTMkHD71H8rJMg==",
|
||||
"version": "0.5.18",
|
||||
"resolved": "https://registry.npmjs.org/chromium-bidi/-/chromium-bidi-0.5.18.tgz",
|
||||
"integrity": "sha512-GdSfxYXG0FtE3Rg9RBVd1OtHwvjRo8eb/9mtluK/KPNRcQ61JdC2Vl2Vkp96mO4LPMCNH0/Z26k3HU26fHjaCg==",
|
||||
"dependencies": {
|
||||
"mitt": "3.0.1",
|
||||
"urlpattern-polyfill": "10.0.0",
|
||||
|
@ -120,7 +120,7 @@
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@puppeteer/browsers": "2.2.2",
|
||||
"chromium-bidi": "0.5.17",
|
||||
"chromium-bidi": "0.5.18",
|
||||
"debug": "4.3.4",
|
||||
"devtools-protocol": "0.0.1273771",
|
||||
"ws": "8.16.0"
|
||||
|
@ -986,13 +986,6 @@
|
||||
"expectations": ["SKIP"],
|
||||
"comment": "TODO: add a comment explaining why this expectation is required (include links to issues)"
|
||||
},
|
||||
{
|
||||
"testIdPattern": "[browser.spec] Browser specs Browser.process should keep connected after the last page is closed",
|
||||
"platforms": ["darwin", "linux", "win32"],
|
||||
"parameters": ["chrome", "webDriverBiDi"],
|
||||
"expectations": ["FAIL"],
|
||||
"comment": "The new headless does not allow opening a tab after the browser was closed"
|
||||
},
|
||||
{
|
||||
"testIdPattern": "[browser.spec] Browser specs Browser.process should not return child_process for remote browser",
|
||||
"platforms": ["darwin", "linux", "win32"],
|
||||
|
Loading…
Reference in New Issue
Block a user