Skip to content

Commit 6040ea5

Browse files
Upgrade packages (#68)
1 parent 65cf0fe commit 6040ea5

File tree

2 files changed

+604
-478
lines changed

2 files changed

+604
-478
lines changed

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -23,46 +23,46 @@
2323
"migration:run": "yarn drizzle-kit migrate --config=./src/infra/database/config/drizzle.config.ts"
2424
},
2525
"dependencies": {
26-
"bcryptjs": "3.0.2",
26+
"bcryptjs": "3.0.3",
2727
"cors": "2.8.5",
28-
"dotenv": "17.2.2",
29-
"drizzle-kit": "^0.31.4",
30-
"drizzle-orm": "^0.44.5",
28+
"dotenv": "17.2.3",
29+
"drizzle-kit": "^0.31.6",
30+
"drizzle-orm": "^0.44.7",
3131
"express": "5.1.0",
3232
"helmet": "8.1.0",
33-
"inversify": "7.9.1",
33+
"inversify": "7.10.4",
3434
"jsonwebtoken": "9.0.2",
3535
"morgan": "1.10.1",
3636
"pg": "8.16.3",
3737
"reflect-metadata": "0.2.2",
3838
"tslib": "2.8.1",
39-
"zod": "4.1.7"
39+
"zod": "4.1.12"
4040
},
4141
"devDependencies": {
4242
"@eslint-community/eslint-plugin-eslint-comments": "4.5.0",
43-
"@eslint/js": "9.35.0",
44-
"@stylistic/eslint-plugin": "5.3.1",
43+
"@eslint/js": "9.39.1",
44+
"@stylistic/eslint-plugin": "5.5.0",
4545
"@types/bcryptjs": "3.0.0",
4646
"@types/cors": "2.8.19",
47-
"@types/express": "5.0.3",
47+
"@types/express": "5.0.5",
4848
"@types/jest": "30.0.0",
4949
"@types/jsonwebtoken": "9.0.10",
5050
"@types/morgan": "1.9.10",
51-
"@types/node": "24.3.1",
52-
"@types/pg": "^8.15.5",
51+
"@types/node": "24.10.0",
52+
"@types/pg": "^8.15.6",
5353
"@types/supertest": "6.0.3",
54-
"eslint": "9.35.0",
54+
"eslint": "9.39.1",
5555
"eslint-import-resolver-typescript": "4.4.4",
5656
"eslint-plugin-import": "2.32.0",
57-
"jest": "30.1.3",
57+
"jest": "30.2.0",
5858
"jest-mock-extended": "4.0.0",
5959
"nodemon": "3.1.10",
6060
"supertest": "7.1.4",
61-
"ts-jest": "29.4.1",
61+
"ts-jest": "29.4.5",
6262
"ts-node": "10.9.2",
6363
"tsc-alias": "1.8.16",
6464
"tsconfig-paths": "4.2.0",
65-
"typescript": "5.9.2",
66-
"typescript-eslint": "8.43.0"
65+
"typescript": "5.9.3",
66+
"typescript-eslint": "8.46.3"
6767
}
6868
}

0 commit comments

Comments
 (0)