From 5a76d733a529cd9bf3fab758739e9a5fae3682c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kiss=20R=C3=B3bert?= Date: Sat, 21 Mar 2026 20:16:26 +0100 Subject: [PATCH] chore: bump fastify 5.6.2 => 5.8.2 --- packages/uhk-agent/package-lock.json | 18 +++++++++--------- packages/uhk-agent/package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/packages/uhk-agent/package-lock.json b/packages/uhk-agent/package-lock.json index e1fa6f5228f..2387174370b 100644 --- a/packages/uhk-agent/package-lock.json +++ b/packages/uhk-agent/package-lock.json @@ -17,7 +17,7 @@ "decompress-bzip2": "4.0.0", "decompress-targz": "4.1.1", "electron-is-dev": "3.0.1", - "fastify": "5.6.2", + "fastify": "5.8.2", "fs-extra": "11.3.4", "get-port": "7.1.0", "node-hid": "3.2.0", @@ -87,9 +87,9 @@ "license": "MIT" }, "node_modules/@fastify/ajv-compiler": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/@fastify/ajv-compiler/-/ajv-compiler-4.0.2.tgz", - "integrity": "sha512-Rkiu/8wIjpsf46Rr+Fitd3HRP+VsxUFDDeag0hs9L0ksfnwx2g7SPQQTFL0E8Qv+rfXzQOxBJnjUB9ITUDjfWQ==", + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/@fastify/ajv-compiler/-/ajv-compiler-4.0.5.tgz", + "integrity": "sha512-KoWKW+MhvfTRWL4qrhUwAAZoaChluo0m0vbiJlGMt2GXvL4LVPQEjt8kSpHI3IBq5Rez8fg+XeH3cneztq+C7A==", "funding": [ { "type": "github", @@ -1223,9 +1223,9 @@ "license": "BSD-3-Clause" }, "node_modules/fastify": { - "version": "5.6.2", - "resolved": "https://registry.npmjs.org/fastify/-/fastify-5.6.2.tgz", - "integrity": "sha512-dPugdGnsvYkBlENLhCgX8yhyGCsCPrpA8lFWbTNU428l+YOnLgYHR69hzV8HWPC79n536EqzqQtvhtdaCE0dKg==", + "version": "5.8.2", + "resolved": "https://registry.npmjs.org/fastify/-/fastify-5.8.2.tgz", + "integrity": "sha512-lZmt3navvZG915IE+f7/TIVamxIwmBd+OMB+O9WBzcpIwOo6F0LTh0sluoMFk5VkrKTvvrwIaoJPkir4Z+jtAg==", "funding": [ { "type": "github", @@ -1238,7 +1238,7 @@ ], "license": "MIT", "dependencies": { - "@fastify/ajv-compiler": "^4.0.0", + "@fastify/ajv-compiler": "^4.0.5", "@fastify/error": "^4.0.0", "@fastify/fast-json-stringify-compiler": "^5.0.0", "@fastify/proxy-addr": "^5.0.0", @@ -1247,7 +1247,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/packages/uhk-agent/package.json b/packages/uhk-agent/package.json index d5c749086b4..5bd4e2b2b87 100644 --- a/packages/uhk-agent/package.json +++ b/packages/uhk-agent/package.json @@ -19,7 +19,7 @@ "decompress": "4.2.1", "decompress-bzip2": "4.0.0", "decompress-targz": "4.1.1", - "fastify": "5.6.2", + "fastify": "5.8.2", "fs-extra": "11.3.4", "get-port": "7.1.0", "node-hid": "3.2.0",