diff --git a/package.json b/package.json index 70a29bd7..4bc36120 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "oicq", - "version": "2.1.8", - "upday": "2021/12/08", + "version": "2.1.9", + "upday": "2021/1/4", "description": "QQ protocol!", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -26,12 +26,12 @@ "homepage": "https://github.com/takayama-lily/oicq#readme", "changelogs": "https://github.com/takayama-lily/oicq/releases", "dependencies": { - "axios": "^0.23.0", + "axios": "^0.24.0", "jsqr": "^1.4.0", "log4js": "^6.3.0", "long": "^4.0.0", "pngjs": "^6.0.0", - "probe-image-size": "^7.2.1", + "probe-image-size": "^7.2.2", "qrcode-terminal": "^0.12.0" }, "devDependencies": { diff --git a/test/index.js b/test/index.js index 4c5edee1..281e4d7f 100644 --- a/test/index.js +++ b/test/index.js @@ -37,3 +37,7 @@ if (account > 10000 && account < 0xffffffff) { } else { console.log(help); } + +process.on("unhandledRejection", (a) => { + console.log(a) +})