Update server dependencies
This commit is contained in:
parent
abad6fcbd0
commit
7f12b64bd6
10
package.json
10
package.json
|
@ -30,7 +30,7 @@
|
|||
"cors": "^2.8.5",
|
||||
"express": "^4.18.1",
|
||||
"express-validator": "^6.14.1",
|
||||
"fs-extra": "^10.1.0",
|
||||
"fs-extra": "^11.1.0",
|
||||
"js-yaml": "^4.1.0",
|
||||
"lodash": "^4.17.15",
|
||||
"mkdirp": "^1.0.4",
|
||||
|
@ -38,7 +38,7 @@
|
|||
"multer": "^1.4.5-lts.1",
|
||||
"pg": "^8.7.3",
|
||||
"pino": "^8.0.0",
|
||||
"pino-pretty": "^8.0.0",
|
||||
"pino-pretty": "^9.1.1",
|
||||
"reflect-metadata": "^0.1.13",
|
||||
"request": "^2.88.0",
|
||||
"retry": "^0.13.1",
|
||||
|
@ -47,7 +47,7 @@
|
|||
"devDependencies": {
|
||||
"@types/async": "^3.2.13",
|
||||
"@types/body-parser": "^1.19.2",
|
||||
"@types/config": "^0.0.41",
|
||||
"@types/config": "^3.3.0",
|
||||
"@types/express": "^4.17.13",
|
||||
"@types/fluent-ffmpeg": "^2.1.20",
|
||||
"@types/fs-extra": "^9.0.13",
|
||||
|
@ -55,7 +55,7 @@
|
|||
"@types/mkdirp": "^1.0.2",
|
||||
"@types/morgan": "^1.9.3",
|
||||
"@types/multer": "^1.4.7",
|
||||
"@types/node": "^17.0.38",
|
||||
"@types/node": "^18.11.15",
|
||||
"@types/pino": "^7.0.5",
|
||||
"@types/request": "^2.48.8",
|
||||
"@types/sequelize": "^4.28.13",
|
||||
|
@ -63,7 +63,7 @@
|
|||
"@typescript-eslint/eslint-plugin": "^5.27.0",
|
||||
"@typescript-eslint/parser": "^5.27.0",
|
||||
"eslint": "^8.16.0",
|
||||
"eslint-config-standard-with-typescript": "^21.0.1",
|
||||
"eslint-config-standard-with-typescript": "^24.0.0",
|
||||
"eslint-plugin-import": "^2.26.0",
|
||||
"eslint-plugin-node": "^11.0.0",
|
||||
"eslint-plugin-promise": "^6.0.0",
|
||||
|
|
Loading…
Reference in New Issue