From a435d5c1e457b57de9f9f607ebbc605630f1dd0a Mon Sep 17 00:00:00 2001 From: takayama Date: Tue, 4 Jan 2022 11:08:45 +0900 Subject: [PATCH] update deps --- package.json | 8 ++++---- test/index.js | 4 ++++ 2 files changed, 8 insertions(+), 4 deletions(-) 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) +})