mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 04:20:12 +02:00
Bump server packages
This commit is contained in:
Generated
+1898
-1595
File diff suppressed because it is too large
Load Diff
+22
-17
@@ -21,45 +21,50 @@
|
||||
"name": "jeffvli",
|
||||
"url": "https://github.com/jeffvli/"
|
||||
},
|
||||
"prisma": {
|
||||
"seed": "ts-node prisma/seed.ts"
|
||||
},
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"@types/axios": "^0.14.0",
|
||||
"@types/bcryptjs": "^2.4.2",
|
||||
"@types/cookie-parser": "^1.4.3",
|
||||
"@types/cors": "^2.8.12",
|
||||
"@types/express-session": "^1.17.4",
|
||||
"@types/lodash": "^4.14.182",
|
||||
"@types/passport-jwt": "^3.0.6",
|
||||
"@types/express-session": "^1.17.5",
|
||||
"@types/lodash": "^4.14.186",
|
||||
"@types/md5": "^2.3.2",
|
||||
"@types/node": "^18.8.4",
|
||||
"@types/passport-jwt": "^3.0.7",
|
||||
"@types/passport-local": "^1.0.34",
|
||||
"@typescript-eslint/parser": "^5.21.0",
|
||||
"@typescript-eslint/parser": "^5.40.0",
|
||||
"eslint-plugin-import": "^2.26.0",
|
||||
"nodemon": "^2.0.7",
|
||||
"prisma": "^4.1.0",
|
||||
"ts-node": "^10.7.0",
|
||||
"typescript": "^4.6.4"
|
||||
"nodemon": "^2.0.20",
|
||||
"prisma": "^4.4.0",
|
||||
"ts-node": "^10.9.1",
|
||||
"typescript": "^4.8.4"
|
||||
},
|
||||
"dependencies": {
|
||||
"@prisma/client": "^4.1.0",
|
||||
"@quixo3/prisma-session-store": "^3.1.3",
|
||||
"@prisma/client": "^4.4.0",
|
||||
"@quixo3/prisma-session-store": "^3.1.10",
|
||||
"@types/better-queue": "^3.8.3",
|
||||
"@types/node": "^15.12.2",
|
||||
"axios": "^0.27.2",
|
||||
"bcryptjs": "^2.4.3",
|
||||
"better-queue": "^3.8.10",
|
||||
"better-queue": "^3.8.12",
|
||||
"cookie-parser": "^1.4.5",
|
||||
"cors": "^2.8.5",
|
||||
"dotenv": "^10.0.0",
|
||||
"express": "^4.17.1",
|
||||
"express": "^4.18.2",
|
||||
"express-async-errors": "^3.1.1",
|
||||
"express-session": "^1.17.2",
|
||||
"express-session": "^1.17.3",
|
||||
"jsonwebtoken": "^8.5.1",
|
||||
"lodash": "^4.17.21",
|
||||
"md5": "^2.3.0",
|
||||
"p-throttle": "^4.1.1",
|
||||
"passport": "^0.4.1",
|
||||
"passport-jwt": "^4.0.0",
|
||||
"passport-local": "^1.0.0",
|
||||
"pg": "^8.6.0",
|
||||
"winston": "^3.3.3",
|
||||
"zod": "^3.14.4"
|
||||
"pg": "^8.8.0",
|
||||
"winston": "^3.8.2",
|
||||
"zod": "^3.19.1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user