From 91d9a0b40d81beced2f5a80e9793294f0afd1f28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 05:28:52 +0000 Subject: [PATCH] Bump aws-sdk from 2.1602.0 to 2.1604.0 in /api Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.1602.0 to 2.1604.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.1602.0...v2.1604.0) --- updated-dependencies: - dependency-name: aws-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- api/package-lock.json | 14 +++++++------- api/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/api/package-lock.json b/api/package-lock.json index 4470bc32..e69ec28b 100644 --- a/api/package-lock.json +++ b/api/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@babel/runtime": "^7.24.4", "@findy-network/findy-common-ts": "^0.3.15", - "aws-sdk": "^2.1602.0", + "aws-sdk": "^2.1604.0", "axios": "^1.6.8", "config": "^3.3.11", "cors": "^2.8.5", @@ -3759,9 +3759,9 @@ } }, "node_modules/aws-sdk": { - "version": "2.1602.0", - "resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1602.0.tgz", - "integrity": "sha512-DJ3JOqa8PHmwrZirIFbzpa4hlBvL/jz3RulNQL4FmzNX6IANiUKUTR4zw6tU9Sdt48YpsL0+xIyuBuxKmcLz7Q==", + "version": "2.1604.0", + "resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1604.0.tgz", + "integrity": "sha512-JSXNwKylbSZR2AL/jczOGJmPCZ/QpTys6SP89rhgy5LN677PJ6weQx5ShpPfGIcczGXjAeJDm8faWT53fYPCCw==", "hasInstallScript": true, "dependencies": { "buffer": "4.9.2", @@ -14644,9 +14644,9 @@ "integrity": "sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==" }, "aws-sdk": { - "version": "2.1602.0", - "resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1602.0.tgz", - "integrity": "sha512-DJ3JOqa8PHmwrZirIFbzpa4hlBvL/jz3RulNQL4FmzNX6IANiUKUTR4zw6tU9Sdt48YpsL0+xIyuBuxKmcLz7Q==", + "version": "2.1604.0", + "resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1604.0.tgz", + "integrity": "sha512-JSXNwKylbSZR2AL/jczOGJmPCZ/QpTys6SP89rhgy5LN677PJ6weQx5ShpPfGIcczGXjAeJDm8faWT53fYPCCw==", "requires": { "buffer": "4.9.2", "events": "1.1.1", diff --git a/api/package.json b/api/package.json index cf977986..25b29323 100644 --- a/api/package.json +++ b/api/package.json @@ -41,7 +41,7 @@ "dependencies": { "@babel/runtime": "^7.24.4", "@findy-network/findy-common-ts": "^0.3.15", - "aws-sdk": "^2.1602.0", + "aws-sdk": "^2.1604.0", "axios": "^1.6.8", "config": "^3.3.11", "cors": "^2.8.5",