Skip to content

Commit

Permalink
fix(deps): update dependency axios to ^0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 23, 2020
1 parent dc662bb commit d5a3339
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion appengine/analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"test": "npm run system-test"
},
"dependencies": {
"axios": "^0.20.0",
"axios": "^0.21.0",
"express": "^4.16.4"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion functions/security/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"test": "mocha test/*.test.js"
},
"dependencies": {
"axios": "^0.20.0",
"axios": "^0.21.0",
"eslint-plugin-node": "^11.1.0",
"mocha": "^8.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion functions/tips/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"dependencies": {
"@google-cloud/pubsub": "^2.0.0",
"axios": "^0.20.0"
"axios": "^0.21.0"
},
"devDependencies": {
"mocha": "^8.0.0",
Expand Down

0 comments on commit d5a3339

Please sign in to comment.