Skip to content

Commit 0ed864e

Browse files
Upgrade packages (#51)
1 parent 1520fe3 commit 0ed864e

File tree

2 files changed

+356
-164
lines changed

2 files changed

+356
-164
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -30,42 +30,42 @@
3030
"cors": "2.8.5",
3131
"dotenv": "16.4.7",
3232
"express": "4.21.2",
33-
"express-async-errors": "^3.1.1",
33+
"express-async-errors": "3.1.1",
3434
"helmet": "8.1.0",
35-
"inversify": "7.1.0",
35+
"inversify": "7.5.0",
3636
"jsonwebtoken": "9.0.2",
3737
"morgan": "1.10.0",
3838
"pg": "8.14.1",
3939
"reflect-metadata": "0.2.2",
4040
"tslib": "2.8.1",
41-
"typeorm": "0.3.21",
41+
"typeorm": "0.3.22",
4242
"uuid": "11.1.0",
4343
"zod": "3.24.2"
4444
},
4545
"devDependencies": {
4646
"@eslint-community/eslint-plugin-eslint-comments": "4.4.1",
47-
"@eslint/js": "9.22.0",
47+
"@eslint/js": "9.24.0",
4848
"@stylistic/eslint-plugin": "4.2.0",
4949
"@types/bcryptjs": "3.0.0",
5050
"@types/cors": "2.8.17",
5151
"@types/express": "4.17.21",
5252
"@types/jest": "29.5.14",
5353
"@types/jsonwebtoken": "9.0.9",
5454
"@types/morgan": "1.9.9",
55-
"@types/node": "22.13.10",
56-
"@types/supertest": "6.0.2",
57-
"eslint": "9.22.0",
58-
"eslint-import-resolver-typescript": "3.7.0",
55+
"@types/node": "22.14.0",
56+
"@types/supertest": "6.0.3",
57+
"eslint": "9.24.0",
58+
"eslint-import-resolver-typescript": "4.3.2",
5959
"eslint-plugin-import": "2.31.0",
6060
"jest": "29.7.0",
6161
"jest-mock-extended": "4.0.0-beta1",
6262
"nodemon": "3.1.9",
63-
"supertest": "7.0.0",
64-
"ts-jest": "29.2.6",
63+
"supertest": "7.1.0",
64+
"ts-jest": "29.3.1",
6565
"ts-node": "10.9.2",
66-
"tsc-alias": "1.8.11",
66+
"tsc-alias": "1.8.13",
6767
"tsconfig-paths": "4.2.0",
68-
"typescript": "5.8.2",
69-
"typescript-eslint": "8.26.1"
68+
"typescript": "5.8.3",
69+
"typescript-eslint": "8.29.1"
7070
}
7171
}

0 commit comments

Comments
 (0)