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

@ -19,19 +19,19 @@
"dependencies": {
"@fastify/autoload": "^6.3.1",
"@fastify/formbody": "^8.0.2",
"@fastify/multipart": "^9.0.3",
"@fastify/sensible": "^6.0.0",
"@fastify/static": "^8.2.0",
"@sinclair/typebox": "^0.34.40",
"@fastify/multipart": "^9.3.0",
"@fastify/sensible": "^6.0.3",
"@fastify/static": "^8.3.0",
"@sinclair/typebox": "^0.34.41",
"confbox": "^0.2.2",
"fastify": "^5.0.0",
"fastify": "^5.6.1",
"fastify-cli": "^7.4.0",
"fastify-plugin": "^5.0.0"
"fastify-plugin": "^5.1.0"
},
"devDependencies": {
"@types/node": "^22.1.0",
"rollup-plugin-node-externals": "^8.0.1",
"vite": "^7.0.6",
"@types/node": "^22.18.13",
"rollup-plugin-node-externals": "^8.1.1",
"vite": "^7.1.12",
"vite-tsconfig-paths": "^5.1.4"
}
}