From 3b204f15ac6e6a4c2d72e8a83474baf2db381665 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Jan 2021 07:12:08 -0500 Subject: [PATCH] chore(deps): bump puppeteer-extra-plugin-stealth from 2.6.6 to 2.6.7 (#1794) Bumps [puppeteer-extra-plugin-stealth](https://github.com/berstend/puppeteer-extra) from 2.6.6 to 2.6.7. - [Release notes](https://github.com/berstend/puppeteer-extra/releases) - [Commits](https://github.com/berstend/puppeteer-extra/compare/puppeteer-extra-plugin-stealth@2.6.6...puppeteer-extra-plugin-stealth@2.6.7) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 06193dd..d305a12 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7470,9 +7470,9 @@ } }, "puppeteer-extra-plugin-stealth": { - "version": "2.6.6", - "resolved": "https://registry.npmjs.org/puppeteer-extra-plugin-stealth/-/puppeteer-extra-plugin-stealth-2.6.6.tgz", - "integrity": "sha512-v/vVRWlfOSPmi3sNGO0FJ9Qv0VAVNle+ZUMNimMvVIRjY+Wd8TpO3M7ZTRCEAvdFCE4nNGshyuas4UZryN5n9g==", + "version": "2.6.7", + "resolved": "https://registry.npmjs.org/puppeteer-extra-plugin-stealth/-/puppeteer-extra-plugin-stealth-2.6.7.tgz", + "integrity": "sha512-mKHcCDXVzigiYY2qk3j2J5BTzjl+nNnVxRc/30OMdEYrF5Wfz0xrPKv5VR+xM7E0gb4vL/tanHl0bCrEjSDlWg==", "requires": { "debug": "^4.1.1", "puppeteer-extra-plugin": "^3.1.8" diff --git a/package.json b/package.json index 59682fa..7f396a3 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "puppeteer-extra": "^3.1.16", "puppeteer-extra-plugin-adblocker": "^2.11.10", "puppeteer-extra-plugin-block-resources": "^2.2.8", - "puppeteer-extra-plugin-stealth": "^2.6.6", + "puppeteer-extra-plugin-stealth": "^2.6.7", "pushover-notifications": "^1.2.2", "redis": "^3.0.2", "top-user-agents": "^1.0.19",