更新依赖
This commit is contained in:
parent
14adf9fc4e
commit
ae93d5534b
4
.npmrc
4
.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
|
||||
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
|
20
package.json
20
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"
|
||||
|
|
Loading…
Reference in New Issue