chore: update chromium bidi (#11998)

This commit is contained in:
jrandolf 2024-02-26 12:06:43 +01:00 committed by GitHub
parent 627bd00399
commit 53cf9ce5d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 14 additions and 14 deletions

26
package-lock.json generated
View File

@ -2493,18 +2493,6 @@
"node": ">= 6"
}
},
"node_modules/chromium-bidi": {
"version": "0.5.10",
"resolved": "https://registry.npmjs.org/chromium-bidi/-/chromium-bidi-0.5.10.tgz",
"integrity": "sha512-4hsPE1VaLLM/sgNK/SlLbI24Ra7ZOuWAjA3rhw1lVCZ8ZiUgccS6cL5L/iqo4hjRcl5vwgYJ8xTtbXdulA9b6Q==",
"dependencies": {
"mitt": "3.0.1",
"urlpattern-polyfill": "10.0.0"
},
"peerDependencies": {
"devtools-protocol": "*"
}
},
"node_modules/ci-info": {
"version": "3.9.0",
"resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.9.0.tgz",
@ -12403,7 +12391,7 @@
"license": "Apache-2.0",
"dependencies": {
"@puppeteer/browsers": "2.1.0",
"chromium-bidi": "0.5.10",
"chromium-bidi": "0.5.11",
"cross-fetch": "4.0.0",
"debug": "4.3.4",
"devtools-protocol": "0.0.1249869",
@ -12426,6 +12414,18 @@
"dev": true,
"license": "MIT"
},
"packages/puppeteer-core/node_modules/chromium-bidi": {
"version": "0.5.11",
"resolved": "https://registry.npmjs.org/chromium-bidi/-/chromium-bidi-0.5.11.tgz",
"integrity": "sha512-HXp1nvjgSKdBig+yUFZlRqgoDtsakOKThFuPPJi2FTa3nSB8JAKaH3qNjjZLjf8QJ8ckzQA/Bq+GFoDBgQKAWw==",
"dependencies": {
"mitt": "3.0.1",
"urlpattern-polyfill": "10.0.0"
},
"peerDependencies": {
"devtools-protocol": "*"
}
},
"packages/puppeteer-core/node_modules/rxjs": {
"version": "7.8.1",
"dev": true,

View File

@ -120,7 +120,7 @@
"license": "Apache-2.0",
"dependencies": {
"@puppeteer/browsers": "2.1.0",
"chromium-bidi": "0.5.10",
"chromium-bidi": "0.5.11",
"cross-fetch": "4.0.0",
"debug": "4.3.4",
"devtools-protocol": "0.0.1249869",