|
1 | 1 | { |
2 | 2 | "name": "gamevault-backend", |
3 | | - "version": "15.0.2", |
| 3 | + "version": "15.0.3", |
4 | 4 | "description": "the self-hosted gaming platform for drm-free games", |
5 | 5 | "author": "Alkan Alper, Schäfer Philip GbR / Phalcode", |
6 | 6 | "private": true, |
|
25 | 25 | "test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand" |
26 | 26 | }, |
27 | 27 | "dependencies": { |
28 | | - "@nestjs/common": "^11.1.5", |
29 | | - "@nestjs/core": "^11.1.5", |
| 28 | + "@nestjs/common": "^11.1.6", |
| 29 | + "@nestjs/core": "^11.1.6", |
30 | 30 | "@nestjs/event-emitter": "^3.0.1", |
31 | 31 | "@nestjs/jwt": "^11.0.0", |
32 | 32 | "@nestjs/passport": "^11.0.5", |
33 | | - "@nestjs/platform-express": "^11.1.5", |
34 | | - "@nestjs/platform-socket.io": "^11.1.5", |
| 33 | + "@nestjs/platform-express": "^11.1.6", |
| 34 | + "@nestjs/platform-socket.io": "^11.1.6", |
35 | 35 | "@nestjs/schedule": "^6.0.0", |
36 | 36 | "@nestjs/swagger": "^11.2.0", |
37 | 37 | "@nestjs/typeorm": "^11.0.0", |
38 | | - "@nestjs/websockets": "^11.1.5", |
39 | | - "@phalcode/ts-igdb-client": "^1.0.22", |
| 38 | + "@nestjs/websockets": "^11.1.6", |
| 39 | + "@phalcode/ts-igdb-client": "^1.0.24", |
40 | 40 | "bcrypt": "^6.0.0", |
41 | | - "better-sqlite3": "^11.10.0", |
| 41 | + "better-sqlite3": "^12.2.0", |
42 | 42 | "builder-pattern": "^2.2.0", |
43 | 43 | "bytes": "^3.1.2", |
44 | 44 | "chokidar": "^4.0.3", |
45 | 45 | "class-transformer": "^0.5.1", |
46 | 46 | "class-validator": "^0.14.2", |
47 | 47 | "compression": "^1.8.1", |
48 | 48 | "cookie-parser": "^1.4.7", |
49 | | - "dotenv": "^17.2.1", |
| 49 | + "dotenv": "^17.2.2", |
50 | 50 | "express": "^5.1.0", |
51 | 51 | "file-type-checker": "^1.1.4", |
52 | | - "fs-extra": "^11.3.0", |
| 52 | + "fs-extra": "^11.3.1", |
53 | 53 | "helmet": "^8.1.0", |
54 | 54 | "lodash": "^4.17.21", |
55 | 55 | "mime": "^3.0.0", |
56 | 56 | "morgan": "^1.10.1", |
57 | 57 | "ms": "^2.1.3", |
58 | 58 | "nest-winston": "^1.10.2", |
59 | | - "nestjs-paginate": "^12.5.1", |
| 59 | + "nestjs-paginate": "^12.8.2", |
60 | 60 | "node-7z": "^3.0.0", |
61 | 61 | "passport": "^0.7.0", |
62 | 62 | "passport-http": "^0.3.0", |
|
71 | 71 | "socket.io": "^4.8.1", |
72 | 72 | "stream-throttle": "^0.1.3", |
73 | 73 | "string-similarity-js": "^2.1.4", |
74 | | - "typeorm": "^0.3.25", |
| 74 | + "typeorm": "^0.3.26", |
75 | 75 | "typeorm-naming-strategies": "^4.1.0", |
76 | 76 | "unidecode": "^1.1.0", |
77 | 77 | "winston": "^3.17.0", |
78 | 78 | "winston-console-format": "^1.0.8", |
79 | 79 | "winston-daily-rotate-file": "^5.0.0" |
80 | 80 | }, |
81 | 81 | "devDependencies": { |
82 | | - "@eslint/compat": "^1.3.1", |
| 82 | + "@eslint/compat": "^1.3.2", |
83 | 83 | "@eslint/eslintrc": "^3.3.1", |
84 | | - "@eslint/js": "^9.32.0", |
| 84 | + "@eslint/js": "^9.35.0", |
85 | 85 | "@nestjs/cli": "^11.0.10", |
86 | 86 | "@nestjs/schematics": "^11.0.7", |
87 | | - "@nestjs/testing": "^11.1.5", |
| 87 | + "@nestjs/testing": "^11.1.6", |
88 | 88 | "@types/bcrypt": "^6.0.0", |
89 | 89 | "@types/bytes": "^3.1.5", |
90 | 90 | "@types/compression": "^1.8.1", |
|
106 | 106 | "@types/stream-throttle": "^0.1.4", |
107 | 107 | "@types/string-similarity": "^4.0.2", |
108 | 108 | "@types/unidecode": "^1.1.0", |
109 | | - "@typescript-eslint/eslint-plugin": "^8.38.0", |
110 | | - "@typescript-eslint/parser": "^8.38.0", |
111 | | - "eslint": "^9.32.0", |
| 109 | + "@typescript-eslint/eslint-plugin": "^8.42.0", |
| 110 | + "@typescript-eslint/parser": "^8.42.0", |
| 111 | + "eslint": "^9.35.0", |
112 | 112 | "eslint-config-prettier": "^10.1.8", |
113 | 113 | "eslint-plugin-import": "^2.32.0", |
114 | | - "eslint-plugin-prettier": "^5.5.3", |
| 114 | + "eslint-plugin-prettier": "^5.5.4", |
115 | 115 | "fastify": "^4.0.0", |
116 | 116 | "globals": "^16.3.0", |
117 | | - "jest": "^30.0.5", |
| 117 | + "jest": "^30.1.3", |
118 | 118 | "logform": "2.7.0", |
119 | 119 | "prettier": "^3.6.2", |
120 | 120 | "prettier-plugin-jsdoc": "^1.3.3", |
121 | 121 | "prettier-plugin-organize-imports": "^4.2.0", |
122 | 122 | "simple-git-hooks": "^2.13.1", |
123 | | - "ts-jest": "^29.4.0", |
| 123 | + "ts-jest": "^29.4.1", |
124 | 124 | "ts-node": "^10.9.2", |
125 | | - "typescript": "~5.8.0" |
| 125 | + "typescript": "~5.9.2" |
126 | 126 | }, |
127 | 127 | "jest": { |
128 | 128 | "moduleFileExtensions": [ |
|
0 commit comments