From c45a99b59ed7cfc978b24806e0344c3281e3192f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kiss=20R=C3=B3bert?= Date: Wed, 5 Aug 2026 15:42:41 +0200 Subject: [PATCH] chore: bump fastify 5.10.0 => 5.11.2 --- packages/uhk-agent/package-lock.json | 8 ++++---- packages/uhk-agent/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/uhk-agent/package-lock.json b/packages/uhk-agent/package-lock.json index 28169ceebbb..4f4721600f0 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.10.0", + "fastify": "5.11.2", "get-port": "7.2.0", "node-hid": "3.4.0", "p-limit": "7.3.1", @@ -1191,9 +1191,9 @@ "license": "BSD-3-Clause" }, "node_modules/fastify": { - "version": "5.10.0", - "resolved": "https://registry.npmjs.org/fastify/-/fastify-5.10.0.tgz", - "integrity": "sha512-A9L0ziuWGQHgEEVgF3davQ9vbD93IuX+lo2IsxapQmu5b/Y/ynn9m9K5JHt9dvyJXOFc5iN0Zk5GHEOqnzhWjg==", + "version": "5.11.2", + "resolved": "https://registry.npmjs.org/fastify/-/fastify-5.11.2.tgz", + "integrity": "sha512-i/eJG7nXR9OkbFgoX4jFiPOHoRq0rXqDACVAXELh5Fdg6BFBErIVZ8MyibGCwup9Go1pYrxZJ0ogIub8vVdEcQ==", "funding": [ { "type": "github", diff --git a/packages/uhk-agent/package.json b/packages/uhk-agent/package.json index c23dae591e5..0dd40f19d81 100644 --- a/packages/uhk-agent/package.json +++ b/packages/uhk-agent/package.json @@ -19,7 +19,7 @@ "decompress-bzip2": "4.0.0", "decompress-targz": "4.1.1", "electron-is-dev": "3.0.1", - "fastify": "5.10.0", + "fastify": "5.11.2", "get-port": "7.2.0", "node-hid": "3.4.0", "p-limit": "7.3.1",