diff --git a/.gitignore b/.gitignore index 32018d9..50387bc 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,7 @@ node_modules/ !.env*.default .vscode/* !.vscode/settings.json.default +package-lock.json cache/ artifacts/ diff --git a/package.json b/package.json index dba9635..9af3e07 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "@ethersproject/transactions": "^5.7.0", "@ethersproject/wallet": "^5.7.0", "@types/qs": "^6.9.7", - "axios": "^0.21.1", + "axios": "^1.7.2", "chalk": "^4.1.2", "chokidar": "^3.5.2", "debug": "^4.3.2",