Skip to content

Commit

Permalink
Merge pull request #242 from mkreiser/axios
Browse files Browse the repository at this point in the history
Bump axios dependency to 1.6.0
  • Loading branch information
mkreiser authored Nov 4, 2023
2 parents 5a9f97c + 310d6aa commit 745137a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "espn-fantasy-football-api",
"version": "1.9.0",
"version": "1.9.1",
"description": "A Javascript API to connect to ESPN's fantasy football API",
"main": "web.js",
"files": [
Expand Down 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 745137a

Please sign in to comment.