Skip to content

Commit

Permalink
(feat) downgrade axios because of header error
Browse files Browse the repository at this point in the history
  • Loading branch information
driiftkiing committed Jun 12, 2023
1 parent 5201659 commit cf1e493
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions apps/api/package.json
Expand Up @@ -14,8 +14,8 @@
"author": "driiftkiing",
"license": "MIT",
"dependencies": {
"axios": "1.1.3",
"axios-retry": "^3.5.0",
"axios": "0.27.2",
"axios-retry": "3.3.1",
"body-parser": "^1.20.1",
"cheerio": "1.0.0-rc.12",
"cheerio-select": "2.1.0",
Expand Down
3 changes: 2 additions & 1 deletion apps/cli/package.json
Expand Up @@ -19,7 +19,8 @@
"license": "MIT",
"repository": "https://github.com/tokyodrift1993/YouVersion",
"dependencies": {
"axios": "1.1.3",
"axios": "0.27.2",
"axios-retry": "3.3.1",
"commander": "^10.0.1",
"dotenv-extended": "^2.9.0",
"js-yaml": "^4.1.0",
Expand Down

0 comments on commit cf1e493

Please sign in to comment.