From ae93d5534bea0b9760c1d49c76d72b728b584c1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=F0=9F=8C=8C?= Date: Sun, 12 Nov 2023 22:59:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .npmrc | 4 +++- package.json | 20 ++++++++++---------- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/.npmrc b/.npmrc index 73d3b3d..cadb394 100644 --- a/.npmrc +++ b/.npmrc @@ -1,3 +1,5 @@ registry=https://registry.npmmirror.com node_sqlite3_binary_host_mirror=https://npmmirror.com/mirrors/sqlite3 -canvas_binary_host_mirror=https://registry.npmmirror.com/-/binary/canvas \ No newline at end of file +canvas_binary_host_mirror=https://npmmirror.com/mirrors/canvas +sharp_binary_host=https://npmmirror.com/mirrors/sharp +sharp_libvips_binary_host=https://npmmirror.com/mirrors/sharp-libvips \ No newline at end of file diff --git a/package.json b/package.json index ca4c59c..31775b1 100644 --- a/package.json +++ b/package.json @@ -20,10 +20,10 @@ "art-template": "^4.13.2", "chalk": "^5.3.0", "chokidar": "^3.5.3", - "https-proxy-agent": "7.0.1", - "icqq": "^0.6.1", + "https-proxy-agent": "7.0.2", + "icqq": "^0.6.2", "image-size": "^1.0.2", - "inquirer": "^9.2.10", + "inquirer": "^9.2.12", "lodash": "^4.17.21", "log4js": "^6.9.1", "md5": "^2.3.0", @@ -33,17 +33,17 @@ "node-xlsx": "^0.23.0", "oicq": "^2.3.1", "pm2": "^5.3.0", - "puppeteer": "^21.1.1", - "redis": "^4.6.8", - "sequelize": "^6.32.1", + "puppeteer": "^21.5.1", + "redis": "^4.6.10", + "sequelize": "^6.34.0", "sqlite3": "^5.1.6", - "yaml": "^2.3.2" + "yaml": "^2.3.4" }, "devDependencies": { - "eslint": "^8.48.0", + "eslint": "^8.53.0", "eslint-config-standard": "^17.1.0", - "eslint-plugin-import": "^2.28.1", - "eslint-plugin-n": "^16.0.2", + "eslint-plugin-import": "^2.29.0", + "eslint-plugin-n": "^16.3.1", "eslint-plugin-promise": "^6.1.1", "express": "^4.18.2", "express-art-template": "^1.0.1"