Skip to content

Commit a407b6c

Browse files
committed
update deps and api
1 parent 493ce47 commit a407b6c

4 files changed

Lines changed: 474 additions & 465 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# GameVault Backend Server Changelog
22

3+
## 15.0.3
4+
5+
### Changes
6+
7+
- Fixes for breaking IGDB API changes and dependency updates.
8+
39
## 15.0.2
410

511
### Changes

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gamevault-backend",
3-
"version": "15.0.2",
3+
"version": "15.0.3",
44
"description": "the self-hosted gaming platform for drm-free games",
55
"author": "Alkan Alper, Schäfer Philip GbR / Phalcode",
66
"private": true,
@@ -25,17 +25,17 @@
2525
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand"
2626
},
2727
"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",
3030
"@nestjs/event-emitter": "^3.0.1",
3131
"@nestjs/jwt": "^11.0.0",
3232
"@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",
3535
"@nestjs/schedule": "^6.0.0",
3636
"@nestjs/swagger": "^11.2.0",
3737
"@nestjs/typeorm": "^11.0.0",
38-
"@nestjs/websockets": "^11.1.5",
38+
"@nestjs/websockets": "^11.1.6",
3939
"@phalcode/ts-igdb-client": "^1.0.24",
4040
"bcrypt": "^6.0.0",
4141
"better-sqlite3": "^12.2.0",
@@ -46,17 +46,17 @@
4646
"class-validator": "^0.14.2",
4747
"compression": "^1.8.1",
4848
"cookie-parser": "^1.4.7",
49-
"dotenv": "^17.2.1",
49+
"dotenv": "^17.2.2",
5050
"express": "^5.1.0",
5151
"file-type-checker": "^1.1.4",
52-
"fs-extra": "^11.3.0",
52+
"fs-extra": "^11.3.1",
5353
"helmet": "^8.1.0",
5454
"lodash": "^4.17.21",
5555
"mime": "^3.0.0",
5656
"morgan": "^1.10.1",
5757
"ms": "^2.1.3",
5858
"nest-winston": "^1.10.2",
59-
"nestjs-paginate": "^12.5.1",
59+
"nestjs-paginate": "^12.8.2",
6060
"node-7z": "^3.0.0",
6161
"passport": "^0.7.0",
6262
"passport-http": "^0.3.0",
@@ -71,20 +71,20 @@
7171
"socket.io": "^4.8.1",
7272
"stream-throttle": "^0.1.3",
7373
"string-similarity-js": "^2.1.4",
74-
"typeorm": "^0.3.25",
74+
"typeorm": "^0.3.26",
7575
"typeorm-naming-strategies": "^4.1.0",
7676
"unidecode": "^1.1.0",
7777
"winston": "^3.17.0",
7878
"winston-console-format": "^1.0.8",
7979
"winston-daily-rotate-file": "^5.0.0"
8080
},
8181
"devDependencies": {
82-
"@eslint/compat": "^1.3.1",
82+
"@eslint/compat": "^1.3.2",
8383
"@eslint/eslintrc": "^3.3.1",
84-
"@eslint/js": "^9.32.0",
84+
"@eslint/js": "^9.35.0",
8585
"@nestjs/cli": "^11.0.10",
8686
"@nestjs/schematics": "^11.0.7",
87-
"@nestjs/testing": "^11.1.5",
87+
"@nestjs/testing": "^11.1.6",
8888
"@types/bcrypt": "^6.0.0",
8989
"@types/bytes": "^3.1.5",
9090
"@types/compression": "^1.8.1",
@@ -106,15 +106,15 @@
106106
"@types/stream-throttle": "^0.1.4",
107107
"@types/string-similarity": "^4.0.2",
108108
"@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",
112112
"eslint-config-prettier": "^10.1.8",
113113
"eslint-plugin-import": "^2.32.0",
114-
"eslint-plugin-prettier": "^5.5.3",
114+
"eslint-plugin-prettier": "^5.5.4",
115115
"fastify": "^4.0.0",
116116
"globals": "^16.3.0",
117-
"jest": "^30.0.5",
117+
"jest": "^30.1.3",
118118
"logform": "2.7.0",
119119
"prettier": "^3.6.2",
120120
"prettier-plugin-jsdoc": "^1.3.3",

0 commit comments

Comments
 (0)