Skip to content

Commit

Permalink
Updates axios
Browse files Browse the repository at this point in the history
  • Loading branch information
Craig Dennis committed Jan 26, 2021
1 parent 1d4bc61 commit 503767c
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 91 deletions.
27 changes: 8 additions & 19 deletions code/express-discorder/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion code/express-discorder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.19.2",
"axios": "^0.21.1",
"dotenv": "^8.2.0",
"express": "^4.17.1"
}
Expand Down
30 changes: 7 additions & 23 deletions code/netlify-discorder/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion code/netlify-discorder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.19.2"
"axios": "^0.21.1"
}
}
56 changes: 10 additions & 46 deletions code/twilio/lightchanger/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion code/twilio/lightchanger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"deploy": "twilio-run deploy"
},
"dependencies": {
"axios": "^0.20.0"
"axios": "^0.21.1"
},
"devDependencies": {
"configure-env": "^1.0.0",
Expand Down

0 comments on commit 503767c

Please sign in to comment.