From 68f978b0c902e6cbb9b780f77cc57750f91ecd02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Feb 2021 06:20:19 +0100 Subject: [PATCH] fix(deps): bump perseverance from 1.0.60 to 1.0.61 Bumps [perseverance](https://github.com/hfreire/perseverance) from 1.0.60 to 1.0.61. - [Release notes](https://github.com/hfreire/perseverance/releases) - [Commits](https://github.com/hfreire/perseverance/compare/v1.0.60...v1.0.61) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 27 ++++----------------------- package.json | 2 +- 2 files changed, 5 insertions(+), 24 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2a8d5984..449637d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17070,9 +17070,9 @@ "dev": true }, "perseverance": { - "version": "1.0.60", - "resolved": "https://registry.npmjs.org/perseverance/-/perseverance-1.0.60.tgz", - "integrity": "sha512-NiKsVMQHU/3bJV6L7RPFxHSg+e1YGWj43VLOvrC2POyl+g1+SUNARwLP51lCaOJp1iayE25urkHcwg8eVyPL9A==", + "version": "1.0.61", + "resolved": "https://registry.npmjs.org/perseverance/-/perseverance-1.0.61.tgz", + "integrity": "sha512-vzEUqe/BUAE29+oHxh3IBCE020RD4l1y5gIFLwTWq8YOifBfty8LxGSku8sjgYqvSvip6o7LNN0oTCVVMe4YNQ==", "requires": { "bluebird": "3.7.2", "bluebird-retry": "0.11.0", @@ -17080,26 +17080,7 @@ "limiter": "1.1.5", "lodash": "4.17.21", "p-queue": "6.6.2", - "random-http-useragent": "1.1.32" - }, - "dependencies": { - "random-http-useragent": { - "version": "1.1.32", - "resolved": "https://registry.npmjs.org/random-http-useragent/-/random-http-useragent-1.1.32.tgz", - "integrity": "sha512-OYK4BcTS/g8pdUU/aYwb0GaanwVCIHGeeuQA+cJRm8DcgkFXck3KKsBgcVkqYeLrI4yQFU4u1Q9Dsx0HYN7W3A==", - "requires": { - "bluebird": "3.7.2", - "lodash": "4.17.20", - "memoizee": "0.4.15" - }, - "dependencies": { - "lodash": { - "version": "4.17.20", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz", - "integrity": "sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==" - } - } - } + "random-http-useragent": "1.1.33" } }, "picomatch": { diff --git a/package.json b/package.json index 7a9f2152..4da45ad5 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "dependencies": { "bluebird": "3.7.2", "lodash": "4.17.21", - "perseverance": "1.0.60", + "perseverance": "1.0.61", "puppeteer": "7.1.0", "random-http-useragent": "1.1.33" },