Upgrading npm packages and

This commit is contained in:
softsimon
2022-04-28 14:37:58 +04:00
parent b6fcf40565
commit 9dcf421216
4 changed files with 1414 additions and 1205 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -29,20 +29,20 @@
},
"dependencies": {
"@mempool/electrum-client": "^1.1.7",
"@types/ws": "8.2.2",
"axios": "0.24.0",
"axios": "~0.27.2",
"bitcoinjs-lib": "6.0.1",
"crypto-js": "^4.0.0",
"express": "^4.17.1",
"express": "^4.18.0",
"mysql2": "2.3.3",
"node-worker-threads-pool": "^1.4.3",
"socks-proxy-agent": "^6.1.1",
"typescript": "4.4.4",
"ws": "8.3.0"
"node-worker-threads-pool": "^1.5.1",
"socks-proxy-agent": "^6.2.0",
"typescript": "~4.6.3",
"ws": "~8.3.0"
},
"devDependencies": {
"@types/compression": "^1.0.1",
"@types/express": "^4.17.2",
"@types/compression": "^1.7.2",
"@types/ws": "~8.5.3",
"@types/express": "^4.17.13",
"tslint": "^6.1.0"
}
}