Skip to content

Commit

Permalink
更新依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
TimeRainStarSky committed Nov 12, 2023
1 parent 14adf9f commit ae93d55
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
4 changes: 3 additions & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -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 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
Expand Down

0 comments on commit ae93d55

Please sign in to comment.