move axios to 0.26.1

This commit is contained in:
bitkarrot
2022-03-20 23:27:31 -07:00
parent 8c10b04dee
commit 563f63db2c

View File

@@ -22,12 +22,11 @@
"homepage": "https://github.com/bitkarrot/satshkd-vercel#readme",
"dependencies": {
"@actions/core": "^1.2.6",
"axios": "^0.22.0",
"axios": "^0.26.1",
"csv-parser": "^3.0.0",
"express": "^4.17.1",
"express-handlebars": "^5.3.4",
"moment": "^2.29.1",
"morgan": "1.9.1",
"node-fetch": "^3.2.3"
"morgan": "1.9.1"
}
}