From 4f60a567a669de554c6e2df13552d684e47c2843 Mon Sep 17 00:00:00 2001 From: Nikolay Vitkov <34244704+Lightning00Blade@users.noreply.github.com> Date: Tue, 1 Aug 2023 16:38:27 +0200 Subject: [PATCH] chore: update chromium-bidi (#10670) --- package-lock.json | 16 ++++++++-------- packages/puppeteer-core/package.json | 2 +- test/TestExpectations.json | 6 +++--- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4104c982..ddf82b71 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3411,9 +3411,9 @@ } }, "node_modules/chromium-bidi": { - "version": "0.4.19", - "resolved": "https://registry.npmjs.org/chromium-bidi/-/chromium-bidi-0.4.19.tgz", - "integrity": "sha512-8pzgvc/f4OpQMNRqgwqJKLd1cJFzKgh/foXbUgSD+lCyB+SSHUgo6FYaOHoMfHv10+0kP3/WYxKVGV1MH8QjtQ==", + "version": "0.4.20", + "resolved": "https://registry.npmjs.org/chromium-bidi/-/chromium-bidi-0.4.20.tgz", + "integrity": "sha512-ruHgVZFEv00mAQMz1tQjfjdG63jiPWrQPF6HLlX2ucqLqVTJoWngeBEKHaJ6n1swV/HSvgnBNbtTRIlcVyW3Fw==", "dependencies": { "mitt": "3.0.1" }, @@ -10569,7 +10569,7 @@ "license": "Apache-2.0", "dependencies": { "@puppeteer/browsers": "1.4.6", - "chromium-bidi": "0.4.19", + "chromium-bidi": "0.4.20", "cross-fetch": "4.0.0", "debug": "4.3.4", "devtools-protocol": "0.0.1147663", @@ -12900,9 +12900,9 @@ "dev": true }, "chromium-bidi": { - "version": "0.4.19", - "resolved": "https://registry.npmjs.org/chromium-bidi/-/chromium-bidi-0.4.19.tgz", - "integrity": "sha512-8pzgvc/f4OpQMNRqgwqJKLd1cJFzKgh/foXbUgSD+lCyB+SSHUgo6FYaOHoMfHv10+0kP3/WYxKVGV1MH8QjtQ==", + "version": "0.4.20", + "resolved": "https://registry.npmjs.org/chromium-bidi/-/chromium-bidi-0.4.20.tgz", + "integrity": "sha512-ruHgVZFEv00mAQMz1tQjfjdG63jiPWrQPF6HLlX2ucqLqVTJoWngeBEKHaJ6n1swV/HSvgnBNbtTRIlcVyW3Fw==", "requires": { "mitt": "3.0.1" }, @@ -16352,7 +16352,7 @@ "version": "file:packages/puppeteer-core", "requires": { "@puppeteer/browsers": "1.4.6", - "chromium-bidi": "0.4.19", + "chromium-bidi": "0.4.20", "cross-fetch": "4.0.0", "debug": "4.3.4", "devtools-protocol": "0.0.1147663", diff --git a/packages/puppeteer-core/package.json b/packages/puppeteer-core/package.json index 79c802d1..5dfcf3a3 100644 --- a/packages/puppeteer-core/package.json +++ b/packages/puppeteer-core/package.json @@ -144,7 +144,7 @@ "author": "The Chromium Authors", "license": "Apache-2.0", "dependencies": { - "chromium-bidi": "0.4.19", + "chromium-bidi": "0.4.20", "cross-fetch": "4.0.0", "debug": "4.3.4", "devtools-protocol": "0.0.1147663", diff --git a/test/TestExpectations.json b/test/TestExpectations.json index 2052d9ff..40e04e8f 100644 --- a/test/TestExpectations.json +++ b/test/TestExpectations.json @@ -2103,7 +2103,7 @@ "testIdPattern": "[evaluation.spec] Evaluation specs Page.evaluate should work right after framenavigated", "platforms": ["darwin", "linux", "win32"], "parameters": ["chrome", "webDriverBiDi"], - "expectations": ["SKIP"] + "expectations": ["PASS"] }, { "testIdPattern": "[fixtures.spec] Fixtures should close the browser when the node process closes", @@ -2163,7 +2163,7 @@ "testIdPattern": "[frame.spec] Frame specs Frame Management should support framesets", "platforms": ["darwin", "linux", "win32"], "parameters": ["chrome", "webDriverBiDi"], - "expectations": ["FAIL", "PASS"] + "expectations": ["PASS"] }, { "testIdPattern": "[frame.spec] Frame specs Frame Management should support lazy frames", @@ -2703,7 +2703,7 @@ "testIdPattern": "[navigation.spec] navigation Page.goto should not leak listeners during navigation of 11 pages", "platforms": ["darwin", "linux", "win32"], "parameters": ["chrome", "webDriverBiDi"], - "expectations": ["SKIP"] + "expectations": ["PASS"] }, { "testIdPattern": "[navigation.spec] navigation Page.goto should return last response in redirect chain",