chore(lockfile/icons): updated lockfile and fixed icons service shutdown

- Updated lockfile and packages version
- Updated icons service to stop on SIGTERM
This commit is contained in:
Maieul BOYER 2025-10-29 19:24:59 +01:00
parent 332086d5e2
commit a66fad3360
No known key found for this signature in database
6 changed files with 648 additions and 669 deletions

View file

@ -11,18 +11,18 @@
"dependencies": {
"@fastify/cookie": "^11.0.2",
"@fastify/jwt": "^9.1.0",
"@sinclair/typebox": "^0.34.40",
"@sinclair/typebox": "^0.34.41",
"@types/bcrypt": "^6.0.0",
"bcrypt": "^6.0.0",
"better-sqlite3": "^11.10.0",
"fastify": "^5.0.0",
"fastify-plugin": "^5.0.1",
"joi": "^18.0.0",
"fastify": "^5.6.1",
"fastify-plugin": "^5.1.0",
"joi": "^18.0.1",
"otp": "^1.1.2",
"uuidv7": "^1.0.2"
},
"devDependencies": {
"@types/better-sqlite3": "^7.6.13",
"@types/node": "^22.1.0"
"@types/node": "^22.18.13"
}
}