Skip to content

Commit 09b2382

Browse files
committed
chore: update deps
1 parent 6b0c293 commit 09b2382

File tree

2 files changed

+1256
-491
lines changed

2 files changed

+1256
-491
lines changed

package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -17,47 +17,47 @@
1717
"schema": "./prisma"
1818
},
1919
"dependencies": {
20-
"@prisma/client": "^6.13.0",
20+
"@prisma/client": "^6.17.1",
2121
"argon2": "^0.44.0",
2222
"cloudinary": "^2.7.0",
2323
"cors": "2.8.5",
24-
"dotenv": "^17.2.1",
24+
"dotenv": "^17.2.3",
2525
"express": "^5.1.0",
26-
"google-auth-library": "^10.2.1",
26+
"google-auth-library": "^10.4.0",
2727
"helmet": "^8.1.0",
2828
"http-errors": "^2.0.0",
29-
"ioredis": "^5.7.0",
30-
"jose": "^6.0.12",
29+
"ioredis": "^5.8.1",
30+
"jose": "^6.1.0",
3131
"morgan": "1.10.1",
3232
"multer": "^2.0.2",
33-
"nodemailer": "^7.0.5",
33+
"nodemailer": "^7.0.9",
3434
"swagger-ui-express": "^5.0.1",
35-
"zod": "^4.0.17"
35+
"zod": "^4.1.12"
3636
},
3737
"devDependencies": {
38-
"@commitlint/cli": "^19.8.1",
39-
"@commitlint/config-conventional": "^19.8.1",
40-
"@ianvs/prettier-plugin-sort-imports": "^4.6.1",
38+
"@commitlint/cli": "^20.1.0",
39+
"@commitlint/config-conventional": "^20.0.0",
40+
"@ianvs/prettier-plugin-sort-imports": "^4.7.0",
4141
"@types/cors": "^2.8.19",
4242
"@types/express": "5.0.3",
4343
"@types/morgan": "^1.9.10",
4444
"@types/multer": "^2.0.0",
45-
"@types/node": "^24.2.1",
46-
"@types/nodemailer": "^6.4.17",
45+
"@types/node": "^24.7.2",
46+
"@types/nodemailer": "^7.0.2",
4747
"@types/swagger-ui-express": "^4.1.8",
48-
"eslint": "^9.33.0",
48+
"eslint": "^9.37.0",
4949
"eslint-formatter-mo": "^2.3.0",
50-
"globals": "^16.3.0",
50+
"globals": "^16.4.0",
5151
"husky": "^9.1.7",
52-
"jiti": "^2.5.1",
53-
"lint-staged": "^16.1.5",
52+
"jiti": "^2.6.1",
53+
"lint-staged": "^16.2.4",
5454
"prettier": "^3.6.2",
55-
"prisma": "^6.13.0",
55+
"prisma": "^6.17.1",
5656
"ts-node": "^10.9.2",
5757
"ts-node-dev": "^2.0.0",
5858
"tsc-files": "^1.1.4",
5959
"tsconfig-paths": "^4.2.0",
60-
"typescript": "^5.9.2",
61-
"typescript-eslint": "^8.39.1"
60+
"typescript": "^5.9.3",
61+
"typescript-eslint": "^8.46.1"
6262
}
6363
}

0 commit comments

Comments
 (0)