Skip to content

Commit

Permalink
fix: packages/datastore/package.json to reduce vulnerabilities (#21)
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 e0ff6d3 commit dc5a759
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/datastore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
"fake-indexeddb": "3.0.0"
},
"dependencies": {
"@aws-amplify/api": "3.2.24",
"@aws-amplify/api": "3.3.2",
"@aws-amplify/core": "3.8.16",
"@aws-amplify/pubsub": "3.2.22",
"@aws-amplify/pubsub": "3.3.2",
"idb": "5.0.6",
"immer": "8.0.1",
"ulid": "2.3.0",
Expand Down

0 comments on commit dc5a759

Please sign in to comment.