diff --git a/package-lock.json b/package-lock.json index f37f8448..71f3df6e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "azure-iot-provisioning-service": "1.11.2", "azure-iothub": "1.16.5", "backoff": "2.5.0", - "mqtt": "5.5.0" + "mqtt": "5.7.1" }, "devDependencies": { "@azure/arm-iothub": "6.3.0", @@ -60,7 +60,7 @@ }, "engines": { "node": ">=20", - "npm": ">=9" + "npm": ">=10" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -8357,9 +8357,10 @@ } }, "node_modules/mqtt": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/mqtt/-/mqtt-5.5.0.tgz", - "integrity": "sha512-8WGQpjEzABcCh/UwLj7XaEoLsSLHJrJK3YLu57fJoLUBdz6zPGFdxWK3i1YYdPqKDu0sU6YHt+tly/qdLsLiyg==", + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/mqtt/-/mqtt-5.7.1.tgz", + "integrity": "sha512-6Gf5NH9/WxwGKkkXTyTI1lsM7S3s3zqSJe61Qp5w3B45BAOkOjM8p1GwNvgLE28+WO4d9OwrJzV8DWOMtWfy6w==", + "license": "MIT", "dependencies": { "@types/readable-stream": "^4.0.5", "@types/ws": "^8.5.9", @@ -8416,6 +8417,7 @@ "url": "https://feross.org/support" } ], + "license": "MIT", "dependencies": { "base64-js": "^1.3.1", "ieee754": "^1.2.1" @@ -8438,12 +8440,14 @@ "type": "consulting", "url": "https://feross.org/support" } - ] + ], + "license": "BSD-3-Clause" }, "node_modules/mqtt/node_modules/lru-cache": { - "version": "10.2.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.0.tgz", - "integrity": "sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==", + "version": "10.2.2", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.2.tgz", + "integrity": "sha512-9hp3Vp2/hFQUiIwKo8XCeFVnrg8Pk3TYNPIR7tJADKi5YfcF7vEaK7avFHTlSy3kOKYaJQaalfEo6YuXdceBOQ==", + "license": "ISC", "engines": { "node": "14 || >=16.14" } @@ -8452,6 +8456,7 @@ "version": "4.5.2", "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.5.2.tgz", "integrity": "sha512-yjavECdqeZ3GLXNgRXgeQEdz9fvDDkNKyHnbHRFtOr7/LcfgBcmct7t/ET+HaCTqfh06OzoAxrkN/IfjJBVe+g==", + "license": "MIT", "dependencies": { "abort-controller": "^3.0.0", "buffer": "^6.0.3", diff --git a/package.json b/package.json index 1c9c4aae..5186f81c 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "azure-iot-provisioning-service": "1.11.2", "azure-iothub": "1.16.5", "backoff": "2.5.0", - "mqtt": "5.5.0" + "mqtt": "5.7.1" }, "devDependencies": { "@azure/arm-iothub": "6.3.0",