Skip to content

Commit 325bd55

Browse files
Upgrade packages (#54)
* Upgrade packages patches * Upgrade packages except eslint
1 parent 7622bba commit 325bd55

File tree

2 files changed

+510
-487
lines changed

2 files changed

+510
-487
lines changed

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -28,41 +28,41 @@
2828
"dependencies": {
2929
"bcryptjs": "3.0.2",
3030
"cors": "2.8.5",
31-
"dotenv": "16.4.7",
31+
"dotenv": "16.5.0",
3232
"express": "5.1.0",
3333
"helmet": "8.1.0",
34-
"inversify": "7.5.0",
34+
"inversify": "7.5.1",
3535
"jsonwebtoken": "9.0.2",
3636
"morgan": "1.10.0",
37-
"pg": "8.14.1",
37+
"pg": "8.16.0",
3838
"reflect-metadata": "0.2.2",
3939
"tslib": "2.8.1",
40-
"typeorm": "0.3.22",
40+
"typeorm": "0.3.24",
4141
"uuid": "11.1.0",
42-
"zod": "3.24.2"
42+
"zod": "3.25.28"
4343
},
4444
"devDependencies": {
4545
"@eslint-community/eslint-plugin-eslint-comments": "4.4.1",
4646
"@eslint/js": "9.24.0",
4747
"@stylistic/eslint-plugin": "4.2.0",
4848
"@types/bcryptjs": "3.0.0",
49-
"@types/cors": "2.8.17",
50-
"@types/express": "5.0.1",
49+
"@types/cors": "2.8.18",
50+
"@types/express": "5.0.2",
5151
"@types/jest": "29.5.14",
5252
"@types/jsonwebtoken": "9.0.9",
5353
"@types/morgan": "1.9.9",
54-
"@types/node": "22.14.0",
54+
"@types/node": "22.15.21",
5555
"@types/supertest": "6.0.3",
5656
"eslint": "9.24.0",
5757
"eslint-import-resolver-typescript": "4.3.2",
5858
"eslint-plugin-import": "2.31.0",
5959
"jest": "29.7.0",
6060
"jest-mock-extended": "4.0.0-beta1",
61-
"nodemon": "3.1.9",
62-
"supertest": "7.1.0",
63-
"ts-jest": "29.3.1",
61+
"nodemon": "3.1.10",
62+
"supertest": "7.1.1",
63+
"ts-jest": "29.3.4",
6464
"ts-node": "10.9.2",
65-
"tsc-alias": "1.8.13",
65+
"tsc-alias": "1.8.16",
6666
"tsconfig-paths": "4.2.0",
6767
"typescript": "5.8.3",
6868
"typescript-eslint": "8.29.1"

0 commit comments

Comments
 (0)