From 07889b5bb3e396de72781686bc3d6eab9d073223 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jan 2024 10:56:01 +0100 Subject: [PATCH] chore(deps): Bump the dependencies group with 1 update (#11703) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- packages/puppeteer-core/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index bfc09687d88..c7a171c9a60 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2826,9 +2826,9 @@ } }, "node_modules/chromium-bidi": { - "version": "0.5.3", - "resolved": "https://registry.npmjs.org/chromium-bidi/-/chromium-bidi-0.5.3.tgz", - "integrity": "sha512-TmLuvxrAEfnWvUu1wRy0x2UrNXlKyQqGrZ3i4KLNeG7jN4NIOW6iMa9VHMlBzt29wAdu5DsZLA9IWU9EqWfrfw==", + "version": "0.5.4", + "resolved": "https://registry.npmjs.org/chromium-bidi/-/chromium-bidi-0.5.4.tgz", + "integrity": "sha512-p9CdiHl0xNh4P7oVa44zXgJJw+pvnHXFDB+tVdo25xaPLgQDVf2kQO+TDxD2fp2Evqi7vs/vGRINMzl1qJrWiw==", "dependencies": { "mitt": "3.0.1", "urlpattern-polyfill": "9.0.0" @@ -11114,7 +11114,7 @@ "license": "Apache-2.0", "dependencies": { "@puppeteer/browsers": "1.9.1", - "chromium-bidi": "0.5.3", + "chromium-bidi": "0.5.4", "cross-fetch": "4.0.0", "debug": "4.3.4", "devtools-protocol": "0.0.1203626", diff --git a/packages/puppeteer-core/package.json b/packages/puppeteer-core/package.json index da30cfef513..a21de7c08ce 100644 --- a/packages/puppeteer-core/package.json +++ b/packages/puppeteer-core/package.json @@ -119,7 +119,7 @@ "license": "Apache-2.0", "dependencies": { "@puppeteer/browsers": "1.9.1", - "chromium-bidi": "0.5.3", + "chromium-bidi": "0.5.4", "cross-fetch": "4.0.0", "debug": "4.3.4", "devtools-protocol": "0.0.1203626",