From 95e91a82b1f3e21540d71e864522a2c0bcd31f1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Apr 2022 23:06:26 +0000 Subject: [PATCH] Bump async from 2.6.2 to 3.2.2 in /cron Bumps [async](https://github.com/caolan/async) from 2.6.2 to 3.2.2. - [Release notes](https://github.com/caolan/async/releases) - [Changelog](https://github.com/caolan/async/blob/master/CHANGELOG.md) - [Commits](https://github.com/caolan/async/compare/v2.6.2...v3.2.2) --- updated-dependencies: - dependency-name: async dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- cron/package-lock.json | 9 +++------ cron/package.json | 2 +- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/cron/package-lock.json b/cron/package-lock.json index 2169d0d..381474c 100644 --- a/cron/package-lock.json +++ b/cron/package-lock.json @@ -10,12 +10,9 @@ "integrity": "sha512-+rabAZZ3Yn7tF/XPGHupKIL5EcAbrLxnTr/hgQICxbeuAfWtT0UZSfULE+ndusckBItcv4o6ZeOJplQikVcLvQ==" }, "async": { - "version": "2.6.2", - "resolved": "https://registry.npmjs.org/async/-/async-2.6.2.tgz", - "integrity": "sha512-H1qVYh1MYhEEFLsP97cVKqCGo7KfCyTt6uEWqsTBr9SO84oK9Uwbyd/yCW+6rKJLHksBNUVWZDAjfS+Ccx0Bbg==", - "requires": { - "lodash": "^4.17.11" - } + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.2.tgz", + "integrity": "sha512-H0E+qZaDEfx/FY4t7iLRv1W2fFI6+pyCeTw1uN20AQPiwqwM6ojPxHxdLv4z8hi2DtnW9BOckSspLucW7pIE5g==" }, "axios": { "version": "0.18.0", diff --git a/cron/package.json b/cron/package.json index a289b2a..a870644 100644 --- a/cron/package.json +++ b/cron/package.json @@ -9,7 +9,7 @@ "author": "", "license": "ISC", "dependencies": { - "async": "^2.6.2", + "async": "^3.2.2", "axios": "^0.18.0", "cheerio": "^1.0.0-rc.3", "csv-parser": "^2.2.0",