From cc243e149322affd42401adae1445dc8845b451e Mon Sep 17 00:00:00 2001 From: Snyk bot Date: Wed, 10 Jun 2020 19:21:59 +0300 Subject: [PATCH] fix: upgrade @aws-amplify/core from 3.3.2 to 3.3.3 (#90) Snyk has created this PR to upgrade @aws-amplify/core from 3.3.2 to 3.3.3. See this package in NPM: https://www.npmjs.com/package/@aws-amplify/core See this project in Snyk: https://app.snyk.io/org/johanneskonings/project/b30410ce-f052-409e-904e-a2e4798c61db?utm_source=github&utm_medium=upgrade-pr Co-authored-by: Johannes Konings --- 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 eb7f617..fb992b7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -179,9 +179,9 @@ } }, "@aws-amplify/core": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/@aws-amplify/core/-/core-3.3.2.tgz", - "integrity": "sha512-yq9o866G219+0Y9v0J9NCG3o5gHpjZN2RMCqMe3rvIeVMxWWfPFORnP7FRKmHZ6VpQDUwCFPrm1Y+UfdCEEhpg==", + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/@aws-amplify/core/-/core-3.3.3.tgz", + "integrity": "sha512-fIrvaP8Sq4JovriVAK863BOWQsYiZEDgnXKul+W9Z46Xp9z0FjDWtI3oGuo5auQju64EVfibd7OUOeaujS4zTQ==", "requires": { "@aws-crypto/sha256-js": "1.0.0-alpha.0", "@aws-sdk/client-cognito-identity": "1.0.0-gamma.2", diff --git a/package.json b/package.json index a2e504b..36a31de 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "main": "dist/index.js", "dependencies": { "@aws-amplify/auth": "^3.2.13", - "@aws-amplify/core": "^3.3.2", + "@aws-amplify/core": "^3.3.3", "@aws-amplify/ui-react": "^0.2.8", "@date-io/date-fns": "^1.3.13", "@material-ui/core": "4.10.1",