From ae139e5b95abaa06ef1809045b2a4cf24c2048c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Apr 2022 17:36:05 +0000 Subject: [PATCH] Bump async from 1.5.2 to 2.6.4 in /Node Bumps [async](https://github.com/caolan/async) from 1.5.2 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/v1.5.2...v2.6.4) --- updated-dependencies: - dependency-name: async dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Node/package-lock.json | 9 ++++++--- Node/package.json | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/Node/package-lock.json b/Node/package-lock.json index 655969171..6f1f1bfb8 100644 --- a/Node/package-lock.json +++ b/Node/package-lock.json @@ -111,9 +111,12 @@ "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=" }, "async": { - "version": "1.5.2", - "resolved": "https://registry.npmjs.org/async/-/async-1.5.2.tgz", - "integrity": "sha1-7GphrlZIDAw8skHJVhjiCJL5Zyo=" + "version": "2.6.4", + "resolved": "https://registry.npmjs.org/async/-/async-2.6.4.tgz", + "integrity": "sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA==", + "requires": { + "lodash": "^4.17.14" + } }, "asynckit": { "version": "0.4.0", diff --git a/Node/package.json b/Node/package.json index c571579fa..41eec2868 100644 --- a/Node/package.json +++ b/Node/package.json @@ -5,7 +5,7 @@ "author": "Microsoft Corp.", "license": "MIT", "dependencies": { - "async": "^1.5.2", + "async": "^2.6.4", "base64url": "^3.0.0", "busboy": "^0.2.13", "chrono-node": "^1.2.5",