From d52793d85d4e78d4aa2d3f855709bf006d841ec3 Mon Sep 17 00:00:00 2001 From: Snyk bot Date: Sat, 28 Mar 2020 11:41:05 +0300 Subject: [PATCH] fix: upgrade aws-amplify-react from 3.1.7 to 3.1.8 (#29) Snyk has created this PR to upgrade aws-amplify-react from 3.1.7 to 3.1.8. See this package in NPM: https://www.npmjs.com/package/aws-amplify-react 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 75dc90b..3c2c104 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2630,9 +2630,9 @@ } }, "aws-amplify-react": { - "version": "3.1.7", - "resolved": "https://registry.npmjs.org/aws-amplify-react/-/aws-amplify-react-3.1.7.tgz", - "integrity": "sha512-karMa91pCiCVa/DS19SVR6K2Z+0bRWs6tSKiArpP8RPEnp91WGPgmMRmczAQPH3zM88wLGeeXDsHsM5UypgFxw==", + "version": "3.1.8", + "resolved": "https://registry.npmjs.org/aws-amplify-react/-/aws-amplify-react-3.1.8.tgz", + "integrity": "sha512-IHsnr/TyfjTw2C9faUYpx6w0+CtdhYz9JnnUszIVXmIH5GDYIZO6wDAz84wQwYUqwPkLKkItSr7/eEYLPaHHCQ==", "requires": { "qrcode.react": "^0.8.0", "regenerator-runtime": "^0.11.1" diff --git a/package.json b/package.json index b746565..530ea7e 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "@material-ui/icons": "4.9.1", "@material-ui/pickers": "^3.2.10", "aws-amplify": "2.2.7", - "aws-amplify-react": "3.1.7", + "aws-amplify-react": "3.1.8", "chartist": "0.11.4", "classnames": "2.2.6", "date-fns": "^2.11.0",