From e226f19b3ce5208fce33ce9cc5c6170986ae3618 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Apr 2022 05:17:34 +0000 Subject: [PATCH] Bump async from 2.6.0 to 3.2.2 in /AWS/book-aws-lambda/SubscribeToS3 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] --- .../SubscribeToS3/package-lock.json | 14 +++----------- AWS/book-aws-lambda/SubscribeToS3/package.json | 2 +- 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/AWS/book-aws-lambda/SubscribeToS3/package-lock.json b/AWS/book-aws-lambda/SubscribeToS3/package-lock.json index f5592c81f..817f282ab 100644 --- a/AWS/book-aws-lambda/SubscribeToS3/package-lock.json +++ b/AWS/book-aws-lambda/SubscribeToS3/package-lock.json @@ -15,12 +15,9 @@ "integrity": "sha1-3103v8XC7wdV4qpPkv6ufUtaly8=" }, "async": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/async/-/async-2.6.0.tgz", - "integrity": "sha512-xAfGg1/NTLBBKlHFmnd7PlmUW9KhVQIUuSrYem9xzFUZy13ScvtyGGejaae9iAVRiRq9+Cx7DPFaAAhCpyxyPw==", - "requires": { - "lodash": "4.17.5" - } + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.2.tgz", + "integrity": "sha512-H0E+qZaDEfx/FY4t7iLRv1W2fFI6+pyCeTw1uN20AQPiwqwM6ojPxHxdLv4z8hi2DtnW9BOckSspLucW7pIE5g==" }, "cross-spawn": { "version": "4.0.2", @@ -60,11 +57,6 @@ "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=" }, - "lodash": { - "version": "4.17.5", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.5.tgz", - "integrity": "sha512-svL3uiZf1RwhH+cWrfZn3A4+U58wbP0tGVTLQPbjplZxZ8ROD9VLuNgsRniTlLe7OlSqR79RUehXgpBW/s0IQw==" - }, "lru-cache": { "version": "4.1.1", "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.1.tgz", diff --git a/AWS/book-aws-lambda/SubscribeToS3/package.json b/AWS/book-aws-lambda/SubscribeToS3/package.json index 565e66a3e..3762fc252 100644 --- a/AWS/book-aws-lambda/SubscribeToS3/package.json +++ b/AWS/book-aws-lambda/SubscribeToS3/package.json @@ -9,7 +9,7 @@ "author": "", "license": "ISC", "dependencies": { - "async": "^2.6.0", + "async": "^3.2.2", "gm": "^1.23.1", "util": "^0.10.3" }