From 9ab8ccf913092dd358d3cb139adbaefae1d2bd63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Apr 2022 03:45:55 +0000 Subject: [PATCH] Bump async from 2.6.0 to 3.2.2 Bumps [async](https://github.com/caolan/async) from 2.6.0 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.0...v3.2.2) --- updated-dependencies: - dependency-name: async dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++------ package.json | 2 +- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2c14e24..0832611 100644 --- a/package-lock.json +++ b/package-lock.json @@ -99,12 +99,9 @@ "dev": true }, "async": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/async/-/async-2.6.0.tgz", - "integrity": "sha1-YaKau2/MAm/qd+VtHG7FOnlZUfQ=", - "requires": { - "lodash": "^4.14.0" - } + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.2.tgz", + "integrity": "sha512-H0E+qZaDEfx/FY4t7iLRv1W2fFI6+pyCeTw1uN20AQPiwqwM6ojPxHxdLv4z8hi2DtnW9BOckSspLucW7pIE5g==" }, "balanced-match": { "version": "1.0.0", diff --git a/package.json b/package.json index 3ddc531..be51fb1 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "parser.js", "main": "parser.js", "dependencies": { - "async": "^2.6.0", + "async": "^3.2.2", "cheerio": "^0.22.0", "css-select": "^1.3.0-rc0", "dom-serializer": "^0.1.0",