|
17 | 17 | "license": "MIT", |
18 | 18 | "dependencies": { |
19 | 19 | "@codam/fast42": "^2.1.6", |
20 | | - "@prisma/client": "^5.20.0", |
21 | | - "@quixo3/prisma-session-store": "^3.1.13", |
22 | | - "body-parser": "^1.20.4", |
23 | | - "canvas": "^3.2.0", |
24 | | - "dotenv": "^16.4.5", |
25 | | - "express": "^4.22.1", |
| 20 | + "@prisma/adapter-pg": "^7.5.0", |
| 21 | + "@prisma/client": "^7.5.0", |
| 22 | + "@quixo3/prisma-session-store": "^3.1.19", |
| 23 | + "body-parser": "^2.2.2", |
| 24 | + "canvas": "^3.2.1", |
| 25 | + "dotenv": "^17.3.1", |
| 26 | + "express": "^5.2.1", |
26 | 27 | "express-session": "^1.19.0", |
27 | 28 | "helmet": "^8.1.0", |
28 | 29 | "node-cache": "^5.1.2", |
29 | 30 | "nunjucks": "^3.2.4", |
30 | 31 | "passport": "^0.7.0", |
31 | | - "passport-oauth2": "^1.8.0" |
| 32 | + "passport-oauth2": "^1.8.0", |
| 33 | + "pg": "^8.20.0" |
32 | 34 | }, |
33 | 35 | "devDependencies": { |
34 | 36 | "@semantic-release-plus/docker": "^3.1.3", |
35 | 37 | "@semantic-release/changelog": "^6.0.3", |
36 | | - "@semantic-release/commit-analyzer": "^13.0.0", |
| 38 | + "@semantic-release/commit-analyzer": "^13.0.1", |
37 | 39 | "@semantic-release/git": "^10.0.1", |
38 | | - "@semantic-release/github": "^10.0.6", |
| 40 | + "@semantic-release/github": "^12.0.6", |
39 | 41 | "@semantic-release/npm": "^13.1.5", |
40 | | - "@types/chart.js": "^2.9.41", |
| 42 | + "@types/chart.js": "^4.0.1", |
41 | 43 | "@types/cookie-session": "^2.0.49", |
42 | | - "@types/express": "^4.17.21", |
43 | | - "@types/express-session": "^1.18.0", |
| 44 | + "@types/express": "^5.0.6", |
| 45 | + "@types/express-session": "^1.18.2", |
44 | 46 | "@types/nunjucks": "^3.2.6", |
45 | | - "@types/passport": "^1.0.16", |
46 | | - "@types/passport-oauth2": "^1.4.17", |
47 | | - "@types/uuid": "^10.0.0", |
48 | | - "prisma": "^5.20.0", |
| 47 | + "@types/passport": "^1.0.17", |
| 48 | + "@types/passport-oauth2": "^1.8.0", |
| 49 | + "@types/uuid": "^11.0.0", |
| 50 | + "prisma": "^7.5.0", |
49 | 51 | "semantic-release": "^25.0.3", |
50 | | - "typescript": "^5.4.5" |
| 52 | + "typescript": "^5.9.3" |
51 | 53 | } |
52 | 54 | } |
0 commit comments