From 3314136aa38c9cd9238ea229ababf5990d20a5d3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 22 Dec 2022 17:44:17 +0000 Subject: [PATCH] fix: iot/mqtt_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/mqtt_example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iot/mqtt_example/package.json b/iot/mqtt_example/package.json index d074cf187c..89d7d23761 100644 --- a/iot/mqtt_example/package.json +++ b/iot/mqtt_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", "mqtt": "2.18.8", "yargs": "12.0.5" },