From 24562959b1b477d1f56b53005829b028bf444d34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Mar 2022 17:31:55 +0000 Subject: [PATCH] fix(deps): bump aws-sdk from 2.1083.0 to 2.1084.0 (#3538) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.1083.0 to 2.1084.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.1083.0...v2.1084.0) --- updated-dependencies: - dependency-name: aws-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 92971c7bcd..d6874ab41b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7168,9 +7168,9 @@ "integrity": "sha512-24q5Rh3bno7ldoyCq99d6hpnLI+PAMocdeVaaGt/5BTQMprvDwQToHfNnruqN11odCHZZIQbRBw+nZo1lTCH9g==" }, "aws-sdk": { - "version": "2.1083.0", - "resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1083.0.tgz", - "integrity": "sha512-o9pOC3LrkJRKLwSumdFrNWzGAVRNPGt4EFS48/917BaFafvnOAzOG/DM8cl5yguz3wT7eylj92I4pP2TE3qZIQ==", + "version": "2.1084.0", + "resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1084.0.tgz", + "integrity": "sha512-fhMjPRrrln8LhMZw17IyrzkVXCG6okFMrZzgIZN1h63WWGot65qcIvYfUn7YyHpYWMLBeND8MRfW6x6PIqJBdA==", "requires": { "buffer": "4.9.2", "events": "1.1.1", diff --git a/package.json b/package.json index a399c47cc7..26900ef87b 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "angular-ui-bootstrap": "~2.5.6", "angular-ui-router": "~1.0.30", "aws-info": "^1.2.0", - "aws-sdk": "^2.1083.0", + "aws-sdk": "^2.1084.0", "axios": "^0.26.0", "bcrypt": "^5.0.1", "bluebird": "^3.5.2",