From 25c71929d917abaa6d57c2ec698f464f839bc286 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 14 Jan 2021 22:02:59 +0000 Subject: [PATCH] fix: packages/pushnotification/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AWSSDK-1059424 --- packages/pushnotification/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/pushnotification/package.json b/packages/pushnotification/package.json index ba343138b76..f0de25f0684 100644 --- a/packages/pushnotification/package.json +++ b/packages/pushnotification/package.json @@ -48,7 +48,7 @@ "webpack": "^3.5.5" }, "dependencies": { - "@aws-amplify/core": "^2.2.6", + "@aws-amplify/core": "^3.1.0", "@react-native-community/push-notification-ios": "1.0.3" }, "peerdependencies": {