From 6d2694774373e3ddad5059acb4d78ea58d2f36bc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 Nov 2023 22:57:29 +0000 Subject: [PATCH] fix: test_rig/rig-commander/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FSTREAM-174725 - https://snyk.io/vuln/SNYK-JS-MINIMATCH-1019388 - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 - https://snyk.io/vuln/SNYK-JS-MINIMIST-2429795 - https://snyk.io/vuln/SNYK-JS-MINIMIST-559764 - https://snyk.io/vuln/SNYK-JS-REQUEST-3361831 - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 - https://snyk.io/vuln/SNYK-JS-TAR-1536528 - https://snyk.io/vuln/SNYK-JS-TAR-1536531 - https://snyk.io/vuln/SNYK-JS-TAR-1536758 - https://snyk.io/vuln/SNYK-JS-TAR-1579147 - https://snyk.io/vuln/SNYK-JS-TAR-1579152 - https://snyk.io/vuln/SNYK-JS-TAR-1579155 - https://snyk.io/vuln/SNYK-JS-TAR-174125 - https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873 - https://snyk.io/vuln/npm:deep-extend:20180409 - https://snyk.io/vuln/npm:minimatch:20160620 - https://snyk.io/vuln/npm:tar:20151103 --- test_rig/rig-commander/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_rig/rig-commander/package.json b/test_rig/rig-commander/package.json index d176716..4a4c456 100644 --- a/test_rig/rig-commander/package.json +++ b/test_rig/rig-commander/package.json @@ -9,6 +9,6 @@ "author": "", "license": "BSD-2-Clause", "dependencies": { - "usb": "~1.0.6" + "usb": "~1.3.2" } }