mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore: update chromium-bidi (#10780)
This commit is contained in:
parent
5f8d2a43b2
commit
941028f87c
16
package-lock.json
generated
16
package-lock.json
generated
@ -3311,9 +3311,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/chromium-bidi": {
|
||||
"version": "0.4.21",
|
||||
"resolved": "https://registry.npmjs.org/chromium-bidi/-/chromium-bidi-0.4.21.tgz",
|
||||
"integrity": "sha512-dIhSJEFDs40izibiaJeBJ9qKRus3B3L6b8LSeBXuxt18v8aCN01RnR3FaVdBEOLtEE4cJVZCpfc1Z+ku4nwE5A==",
|
||||
"version": "0.4.22",
|
||||
"resolved": "https://registry.npmjs.org/chromium-bidi/-/chromium-bidi-0.4.22.tgz",
|
||||
"integrity": "sha512-wR7Y9Ioez+cNXT4ZP7VNM1HRTljpNnMSLw4/RnwhhZUP4yCU7kIQND00YiktuHekch68jklGPK1q9Jkb29+fQg==",
|
||||
"dependencies": {
|
||||
"mitt": "3.0.1"
|
||||
},
|
||||
@ -10801,7 +10801,7 @@
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@puppeteer/browsers": "1.7.0",
|
||||
"chromium-bidi": "0.4.21",
|
||||
"chromium-bidi": "0.4.22",
|
||||
"cross-fetch": "4.0.0",
|
||||
"debug": "4.3.4",
|
||||
"devtools-protocol": "0.0.1159816",
|
||||
@ -13061,9 +13061,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"chromium-bidi": {
|
||||
"version": "0.4.21",
|
||||
"resolved": "https://registry.npmjs.org/chromium-bidi/-/chromium-bidi-0.4.21.tgz",
|
||||
"integrity": "sha512-dIhSJEFDs40izibiaJeBJ9qKRus3B3L6b8LSeBXuxt18v8aCN01RnR3FaVdBEOLtEE4cJVZCpfc1Z+ku4nwE5A==",
|
||||
"version": "0.4.22",
|
||||
"resolved": "https://registry.npmjs.org/chromium-bidi/-/chromium-bidi-0.4.22.tgz",
|
||||
"integrity": "sha512-wR7Y9Ioez+cNXT4ZP7VNM1HRTljpNnMSLw4/RnwhhZUP4yCU7kIQND00YiktuHekch68jklGPK1q9Jkb29+fQg==",
|
||||
"requires": {
|
||||
"mitt": "3.0.1"
|
||||
}
|
||||
@ -16701,7 +16701,7 @@
|
||||
"version": "file:packages/puppeteer-core",
|
||||
"requires": {
|
||||
"@puppeteer/browsers": "1.7.0",
|
||||
"chromium-bidi": "0.4.21",
|
||||
"chromium-bidi": "0.4.22",
|
||||
"cross-fetch": "4.0.0",
|
||||
"debug": "4.3.4",
|
||||
"devtools-protocol": "0.0.1159816",
|
||||
|
@ -144,7 +144,7 @@
|
||||
"author": "The Chromium Authors",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"chromium-bidi": "0.4.21",
|
||||
"chromium-bidi": "0.4.22",
|
||||
"cross-fetch": "4.0.0",
|
||||
"debug": "4.3.4",
|
||||
"devtools-protocol": "0.0.1159816",
|
||||
|
Loading…
Reference in New Issue
Block a user