chore: roll chromium-bidi (#32696)

It implements network.setCacheBehavior which should unblock some
interception tests
This commit is contained in:
Yury Semikhatsky 2024-09-18 17:23:26 -07:00 committed by GitHub
parent 48d3d5554d
commit 3d306da767
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -40,7 +40,7 @@
"@zip.js/zip.js": "^2.7.29",
"ansi-styles": "^4.3.0",
"chokidar": "^3.5.3",
"chromium-bidi": "^0.6.4",
"chromium-bidi": "^0.7.1",
"colors": "^1.4.0",
"concurrently": "^6.2.1",
"cross-env": "^7.0.3",
@ -2888,9 +2888,9 @@
}
},
"node_modules/chromium-bidi": {
"version": "0.6.5",
"resolved": "https://registry.npmjs.org/chromium-bidi/-/chromium-bidi-0.6.5.tgz",
"integrity": "sha512-RuLrmzYrxSb0s9SgpB+QN5jJucPduZQ/9SIe76MDxYJuecPW5mxMdacJ1f4EtgiV+R0p3sCkznTMvH0MPGFqjA==",
"version": "0.7.1",
"resolved": "https://registry.npmjs.org/chromium-bidi/-/chromium-bidi-0.7.1.tgz",
"integrity": "sha512-am9lR+HidiBtPtEYV7aFBpFJaQZhwJbYKr37cOHw0GGR+uiG0O79f20JNLjR0qEwPMuxOHvdBu4HHfimClBOCg==",
"dev": true,
"dependencies": {
"mitt": "3.0.1",

View File

@ -79,7 +79,7 @@
"@zip.js/zip.js": "^2.7.29",
"ansi-styles": "^4.3.0",
"chokidar": "^3.5.3",
"chromium-bidi": "^0.6.4",
"chromium-bidi": "^0.7.1",
"colors": "^1.4.0",
"concurrently": "^6.2.1",
"cross-env": "^7.0.3",