From 513f578fdc149577300d534bdf21a6d39e31dfd1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Jan 2021 13:17:34 -0500 Subject: [PATCH] chore(deps): bump puppeteer-extra-plugin-stealth from 2.6.5 to 2.6.6 (#1680) Bumps [puppeteer-extra-plugin-stealth](https://github.com/berstend/puppeteer-extra) from 2.6.5 to 2.6.6. - [Release notes](https://github.com/berstend/puppeteer-extra/releases) - [Commits](https://github.com/berstend/puppeteer-extra/compare/puppeteer-extra-plugin-stealth@2.6.5...puppeteer-extra-plugin-stealth@2.6.6) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 40 ++++++++++++++++++++++++++-------------- package.json | 2 +- 2 files changed, 27 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index bf3813b..9372086 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2873,6 +2873,21 @@ } } }, + "debug": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.1.tgz", + "integrity": "sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==", + "requires": { + "ms": "2.1.2" + }, + "dependencies": { + "ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + } + } + }, "decamelize": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", @@ -9583,26 +9598,23 @@ } }, "puppeteer-extra-plugin-stealth": { - "version": "2.6.5", - "resolved": "https://registry.npmjs.org/puppeteer-extra-plugin-stealth/-/puppeteer-extra-plugin-stealth-2.6.5.tgz", - "integrity": "sha512-AMR5lflH51kZART1hSuag/pFCgSoy8U/t23rH6deXN6CirS6S4HzVF72KltGxYnlH9oHRo7ZzoG/aRTsUN8H8A==", + "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==", "requires": { "debug": "^4.1.1", - "puppeteer-extra-plugin": "^3.1.7" + "puppeteer-extra-plugin": "^3.1.8" }, "dependencies": { - "debug": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.2.0.tgz", - "integrity": "sha512-IX2ncY78vDTjZMFUdmsvIRFY2Cf4FnD0wRs+nQwJU8Lu99/tPFdb0VybiiMTPe3I6rQmwsqQqRBvxU+bZ/I8sg==", + "puppeteer-extra-plugin": { + "version": "3.1.8", + "resolved": "https://registry.npmjs.org/puppeteer-extra-plugin/-/puppeteer-extra-plugin-3.1.8.tgz", + "integrity": "sha512-bTKhY0q+T3qM59fcdKnxwlT+KA1XpKKb8vUxFtd7PH/TGA04AOO+WQJx9npU1nA4NXZKU2xs2KZNn/A+1Cachw==", "requires": { - "ms": "2.1.2" + "@types/debug": "^4.1.0", + "debug": "^4.1.1", + "merge-deep": "^3.0.1" } - }, - "ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" } } }, diff --git a/package.json b/package.json index 34c6f78..8791bed 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "puppeteer-extra": "^3.1.15", "puppeteer-extra-plugin-adblocker": "^2.11.10", "puppeteer-extra-plugin-block-resources": "^2.2.7", - "puppeteer-extra-plugin-stealth": "^2.6.5", + "puppeteer-extra-plugin-stealth": "^2.6.6", "pushover-notifications": "^1.2.2", "redis": "^3.0.2", "top-user-agents": "^1.0.19",