mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore(deps): Bump chromium-bidi from 0.5.21 to 0.5.22 in the dependencies group (#12562)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Maksim Sadym <sadym@chromium.org> Co-authored-by: Alex <alexei.rudenko@gmail.com>
This commit is contained in:
parent
33b3cefb83
commit
c02ea3d7d9
8
package-lock.json
generated
8
package-lock.json
generated
@ -12537,7 +12537,7 @@
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@puppeteer/browsers": "2.2.3",
|
||||
"chromium-bidi": "0.5.21",
|
||||
"chromium-bidi": "0.5.22",
|
||||
"debug": "4.3.5",
|
||||
"devtools-protocol": "0.0.1286932",
|
||||
"ws": "8.17.0"
|
||||
@ -12561,9 +12561,9 @@
|
||||
"license": "MIT"
|
||||
},
|
||||
"packages/puppeteer-core/node_modules/chromium-bidi": {
|
||||
"version": "0.5.21",
|
||||
"resolved": "https://registry.npmjs.org/chromium-bidi/-/chromium-bidi-0.5.21.tgz",
|
||||
"integrity": "sha512-NBae4qUvK43I/mvD7SPWyxlfGOsCHJrZ6NQmmsypgAmF4a2EBNLqQjmMLxuWl2oAkfFXrTmVk+Lt28ElgH3/Fg==",
|
||||
"version": "0.5.22",
|
||||
"resolved": "https://registry.npmjs.org/chromium-bidi/-/chromium-bidi-0.5.22.tgz",
|
||||
"integrity": "sha512-q+FiWMXvndo3pQT0xGgTDJimqQIuK4GtXYA52VFfeWrj9sQ+0UVBuFRfeTNV4RRQj0NMU6uOD7mJ86k3qaXreA==",
|
||||
"dependencies": {
|
||||
"mitt": "3.0.1",
|
||||
"urlpattern-polyfill": "10.0.0",
|
||||
|
@ -120,7 +120,7 @@
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@puppeteer/browsers": "2.2.3",
|
||||
"chromium-bidi": "0.5.21",
|
||||
"chromium-bidi": "0.5.22",
|
||||
"debug": "4.3.5",
|
||||
"devtools-protocol": "0.0.1286932",
|
||||
"ws": "8.17.0"
|
||||
|
@ -3509,13 +3509,6 @@
|
||||
"expectations": ["FAIL"],
|
||||
"comment": "TODO: add a comment explaining why this expectation is required (include links to issues)"
|
||||
},
|
||||
{
|
||||
"testIdPattern": "[touchscreen.spec] Touchscreen Touchscreen.prototype.tap should work",
|
||||
"platforms": ["darwin", "linux", "win32"],
|
||||
"parameters": ["chrome", "webDriverBiDi"],
|
||||
"expectations": ["FAIL"],
|
||||
"comment": "TODO: add a comment explaining why this expectation is required (include links to issues)"
|
||||
},
|
||||
{
|
||||
"testIdPattern": "[touchscreen.spec] Touchscreen Touchscreen.prototype.tap should work",
|
||||
"platforms": ["darwin", "linux", "win32"],
|
||||
@ -3523,13 +3516,6 @@
|
||||
"expectations": ["FAIL"],
|
||||
"comment": "TODO: add a comment explaining why this expectation is required (include links to issues)"
|
||||
},
|
||||
{
|
||||
"testIdPattern": "[touchscreen.spec] Touchscreen Touchscreen.prototype.touchMove should work",
|
||||
"platforms": ["darwin", "linux", "win32"],
|
||||
"parameters": ["chrome", "webDriverBiDi"],
|
||||
"expectations": ["FAIL"],
|
||||
"comment": "TODO: add a comment explaining why this expectation is required (include links to issues)"
|
||||
},
|
||||
{
|
||||
"testIdPattern": "[touchscreen.spec] Touchscreen Touchscreen.prototype.touchMove should work",
|
||||
"platforms": ["darwin", "linux", "win32"],
|
||||
|
Loading…
Reference in New Issue
Block a user