From 87f90b8fa69b08549d826972f8c24ed97eb31b92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=B3bert=20Kiss?= Date: Sun, 15 Dec 2024 19:06:14 +0100 Subject: [PATCH] chore: bump fastify 5.1.0 => 5.2.0 (#2459) --- packages/uhk-agent/package-lock.json | 16 ++++++++-------- packages/uhk-agent/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/packages/uhk-agent/package-lock.json b/packages/uhk-agent/package-lock.json index a55e6cdd50a..ecd6393f8d7 100644 --- a/packages/uhk-agent/package-lock.json +++ b/packages/uhk-agent/package-lock.json @@ -16,7 +16,7 @@ "decompress-bzip2": "4.0.0", "decompress-targz": "4.1.1", "electron-is-dev": "3.0.1", - "fastify": "5.1.0", + "fastify": "5.2.0", "fs-extra": "11.2.0", "get-port": "7.1.0", "node-hid": "3.1.2", @@ -990,9 +990,9 @@ "license": "BSD-3-Clause" }, "node_modules/fastify": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/fastify/-/fastify-5.1.0.tgz", - "integrity": "sha512-0SdUC5AoiSgMSc2Vxwv3WyKzyGMDJRAW/PgNsK1kZrnkO6MeqUIW9ovVg9F2UGIqtIcclYMyeJa4rK6OZc7Jxg==", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/fastify/-/fastify-5.2.0.tgz", + "integrity": "sha512-3s+Qt5S14Eq5dCpnE0FxTp3z4xKChI83ZnMv+k0FwX+VUoZrgCFoLAxpfdi/vT4y6Mk+g7aAMt9pgXDoZmkefQ==", "funding": [ { "type": "github", @@ -1017,7 +1017,7 @@ "process-warning": "^4.0.0", "proxy-addr": "^2.0.7", "rfdc": "^1.3.1", - "secure-json-parse": "^2.7.0", + "secure-json-parse": "^3.0.1", "semver": "^7.6.0", "toad-cache": "^3.7.0" } @@ -1745,9 +1745,9 @@ } }, "node_modules/secure-json-parse": { - "version": "2.7.0", - "resolved": "https://registry.npmjs.org/secure-json-parse/-/secure-json-parse-2.7.0.tgz", - "integrity": "sha512-6aU+Rwsezw7VR8/nyvKTx8QpWH9FrcYiXXlqC4z5d5XQBDRqtbfsRjnwGyqbi3gddNtWHuEk9OANUotL26qKUw==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/secure-json-parse/-/secure-json-parse-3.0.1.tgz", + "integrity": "sha512-9QR7G96th4QJ2+dJwvZB+JoXyt8PN+DbEjOr6kL2/JU4KH8Eb2sFdU+gt8EDdzWDWoWH0uocDdfCoFzdVSixUA==", "license": "BSD-3-Clause" }, "node_modules/seek-bzip": { diff --git a/packages/uhk-agent/package.json b/packages/uhk-agent/package.json index be9b6e06382..ac612b8b9ff 100644 --- a/packages/uhk-agent/package.json +++ b/packages/uhk-agent/package.json @@ -18,7 +18,7 @@ "decompress": "4.2.1", "decompress-bzip2": "4.0.0", "decompress-targz": "4.1.1", - "fastify": "5.1.0", + "fastify": "5.2.0", "fs-extra": "11.2.0", "get-port": "7.1.0", "node-hid": "3.1.2",