diff --git a/package-lock.json b/package-lock.json index 7b8b85a..5593e93 100644 --- a/package-lock.json +++ b/package-lock.json @@ -142,14 +142,40 @@ } }, "@aws-amplify/auth": { - "version": "3.3.3", - "resolved": "https://registry.npmjs.org/@aws-amplify/auth/-/auth-3.3.3.tgz", - "integrity": "sha512-IyvjCC4WApw77Z1SpOAqba48t2jayiv59eW2bTkuRAB+nSicXWywHiTyuBz/N/duLftJQSzyFNEUijDu2qsw/Q==", + "version": "3.3.4", + "resolved": "https://registry.npmjs.org/@aws-amplify/auth/-/auth-3.3.4.tgz", + "integrity": "sha512-wtRdCysc2RhKs+fmg01BIUOMAZSRRN48gz0aK30+76Xj8pUJ1/BpJ78G70yMNKFOyvy1GC+BKdwxJC/G7wngNg==", "requires": { - "@aws-amplify/cache": "^3.1.21", - "@aws-amplify/core": "^3.4.4", + "@aws-amplify/cache": "^3.1.22", + "@aws-amplify/core": "^3.4.5", "amazon-cognito-identity-js": "^4.3.3", "crypto-js": "^3.3.0" + }, + "dependencies": { + "@aws-amplify/cache": { + "version": "3.1.22", + "resolved": "https://registry.npmjs.org/@aws-amplify/cache/-/cache-3.1.22.tgz", + "integrity": "sha512-z++LAu7Lr1S6t2QeOOWwO6qWav/FD7VMU0ZZIIJWLQ8vhw60YkEzZn7CptzPqYBqod3OIXs1ervLx3G+yQ7oww==", + "requires": { + "@aws-amplify/core": "^3.4.5" + } + }, + "@aws-amplify/core": { + "version": "3.4.5", + "resolved": "https://registry.npmjs.org/@aws-amplify/core/-/core-3.4.5.tgz", + "integrity": "sha512-uNZ+bj+1DYtRz8ooMsP1IDeK1b4u77Rd6aavHMwfDEEFLC8UDoedIWKj7TFkk0Y/JsOwgqPzepPB7nwJtUYLTQ==", + "requires": { + "@aws-crypto/sha256-js": "1.0.0-alpha.0", + "@aws-sdk/client-cognito-identity": "1.0.0-gamma.4", + "@aws-sdk/credential-provider-cognito-identity": "1.0.0-gamma.4", + "@aws-sdk/node-http-handler": "1.0.0-gamma.3", + "@aws-sdk/types": "1.0.0-gamma.3", + "@aws-sdk/util-hex-encoding": "1.0.0-gamma.3", + "@aws-sdk/util-user-agent-browser": "1.0.0-gamma.3", + "url": "^0.11.0", + "zen-observable-ts": "0.8.19" + } + } } }, "@aws-amplify/cache": { diff --git a/package.json b/package.json index bf109ba..e765230 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "private": true, "main": "dist/index.js", "dependencies": { - "@aws-amplify/auth": "^3.3.3", + "@aws-amplify/auth": "^3.3.4", "@aws-amplify/cache": "^3.1.22", "@aws-amplify/core": "^3.4.5", "@aws-amplify/ui-react": "^0.2.14",