Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
Update dependency axios to v0.19.0 [SECURITY]
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and wtrocki committed Jun 4, 2019
1 parent c16e583 commit 170e584
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"typescript": "3.4.5"
},
"dependencies": {
"axios": "0.18.0",
"axios": "0.19.0",
"lodash.find": "4.6.0",
"loglevel": "1.6.1",
"uuid": "3.3.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/push/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
},
"dependencies": {
"@aerogear/core": "2.5.0",
"axios": "0.18.0"
"axios": "0.19.0"
}
}
2 changes: 1 addition & 1 deletion packages/security/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"dependencies": {
"@aerogear/core": "2.5.0",
"@types/loglevel": "1.5.4",
"axios": "0.18.0",
"axios": "0.19.0",
"loglevel": "1.6.1"
}
}

0 comments on commit 170e584

Please sign in to comment.