From 28a39407bd4eeda6f4d3dc387afe25c45d469517 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 9 Feb 2021 12:43:13 +0000 Subject: [PATCH] Bump puppeteer from 7.0.3 to 7.0.4 in /integration Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 7.0.3 to 7.0.4. - [Release notes](https://github.com/puppeteer/puppeteer/releases) - [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md) - [Commits](https://github.com/puppeteer/puppeteer/compare/v7.0.3...v7.0.4) Signed-off-by: dependabot-preview[bot] --- integration/yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/integration/yarn.lock b/integration/yarn.lock index e71d7042..5c2cddba 100644 --- a/integration/yarn.lock +++ b/integration/yarn.lock @@ -3228,9 +3228,9 @@ punycode@^2.1.0, punycode@^2.1.1: integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A== puppeteer@^7.0.1: - version "7.0.3" - resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-7.0.3.tgz#07375e80de6bb0703ab5461672ba99f386661d1c" - integrity sha512-fm3hANYhcDB9JTfOb6eNCYOv0qIypIC857Bk6zd3Xr1uXlqvg53SOeDAlLG9ne9DsUGb5qDs+hDrlB+3Zjw6ag== + version "7.0.4" + resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-7.0.4.tgz#f4b91b8a30eef29c53ff9a334123f23f87d42821" + integrity sha512-uHG4wXuJ3MuIAvvWJ5cycg+FgbSQEcCPTIKc7Y/nSGKN4UlT+9uFptgV/WgEAES2Dq71k1VwWSjj4pkXYI4tFg== dependencies: debug "^4.1.0" devtools-protocol "0.0.847576"