From d852674e60fe871f307d531df733c9b7ca8642bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Apr 2022 16:02:58 +0000 Subject: [PATCH] Bump async from 2.0.1 to 2.6.4 in /script Bumps [async](https://github.com/caolan/async) from 2.0.1 to 2.6.4. - [Release notes](https://github.com/caolan/async/releases) - [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md) - [Commits](https://github.com/caolan/async/compare/v2.0.1...v2.6.4) --- updated-dependencies: - dependency-name: async dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- script/package-lock.json | 19 ++++++++++++++----- script/package.json | 2 +- 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/script/package-lock.json b/script/package-lock.json index 3fbee8d80f7..a73f5842d8f 100644 --- a/script/package-lock.json +++ b/script/package-lock.json @@ -343,11 +343,18 @@ } }, "async": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/async/-/async-2.0.1.tgz", - "integrity": "sha1-twnMAoCpw28J9FNr6CPIOKkEniU=", + "version": "2.6.4", + "resolved": "https://registry.npmjs.org/async/-/async-2.6.4.tgz", + "integrity": "sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA==", "requires": { - "lodash": "^4.8.0" + "lodash": "^4.17.14" + }, + "dependencies": { + "lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" + } } }, "asynckit": { @@ -684,6 +691,7 @@ "version": "0.4.2", "resolved": "https://registry.npmjs.org/boom/-/boom-0.4.2.tgz", "integrity": "sha1-emNune1O/O+xnO9JR6PGffrukRs=", + "optional": true, "requires": { "hoek": "0.9.x" } @@ -3172,7 +3180,8 @@ "hoek": { "version": "0.9.1", "resolved": "https://registry.npmjs.org/hoek/-/hoek-0.9.1.tgz", - "integrity": "sha1-PTIkYrrfB3Fup+uFuviAec3c5QU=" + "integrity": "sha1-PTIkYrrfB3Fup+uFuviAec3c5QU=", + "optional": true }, "home-or-tmp": { "version": "1.0.0", diff --git a/script/package.json b/script/package.json index 82b1b641e55..77896c50e5a 100644 --- a/script/package.json +++ b/script/package.json @@ -3,7 +3,7 @@ "description": "Atom build scripts", "dependencies": { "7zip-bin": "^4.0.2", - "async": "2.0.1", + "async": "2.6.4", "babel-core": "5.8.38", "cheerio": "1.0.0-rc.2", "coffeelint": "1.15.7",