From 8b31e2d2ca5a69e958edbe2e06b0f6f122c3fc36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jun 2022 12:11:32 +0800 Subject: [PATCH] chore(deps): bump puppeteer-extra-plugin-stealth from 2.10.0 to 2.10.1 (#10020) Bumps [puppeteer-extra-plugin-stealth](https://github.com/berstend/puppeteer-extra) from 2.10.0 to 2.10.1. - [Release notes](https://github.com/berstend/puppeteer-extra/releases) - [Commits](https://github.com/berstend/puppeteer-extra/compare/puppeteer-extra-plugin-stealth@2.10.0...puppeteer-extra-plugin-stealth@2.10.1) --- updated-dependencies: - dependency-name: puppeteer-extra-plugin-stealth dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 8a72ebde8d..5ddfcea820 100644 --- a/package.json +++ b/package.json @@ -120,7 +120,7 @@ "plist": "3.0.5", "puppeteer": "13.7.0", "puppeteer-extra": "3.3.0", - "puppeteer-extra-plugin-stealth": "2.10.0", + "puppeteer-extra-plugin-stealth": "2.10.1", "query-string": "7.1.1", "rand-user-agent": "1.0.68", "re2": "1.17.7", diff --git a/yarn.lock b/yarn.lock index 9cdfa1205a..38de2da6ed 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11582,10 +11582,10 @@ pupa@^2.0.1, pupa@^2.1.1: dependencies: escape-goat "^2.0.0" -puppeteer-extra-plugin-stealth@2.10.0: - version "2.10.0" - resolved "https://registry.yarnpkg.com/puppeteer-extra-plugin-stealth/-/puppeteer-extra-plugin-stealth-2.10.0.tgz#583512dcef66af79e5736b02ed6856fd4171b80a" - integrity sha512-Bpotsjr9cqjzn7On/hL9xzzpxLFWza0mRCwhzNEGPdORbjkXDGu7dg+6mgVg6EtSI9lOr8M1bUJBFvJhVpFJzA== +puppeteer-extra-plugin-stealth@2.10.1: + version "2.10.1" + resolved "https://registry.yarnpkg.com/puppeteer-extra-plugin-stealth/-/puppeteer-extra-plugin-stealth-2.10.1.tgz#8815bb0e84292f936a1aeb027449d80628fee9ac" + integrity sha512-QbFPuzmP1DvG8DqFuJZmBaf3+iMQZUa/ffZCcdItF+T0ya2wdOgeVKhRLl1bLmw+Zag457UouYN/Thwh6vMmHg== dependencies: debug "^4.1.1" puppeteer-extra-plugin "^3.2.0"