From c2ef6149ef96a763d8aec218545d298de701cb8e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Jun 2024 02:33:54 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WS-7266574 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2343224eb0..34bcecd598 100644 --- a/package.json +++ b/package.json @@ -44,14 +44,14 @@ "json-stable-stringify-without-jsonify": "=1.0.1", "mkdir-recursive": "^0.4.0", "moment": "^2.27.0", - "mqtt": "4.3.7", + "mqtt": "5.0.0", "object-assign-deep": "^0.4.0", "rimraf": "^3.0.2", "semver": "^7.3.2", "serve-static": "^1.14.1", "winston": "^3.3.3", "winston-syslog": "^2.4.4", - "ws": "^7.3.1", + "ws": "^8.17.1", "zigbee-herdsman": "0.18.5", "zigbee-herdsman-converters": "14.0.74-0", "zigbee2mqtt-frontend": "0.6.135"