From 7e20d3ff114b8ebf7319a7beebac6eaa1e8f0726 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 21:55:08 +0000 Subject: [PATCH] Bump aws-sdk in /src/lambdas/index-transaction-ids Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.1231.0 to 2.1326.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.1231.0...v2.1326.0) --- updated-dependencies: - dependency-name: aws-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- src/lambdas/index-transaction-ids/package.json | 2 +- src/lambdas/index-transaction-ids/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/lambdas/index-transaction-ids/package.json b/src/lambdas/index-transaction-ids/package.json index 32c19b1..722c2e0 100644 --- a/src/lambdas/index-transaction-ids/package.json +++ b/src/lambdas/index-transaction-ids/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "license": "UNLICENCED", "dependencies": { - "aws-sdk": "^2.1231.0", + "aws-sdk": "^2.1326.0", "@castlefinance/vault-core": "0.2.3", "transaction-indexer-lib": "file:../../shared" } diff --git a/src/lambdas/index-transaction-ids/yarn.lock b/src/lambdas/index-transaction-ids/yarn.lock index 2c26c76..ef13c76 100644 --- a/src/lambdas/index-transaction-ids/yarn.lock +++ b/src/lambdas/index-transaction-ids/yarn.lock @@ -39,10 +39,10 @@ available-typed-arrays@^1.0.5: resolved "https://registry.yarnpkg.com/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz#92f95616501069d07d10edb2fc37d3e1c65123b7" integrity sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw== -aws-sdk@^2.1231.0: - version "2.1231.0" - resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.1231.0.tgz#c02e83b095211d9f6dfb540fd47fa69190af9c0d" - integrity sha512-ONBuRsOxsu0zL8u/Vmz49tPWi9D4ls2pjb6szdfSx9VQef7bOnWe9gJpWoA94OTzcjOWsvjsG7UgjvQJkIuPBg== +aws-sdk@^2.1326.0: + version "2.1326.0" + resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.1326.0.tgz#91da60f08d10e4e1db0640c97bc7d2298fde8f17" + integrity sha512-LSGiO4RSooupHnkvYbPOuOYqwAxmcnYinwIxBz4P1YI8ulhZZ/pypOj/HKqC629UyhY1ndSMtlM1l56U74UclA== dependencies: buffer "4.9.2" events "1.1.1"