From 8b7c4f400f0c5bf507d5fcedb70440ab6bce05ce Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 27 Dec 2023 16:07:41 +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-AXIOS-6124857 --- packages/api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/api/package.json b/packages/api/package.json index 10a4f07cb63..725eb43707b 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -40,7 +40,7 @@ "@aws-amplify/auth": "^2.1.7", "@aws-amplify/cache": "^2.1.7", "@aws-amplify/core": "^2.2.6", - "axios": "^0.19.0", + "axios": "^1.6.3", "graphql": "14.0.0", "uuid": "^3.2.1", "zen-observable": "^0.8.6"