Skip to content

Commit

Permalink
fix axios bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
algo7 committed Feb 9, 2021
1 parent 25197ef commit e8a2af2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
},
"homepage": "https://github.com/algo7/express-suite#readme",
"devDependencies": {
"axios": "^0.19.2",
"axios": "^0.21.1",
"body-parser": "^1.19.0",
"express": "^4.17.1",
"jest": "^26.0.1",
"body-parser": "^1.19.0"
"jest": "^26.0.1"
},
"jest": {
"verbose": true,
Expand Down

0 comments on commit e8a2af2

Please sign in to comment.