chore: update express
This commit is contained in:
10
package.json
10
package.json
@@ -4,7 +4,7 @@
|
||||
"description": "Backend with NodeJS in TypeScript",
|
||||
"main": "src/index.ts",
|
||||
"repository": "https://github.com/RiccardoSenica/nodejs-template-with-typescript",
|
||||
"author": "riccardo.s@hey.com",
|
||||
"author": "riccardo@frompixels.com",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"start": "node build/index.js",
|
||||
@@ -32,10 +32,10 @@
|
||||
"dependencies": {
|
||||
"@prisma/client": "^5.17.0",
|
||||
"cors": "^2.8.5",
|
||||
"express": "^4.21.0",
|
||||
"express": "^5.1.0",
|
||||
"express-rate-limit": "^7.3.1",
|
||||
"express-rate-limiter": "^1.3.1",
|
||||
"express-session": "^1.18.0",
|
||||
"express-session": "^1.18.1",
|
||||
"helmet": "^7.1.0",
|
||||
"prisma": "^5.17.0",
|
||||
"winston": "^3.13.1",
|
||||
@@ -49,8 +49,8 @@
|
||||
"@swc/core": "^1.7.0",
|
||||
"@swc/jest": "^0.2.36",
|
||||
"@types/cors": "^2.8.17",
|
||||
"@types/express": "^4.17.21",
|
||||
"@types/express-session": "^1.18.0",
|
||||
"@types/express": "^5.0.2",
|
||||
"@types/express-session": "^1.18.1",
|
||||
"@types/jest": "^29.5.12",
|
||||
"@types/node": "^20.14.11",
|
||||
"@types/supertest": "^6.0.2",
|
||||
|
||||
Reference in New Issue
Block a user