File tree Expand file tree Collapse file tree 2 files changed +246
-143
lines changed Expand file tree Collapse file tree 2 files changed +246
-143
lines changed Original file line number Diff line number Diff line change 16
16
"express" : " ^4.18.2" ,
17
17
"express-pino-logger" : " ^7.0.0" ,
18
18
"express-promise-router" : " ^4.1.1" ,
19
- "helmet" : " ^6.0.1 " ,
19
+ "helmet" : " ^6.1.5 " ,
20
20
"jsonwebtoken" : " ^9.0.0" ,
21
- "pg" : " ^8.9 .0" ,
22
- "pino" : " ^8.10 .0" ,
23
- "pino-pretty" : " ^9.2 .0" ,
21
+ "pg" : " ^8.10 .0" ,
22
+ "pino" : " ^8.11 .0" ,
23
+ "pino-pretty" : " ^10.0 .0" ,
24
24
"web-push" : " ^3.5.0"
25
25
},
26
26
"devDependencies" : {
27
27
"@types/cors" : " ^2.8.13" ,
28
28
"@types/express" : " ^4.17.17" ,
29
29
"@types/express-pino-logger" : " ^4.0.3" ,
30
30
"@types/jsonwebtoken" : " ^9.0.1" ,
31
- "@types/node" : " ^18.13 .0" ,
31
+ "@types/node" : " ^18.16 .0" ,
32
32
"@types/pg" : " ^8.6.6" ,
33
33
"@types/web-push" : " ^3.3.2" ,
34
- "eslint" : " ^8.34 .0" ,
35
- "nodemon" : " ^2.0.20 " ,
36
- "prettier" : " ^2.8.4 " ,
37
- "rimraf" : " ^4.1.2 " ,
34
+ "eslint" : " ^8.39 .0" ,
35
+ "nodemon" : " ^2.0.22 " ,
36
+ "prettier" : " ^2.8.8 " ,
37
+ "rimraf" : " ^5.0.0 " ,
38
38
"ts-node" : " ^10.9.1" ,
39
- "typescript" : " ^4.9.5 "
39
+ "typescript" : " ^5.0.4 "
40
40
}
41
41
}
You can’t perform that action at this time.
0 commit comments