From 80505e3e8d8558a0d88013610791f9237d2de73d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Apr 2022 16:46:03 +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 | 15 +++++++++++---- script/package.json | 2 +- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/script/package-lock.json b/script/package-lock.json index 9a14fd7836e..a5e88f48839 100644 --- a/script/package-lock.json +++ b/script/package-lock.json @@ -669,11 +669,18 @@ "integrity": "sha512-+Ryf6g3BKoRc7jfp7ad8tM4TtMiaWvbF/1/sQcZPkkS7ag3D5nMBCe2UfOTONtAkaG0tO0ij3C5Lwmf1EiyjHg==" }, "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": { diff --git a/script/package.json b/script/package.json index 529e1c8ddbf..09231d8dc82 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", "babel-eslint": "^10.0.1", "cheerio": "1.0.0-rc.2",