Skip to content

Commit

Permalink
Fix #1364 Update axios to latest 0.26.1 (#1366)
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch authored Mar 12, 2022
1 parent b151b4c commit 4288c1e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@types/node": ">=12",
"@types/promise.allsettled": "^1.0.3",
"@types/tsscmp": "^1.0.0",
"axios": "^0.21.4",
"axios": "^0.26.1",
"express": "^4.16.4",
"please-upgrade-node": "^3.2.0",
"promise.allsettled": "^1.0.2",
Expand All @@ -70,7 +70,10 @@
"eslint-config-airbnb-typescript": "^12.3.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsdoc": "^30.6.1",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-react": "^7.29.3",
"eslint-plugin-react-hooks": "^4.3.0",
"mocha": "^9.1.3",
"nyc": "^15.1.0",
"rewiremock": "^3.13.4",
Expand All @@ -84,4 +87,4 @@
"tsd": {
"directory": "types-tests"
}
}
}

0 comments on commit 4288c1e

Please sign in to comment.