From 4834fff9459f550754e2ef227f0f0636d2e3940c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 23 Dec 2022 02:46:01 +0000 Subject: [PATCH] fix: iot/http_example/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSONWEBTOKEN-3180020 - https://snyk.io/vuln/SNYK-JS-JSONWEBTOKEN-3180022 - https://snyk.io/vuln/SNYK-JS-JSONWEBTOKEN-3180024 - https://snyk.io/vuln/SNYK-JS-JSONWEBTOKEN-3180026 --- iot/http_example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iot/http_example/package.json b/iot/http_example/package.json index 11c3f5a7fb..83f23efc8b 100644 --- a/iot/http_example/package.json +++ b/iot/http_example/package.json @@ -16,7 +16,7 @@ "test": "repo-tools test run --cmd ava -- -T 3m --verbose system-test/*.test.js" }, "dependencies": { - "jsonwebtoken": "8.4.0", + "jsonwebtoken": "9.0.0", "retry-request": "3.3.2", "yargs": "12.0.5" },