diff --git a/package-lock.json b/package-lock.json index f1b29a311..577ff2f79 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13014,9 +13014,9 @@ } }, "node_modules/fastify": { - "version": "5.6.1", - "resolved": "https://registry.npmjs.org/fastify/-/fastify-5.6.1.tgz", - "integrity": "sha512-WjjlOciBF0K8pDUPZoGPhqhKrQJ02I8DKaDIfO51EL0kbSMwQFl85cRwhOvmSDWoukNOdTo27gLN549pLCcH7Q==", + "version": "5.6.2", + "resolved": "https://registry.npmjs.org/fastify/-/fastify-5.6.2.tgz", + "integrity": "sha512-dPugdGnsvYkBlENLhCgX8yhyGCsCPrpA8lFWbTNU428l+YOnLgYHR69hzV8HWPC79n536EqzqQtvhtdaCE0dKg==", "funding": [ { "type": "github", @@ -13038,7 +13038,7 @@ "fast-json-stringify": "^6.0.0", "find-my-way": "^9.0.0", "light-my-request": "^6.0.0", - "pino": "^9.0.0", + "pino": "^10.1.0", "process-warning": "^5.0.0", "rfdc": "^1.3.1", "secure-json-parse": "^4.0.0", @@ -13064,28 +13064,6 @@ "integrity": "sha512-HCxs+YnRaWzCl+cWRYFnHmeRFyR5GVnJTAaCJQiYzQSDwK9MgJdyAsuL3nh0EWRCYMgQ5MeziymvmAhUHYHDUQ==", "license": "MIT" }, - "node_modules/fastify/node_modules/pino": { - "version": "9.13.1", - "resolved": "https://registry.npmjs.org/pino/-/pino-9.13.1.tgz", - "integrity": "sha512-Szuj+ViDTjKPQYiKumGmEn3frdl+ZPSdosHyt9SnUevFosOkMY2b7ipxlEctNKPmMD/VibeBI+ZcZCJK+4DPuw==", - "license": "MIT", - "dependencies": { - "atomic-sleep": "^1.0.0", - "on-exit-leak-free": "^2.1.0", - "pino-abstract-transport": "^2.0.0", - "pino-std-serializers": "^7.0.0", - "process-warning": "^5.0.0", - "quick-format-unescaped": "^4.0.3", - "real-require": "^0.2.0", - "safe-stable-stringify": "^2.3.1", - "slow-redact": "^0.3.0", - "sonic-boom": "^4.0.1", - "thread-stream": "^3.0.0" - }, - "bin": { - "pino": "bin.js" - } - }, "node_modules/fastq": { "version": "1.19.1", "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.19.1.tgz", @@ -20564,12 +20542,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/slow-redact": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/slow-redact/-/slow-redact-0.3.1.tgz", - "integrity": "sha512-NvFvl1GuLZNW4U046Tfi8b26zXo8aBzgCAS2f7yVJR/fArN93mOqSA99cB9uITm92ajSz01bsu1K7SCVVjIMpQ==", - "license": "MIT" - }, "node_modules/smart-buffer": { "version": "4.2.0", "resolved": "https://registry.npmjs.org/smart-buffer/-/smart-buffer-4.2.0.tgz", @@ -23496,7 +23468,7 @@ "argon2": "^0.44.0", "better-sqlite3": "^12.4.1", "drizzle-orm": "^0.44.7", - "fastify": "^5.6.1", + "fastify": "^5.6.2", "fastify-favicon": "^5.0.0", "isomorphic-dompurify": "^2.31.0", "lucia": "^3.2.2", @@ -23848,7 +23820,7 @@ "@fastify/swagger-ui": "^5.2.3", "@modelcontextprotocol/sdk": "^1.21.1", "dotenv": "^17.2.3", - "fastify": "^5.6.1", + "fastify": "^5.6.2", "fuse.js": "^7.1.0", "pino": "^10.1.0", "pino-pretty": "^13.1.2", diff --git a/services/backend/package.json b/services/backend/package.json index 289a74553..b95bd96c2 100644 --- a/services/backend/package.json +++ b/services/backend/package.json @@ -35,7 +35,7 @@ "argon2": "^0.44.0", "better-sqlite3": "^12.4.1", "drizzle-orm": "^0.44.7", - "fastify": "^5.6.1", + "fastify": "^5.6.2", "fastify-favicon": "^5.0.0", "isomorphic-dompurify": "^2.31.0", "lucia": "^3.2.2", diff --git a/services/satellite/package.json b/services/satellite/package.json index c986b50e7..d9b5d6fc8 100644 --- a/services/satellite/package.json +++ b/services/satellite/package.json @@ -19,7 +19,7 @@ "@fastify/swagger-ui": "^5.2.3", "@modelcontextprotocol/sdk": "^1.21.1", "dotenv": "^17.2.3", - "fastify": "^5.6.1", + "fastify": "^5.6.2", "fuse.js": "^7.1.0", "pino": "^10.1.0", "pino-pretty": "^13.1.2",