From 05c5da638da2283148e3365535fb9fc9fb7ede23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=B3bert=20Kiss?= Date: Wed, 31 Jul 2024 20:15:32 +0200 Subject: [PATCH] chore(agent): bump get-port 6.1.2 => 7.1.0 (#2327) --- packages/uhk-agent/package-lock.json | 10 +++++----- packages/uhk-agent/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/uhk-agent/package-lock.json b/packages/uhk-agent/package-lock.json index 5bb49fc55b9..3c307ffb3c5 100644 --- a/packages/uhk-agent/package-lock.json +++ b/packages/uhk-agent/package-lock.json @@ -18,7 +18,7 @@ "electron-is-dev": "3.0.1", "fastify": "4.28.1", "fs-extra": "11.2.0", - "get-port": "6.1.2", + "get-port": "7.1.0", "node-hid": "3.1.0", "sudo-prompt": "9.2.1", "tmp": "0.2.1", @@ -932,11 +932,11 @@ } }, "node_modules/get-port": { - "version": "6.1.2", - "resolved": "https://registry.npmjs.org/get-port/-/get-port-6.1.2.tgz", - "integrity": "sha512-BrGGraKm2uPqurfGVj/z97/zv8dPleC6x9JBNRTrDNtCkkRF4rPwrQXFgL7+I+q8QSdU4ntLQX2D7KIxSy8nGw==", + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/get-port/-/get-port-7.1.0.tgz", + "integrity": "sha512-QB9NKEeDg3xxVwCCwJQ9+xycaz6pBB6iQ76wiWMl1927n0Kir6alPiP+yuiICLLU4jpMe08dXfpebuQppFA2zw==", "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + "node": ">=16" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" diff --git a/packages/uhk-agent/package.json b/packages/uhk-agent/package.json index 5237f718414..767e0488019 100644 --- a/packages/uhk-agent/package.json +++ b/packages/uhk-agent/package.json @@ -20,7 +20,7 @@ "decompress-targz": "4.1.1", "fastify": "4.28.1", "fs-extra": "11.2.0", - "get-port": "6.1.2", + "get-port": "7.1.0", "node-hid": "3.1.0", "sudo-prompt": "9.2.1", "tmp": "0.2.1",