diff --git a/package-lock.json b/package-lock.json index 6829a54..5f0c628 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@types/node": "24.10.1", "esbuild": "0.27.3", "eslint": "9.39.1", - "fastify": "5.7.2", + "fastify": "5.8.3", "npm-run-all2": "8.0.4", "prettier": "3.7.3", "rimraf": "6.1.2", @@ -4939,9 +4939,9 @@ "license": "BSD-3-Clause" }, "node_modules/fastify": { - "version": "5.7.2", - "resolved": "https://registry.npmjs.org/fastify/-/fastify-5.7.2.tgz", - "integrity": "sha512-dBJolW+hm6N/yJVf6J5E1BxOBNkuXNl405nrfeR8SpvGWG3aCC2XDHyiFBdow8Win1kj7sjawQc257JlYY6M/A==", + "version": "5.8.3", + "resolved": "https://registry.npmjs.org/fastify/-/fastify-5.8.3.tgz", + "integrity": "sha512-XJXpRQ41+rsJ/GLeP9vyDC+fBXilcTlEXokMSexkdEkla4uf7ZQNaI5xl3el+kW5TZQulqYxLr659ey/KX7XmQ==", "dev": true, "funding": [ { @@ -4964,7 +4964,7 @@ "fast-json-stringify": "^6.0.0", "find-my-way": "^9.0.0", "light-my-request": "^6.0.0", - "pino": "^10.1.0", + "pino": "^9.14.0 || ^10.1.0", "process-warning": "^5.0.0", "rfdc": "^1.3.1", "secure-json-parse": "^4.0.0", diff --git a/package.json b/package.json index a68b4fe..f5b7f2b 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "@types/node": "24.10.1", "esbuild": "0.27.3", "eslint": "9.39.1", - "fastify": "5.7.2", + "fastify": "5.8.3", "npm-run-all2": "8.0.4", "prettier": "3.7.3", "rimraf": "6.1.2",