diff --git a/components/webui/package-lock.json b/components/webui/package-lock.json index 663bf0524b..4ad589e3f7 100644 --- a/components/webui/package-lock.json +++ b/components/webui/package-lock.json @@ -9867,9 +9867,9 @@ } }, "node_modules/fastify": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/fastify/-/fastify-5.7.1.tgz", - "integrity": "sha512-ZW7S4fxlZhE+tYWVokFzjh+i56R+buYKNGhrVl6DtN8sxkyMEzpJnzvO8A/ZZrsg5w6X37u6I4EOQikYS5DXpA==", + "version": "5.8.3", + "resolved": "https://registry.npmjs.org/fastify/-/fastify-5.8.3.tgz", + "integrity": "sha512-XJXpRQ41+rsJ/GLeP9vyDC+fBXilcTlEXokMSexkdEkla4uf7ZQNaI5xl3el+kW5TZQulqYxLr659ey/KX7XmQ==", "funding": [ { "type": "github", @@ -9891,7 +9891,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", @@ -16702,7 +16702,7 @@ "@webui/common": "*", "close-with-grace": "^2.4.0", "dotenv": "^17.2.3", - "fastify": "^5.7.1", + "fastify": "^5.8.3", "fastify-plugin": "^5.1.0", "pino-pretty": "^13.1.3", "presto-client": "^1.1.0", diff --git a/components/webui/server/package.json b/components/webui/server/package.json index ddc0ceb401..209f9b6a1c 100644 --- a/components/webui/server/package.json +++ b/components/webui/server/package.json @@ -34,7 +34,7 @@ "@webui/common": "*", "close-with-grace": "^2.4.0", "dotenv": "^17.2.3", - "fastify": "^5.7.1", + "fastify": "^5.8.3", "fastify-plugin": "^5.1.0", "pino-pretty": "^13.1.3", "presto-client": "^1.1.0",