Skip to content

Commit e8a2af2

Browse files
committed
fix axios bugs
1 parent 25197ef commit e8a2af2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@
3333
},
3434
"homepage": "https://github.com/algo7/express-suite#readme",
3535
"devDependencies": {
36-
"axios": "^0.19.2",
36+
"axios": "^0.21.1",
37+
"body-parser": "^1.19.0",
3738
"express": "^4.17.1",
38-
"jest": "^26.0.1",
39-
"body-parser": "^1.19.0"
39+
"jest": "^26.0.1"
4040
},
4141
"jest": {
4242
"verbose": true,

0 commit comments

Comments
 (0)