From 00a7e289ff7bf71840066acf93852079524aa3cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 05:18:43 +0000 Subject: [PATCH] Bump @aws-amplify/storage from 3.3.26 to 3.3.28 in /src/react-frontend Bumps [@aws-amplify/storage](https://github.com/aws-amplify/amplify-js) from 3.3.26 to 3.3.28. - [Release notes](https://github.com/aws-amplify/amplify-js/releases) - [Changelog](https://github.com/aws-amplify/amplify-js/blob/main/docs/changelog.md) - [Commits](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@3.3.26...@aws-amplify/storage@3.3.28) Signed-off-by: dependabot[bot] --- src/react-frontend/package.json | 2 +- src/react-frontend/yarn.lock | 29 ++++++++++++++++++++++++++++- 2 files changed, 29 insertions(+), 2 deletions(-) diff --git a/src/react-frontend/package.json b/src/react-frontend/package.json index b8927929..1c46fa6b 100644 --- a/src/react-frontend/package.json +++ b/src/react-frontend/package.json @@ -4,7 +4,7 @@ "private": true, "dependencies": { "@aws-amplify/api": "^3.2.24", - "@aws-amplify/storage": "^3.3.18", + "@aws-amplify/storage": "^3.3.28", "@aws-amplify/ui-react": "^1.0.2", "@testing-library/jest-dom": "^5.11.9", "@testing-library/react": "^11.2.5", diff --git a/src/react-frontend/yarn.lock b/src/react-frontend/yarn.lock index 2fb36152..1b8914db 100644 --- a/src/react-frontend/yarn.lock +++ b/src/react-frontend/yarn.lock @@ -77,6 +77,19 @@ universal-cookie "^4.0.4" zen-observable-ts "0.8.19" +"@aws-amplify/core@3.8.20": + version "3.8.20" + resolved "https://registry.yarnpkg.com/@aws-amplify/core/-/core-3.8.20.tgz#6c7593cac67f403c1967f5c36aa3e2344989d4bb" + integrity sha512-laNX5LYC6QpM2FM7daUjrKynGaFqbRHUtVoiRix7iBpv9BTFBlzq2ahR0zFJ7szt3t/0Svxw+D3dW0Vf/1URFQ== + dependencies: + "@aws-crypto/sha256-js" "1.0.0-alpha.0" + "@aws-sdk/client-cognito-identity" "3.6.1" + "@aws-sdk/credential-provider-cognito-identity" "3.6.1" + "@aws-sdk/types" "3.6.1" + "@aws-sdk/util-hex-encoding" "3.6.1" + universal-cookie "^4.0.4" + zen-observable-ts "0.8.19" + "@aws-amplify/datastore@2.9.12": version "2.9.12" resolved "https://registry.yarnpkg.com/@aws-amplify/datastore/-/datastore-2.9.12.tgz#5d3013469f0046540581adcc04baaaee5a18b43e" @@ -129,7 +142,7 @@ uuid "^3.2.1" zen-observable-ts "0.8.19" -"@aws-amplify/storage@3.3.26", "@aws-amplify/storage@^3.3.18": +"@aws-amplify/storage@3.3.26": version "3.3.26" resolved "https://registry.yarnpkg.com/@aws-amplify/storage/-/storage-3.3.26.tgz#560cddd1ffb5c3351545d49e9b208933ba355509" integrity sha512-Qw5jAo2xoeEdZ58hVVayAiTOOjkADuaCC4yxoIAY+bFWmXHt50lSN7SMS2mw5LO0iXTVl1yUyH+EhF1GTb6JjA== @@ -143,6 +156,20 @@ events "^3.1.0" sinon "^7.5.0" +"@aws-amplify/storage@^3.3.28": + version "3.3.28" + resolved "https://registry.yarnpkg.com/@aws-amplify/storage/-/storage-3.3.28.tgz#2f7efc7f4ac5e0075e4f06c95c92b771689fe166" + integrity sha512-e9nOXk15q5f0DlkIqY6H0bH653YGUQzRpaOSpbMRNhaU1B8uV4/yNjzOlBIFw2IgXVOEm+WRo30Hwcpi2izy1Q== + dependencies: + "@aws-amplify/core" "3.8.20" + "@aws-sdk/client-s3" "3.6.1" + "@aws-sdk/s3-request-presigner" "3.6.1" + "@aws-sdk/util-create-request" "3.6.1" + "@aws-sdk/util-format-url" "3.6.1" + axios "0.21.1" + events "^3.1.0" + sinon "^7.5.0" + "@aws-amplify/ui-components@1.0.4": version "1.0.4" resolved "https://registry.yarnpkg.com/@aws-amplify/ui-components/-/ui-components-1.0.4.tgz#e3b6e5956fcb305df89ebe6794e40b8d1f2394d5"