Skip to content

Commit

Permalink
fix: packages/api-graphql/package.json to reduce vulnerabilities (#23)
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-CRYPTOJS-548472
  • Loading branch information
snyk-bot authored May 19, 2021
1 parent ef5e624 commit fc3cb86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/api-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@
},
"dependencies": {
"@aws-amplify/api-rest": "1.2.24",
"@aws-amplify/auth": "3.4.24",
"@aws-amplify/auth": "3.4.33",
"@aws-amplify/cache": "3.1.49",
"@aws-amplify/core": "3.8.16",
"@aws-amplify/pubsub": "3.2.22",
"@aws-amplify/pubsub": "3.3.2",
"graphql": "14.0.0",
"uuid": "^3.2.1",
"zen-observable-ts": "0.8.19"
Expand Down

0 comments on commit fc3cb86

Please sign in to comment.