Skip to content

Commit

Permalink
Bump axios dependency to 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mkreiser committed Nov 4, 2023
1 parent 5a9f97c commit 908dff5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@
"football-api",
"football api"
],
"dependencies": {
"axios": "^1.6.0",
"lodash": "^4.17.21"
},
"devDependencies": {
"@babel/core": "^7.23.2",
"@babel/eslint-parser": "^7.22.15",
Expand All @@ -79,9 +83,5 @@
"q": "^1.5.1",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"axios": "^1.5.0",
"lodash": "^4.17.21"
}
}

0 comments on commit 908dff5

Please sign in to comment.