update package.json.

Signed-off-by: touchscale <11134128+touchscale_admin@user.noreply.gitee.com>
This commit is contained in:
touchscale 2023-05-24 00:49:28 +00:00 committed by Gitee
parent e6bb222afd
commit e1a1e4626a
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 4 additions and 4 deletions

View File

@ -20,10 +20,10 @@
"art-template": "^4.13.2", "art-template": "^4.13.2",
"chalk": "^5.2.0", "chalk": "^5.2.0",
"chokidar": "^3.5.3", "chokidar": "^3.5.3",
"https-proxy-agent": "5.0.1", "https-proxy-agent": "^6.2.0",
"icqq": "^0.3.14", "icqq": "^0.3.14",
"image-size": "^1.0.2", "image-size": "^1.0.2",
"inquirer": "^8.2.5", "inquirer": "^9.2.6",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"log4js": "^6.9.1", "log4js": "^6.9.1",
"md5": "^2.3.0", "md5": "^2.3.0",
@ -37,13 +37,13 @@
"redis": "^4.6.6", "redis": "^4.6.6",
"sequelize": "^6.31.1", "sequelize": "^6.31.1",
"sqlite3": "^5.1.6", "sqlite3": "^5.1.6",
"yaml": "^2.2.2" "yaml": "^2.3.0"
}, },
"devDependencies": { "devDependencies": {
"eslint": "^8.41.0", "eslint": "^8.41.0",
"eslint-config-standard": "^17.0.0", "eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.27.5", "eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.7.0", "eslint-plugin-n": "^16.0.0",
"eslint-plugin-promise": "^6.1.1", "eslint-plugin-promise": "^6.1.1",
"express": "^4.18.2", "express": "^4.18.2",
"express-art-template": "^1.0.1" "express-art-template": "^1.0.1"