From e253aa27df4f7e1f2e70c7c9ca0e4768a68829e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Jul 2022 08:02:20 +0900 Subject: [PATCH] chore(deps): bump puppeteer-extra-plugin-stealth from 2.10.1 to 2.10.2 (#10158) Bumps [puppeteer-extra-plugin-stealth](https://github.com/berstend/puppeteer-extra) from 2.10.1 to 2.10.2. - [Release notes](https://github.com/berstend/puppeteer-extra/releases) - [Commits](https://github.com/berstend/puppeteer-extra/compare/puppeteer-extra-plugin-stealth@2.10.1...puppeteer-extra-plugin-stealth@2.10.2) --- 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 beb36ff2b..df2ba0528 100644 --- a/package.json +++ b/package.json @@ -120,7 +120,7 @@ "plist": "3.0.5", "puppeteer": "13.7.0", "puppeteer-extra": "3.3.1", - "puppeteer-extra-plugin-stealth": "2.10.1", + "puppeteer-extra-plugin-stealth": "2.10.2", "query-string": "7.1.1", "rand-user-agent": "1.0.70", "re2": "1.17.7", diff --git a/yarn.lock b/yarn.lock index 509326e6f..2a5b8ec06 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11402,10 +11402,10 @@ pupa@^2.0.1: dependencies: escape-goat "^2.0.0" -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== +puppeteer-extra-plugin-stealth@2.10.2: + version "2.10.2" + resolved "https://registry.yarnpkg.com/puppeteer-extra-plugin-stealth/-/puppeteer-extra-plugin-stealth-2.10.2.tgz#276e5daf1238dd4d407718034785da7d46b12204" + integrity sha512-2K2WGZNcLgU6kKmdX+Tyv2U2DbapL8YAqs2hpvWcrflhbx04AAGoZT/JZ5eYSj2vUTtd4n9J+emPOa4Aw0qCaw== dependencies: debug "^4.1.1" puppeteer-extra-plugin "^3.2.0"