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

Commit

Permalink
fix(deps): update dependency axios to v0.21.1 [security]
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 24, 2022
1 parent dab606f commit aac74cc
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.7.2"
},
"dependencies": {
"axios": "0.19.0",
"axios": "0.21.1",
"lodash.find": "4.6.0",
"loglevel": "1.6.6",
"uuid": "3.3.3"
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,7 +35,7 @@
},
"dependencies": {
"@aerogear/core": "2.8.0",
"axios": "0.19.0",
"axios": "0.21.1",
"bowser": "2.7.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.8.0",
"@types/loglevel": "1.5.4",
"axios": "0.19.0",
"axios": "0.21.1",
"loglevel": "1.6.6"
}
}

0 comments on commit aac74cc

Please sign in to comment.