Skip to content

Commit

Permalink
chore(fix axios version): patch security vuln for api-rest and storage (
Browse files Browse the repository at this point in the history
  • Loading branch information
evcodes committed Sep 7, 2021
1 parent d815f8b commit 836c94a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/api-rest/package.json
Expand Up @@ -42,7 +42,7 @@
"homepage": "https://aws-amplify.github.io/",
"dependencies": {
"@aws-amplify/core": "4.2.7",
"axios": "0.21.1"
"axios": "0.21.4"
},
"jest": {
"globals": {
Expand Down
2 changes: 1 addition & 1 deletion packages/storage/package.json
Expand Up @@ -46,7 +46,7 @@
"@aws-sdk/s3-request-presigner": "3.6.1",
"@aws-sdk/util-create-request": "3.6.1",
"@aws-sdk/util-format-url": "3.6.1",
"axios": "0.21.1",
"axios": "0.21.4",
"events": "^3.1.0",
"sinon": "^7.5.0"
},
Expand Down

0 comments on commit 836c94a

Please sign in to comment.