From e62a5fb259d15bff15a8ce93e47d989813498888 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kiss=20R=C3=B3bert?= Date: Thu, 23 Jul 2026 20:15:43 +0200 Subject: [PATCH] chore: bump p-limit 7.3.0 => 7.3.1 --- 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 3b9a36b2ce6..edb1eaffd4b 100644 --- a/packages/uhk-agent/package-lock.json +++ b/packages/uhk-agent/package-lock.json @@ -20,7 +20,7 @@ "fastify": "5.10.0", "get-port": "7.2.0", "node-hid": "3.3.0", - "p-limit": "7.3.0", + "p-limit": "7.3.1", "serialport": "13.0.0", "tslib": "2.8.1", "uhk-common": "file:../uhk-common", @@ -1878,9 +1878,9 @@ } }, "node_modules/p-limit": { - "version": "7.3.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-7.3.0.tgz", - "integrity": "sha512-7cIXg/Z0M5WZRblrsOla88S4wAK+zOQQWeBYfV3qJuJXMr+LnbYjaadrFaS0JILfEDPVqHyKnZ1Z/1d6J9VVUw==", + "version": "7.3.1", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-7.3.1.tgz", + "integrity": "sha512-0trZaiG7Y7kN/Egy9a8j47t9osC0Tch4PaIWd9yGF6bvmlk7muExRvGNYb8sXBwEKMoNKsbNN9P8EefuQekE4Q==", "license": "MIT", "dependencies": { "yocto-queue": "^1.2.1" diff --git a/packages/uhk-agent/package.json b/packages/uhk-agent/package.json index 78a45a9b8a1..c351a4fa68c 100644 --- a/packages/uhk-agent/package.json +++ b/packages/uhk-agent/package.json @@ -22,7 +22,7 @@ "fastify": "5.10.0", "get-port": "7.2.0", "node-hid": "3.3.0", - "p-limit": "7.3.0", + "p-limit": "7.3.1", "serialport": "13.0.0", "tslib": "2.8.1", "uhk-common": "file:../uhk-common",