From c9125c816f42919fb490ae06c734bfe3a346b94b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Apr 2022 03:28:36 +0000 Subject: [PATCH] Bump async from 2.6.2 to 3.2.2 in /src 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] --- src/package-lock.json | 14 +++----------- src/package.json | 2 +- 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/src/package-lock.json b/src/package-lock.json index fe96dc9..4eda7d0 100644 --- a/src/package-lock.json +++ b/src/package-lock.json @@ -43,12 +43,9 @@ } }, "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==" }, "balanced-match": { "version": "1.0.0", @@ -228,11 +225,6 @@ "esprima": "^4.0.0" } }, - "lodash": { - "version": "4.17.15", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz", - "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==" - }, "minimatch": { "version": "3.0.4", "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", diff --git a/src/package.json b/src/package.json index 37a3037..2983887 100644 --- a/src/package.json +++ b/src/package.json @@ -72,7 +72,7 @@ "tslint": "^5.0.0" }, "dependencies": { - "async": "^2.6.0" + "async": "^3.2.2" }, "bootstrapper": "nativescript-plugin-seed" }