From 4bcda861609ad23c15823f8b1e20608f155ffa11 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 15 Jan 2021 04:54:12 +0000 Subject: [PATCH] fix: packages/api/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AWSSDK-1059424 --- packages/api/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/api/package.json b/packages/api/package.json index ab3a1f006a6..baf19e6c5a8 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -50,9 +50,9 @@ "webpack": "^3.5.5" }, "dependencies": { - "@aws-amplify/auth": "^1.2.16-unstable.3", + "@aws-amplify/auth": "^3.1.0", "@aws-amplify/cache": "^1.0.23-unstable.0", - "@aws-amplify/core": "^1.0.23-unstable.0", + "@aws-amplify/core": "^3.1.0", "@types/zen-observable": "^0.5.3", "axios": "^0.17.0", "graphql": "0.13.0",