diff --git a/templates/scraper/package-lock.json b/templates/scraper/package-lock.json index 2d22e55..66b0168 100644 --- a/templates/scraper/package-lock.json +++ b/templates/scraper/package-lock.json @@ -29,12 +29,9 @@ "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=" }, "async": { - "version": "2.6.1", - "resolved": "https://registry.npmjs.org/async/-/async-2.6.1.tgz", - "integrity": "sha512-fNEiL2+AZt6AlAw/29Cr0UDe4sRAHCpEHh54WMz+Bb7QfNcFw4h3loofyJpLeQs4Yx7yuqu/2dLgM5hKOs6HlQ==", - "requires": { - "lodash": "^4.17.10" - } + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.2.tgz", + "integrity": "sha512-H0E+qZaDEfx/FY4t7iLRv1W2fFI6+pyCeTw1uN20AQPiwqwM6ojPxHxdLv4z8hi2DtnW9BOckSspLucW7pIE5g==" }, "asynckit": { "version": "0.4.0", @@ -235,7 +232,7 @@ "dependencies": { "combined-stream": { "version": "1.0.6", - "resolved": "http://registry.npmjs.org/combined-stream/-/combined-stream-1.0.6.tgz", + "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.6.tgz", "integrity": "sha1-cj599ugBrFYTETp+RFqbactjKBg=", "requires": { "delayed-stream": "~1.0.0" diff --git a/templates/scraper/package.json b/templates/scraper/package.json index b7c1b51..ba289e7 100644 --- a/templates/scraper/package.json +++ b/templates/scraper/package.json @@ -6,7 +6,7 @@ "start": "node ./bin/www" }, "dependencies": { - "async": "^2.0.1", + "async": "^3.2.2", "cheerio": "^0.22.0", "lodash": "^4.15.0", "moment": "^2.14.1",