Azure / azure-iot-hub-node

Azure IoT Hub Data Plane Node SDK
MIT License
2 stars 9 forks source link

Deprecation Warning for @azure/msal-node@1.18.4 and @azure/msal-browser@2.38.3 #37

Open rafi-bs23 opened 9 months ago

rafi-bs23 commented 9 months ago

I am encountering deprecation warnings for the @azure/msal-node and @azure/msal-browser packages when installing or using them. The warning messages are as follows:

npm WARN deprecated @azure/msal-node@1.18.4: A newer major version of this library is available. Please upgrade to the latest available version.
npm WARN deprecated @azure/msal-browser@2.38.3: A newer major version of this library is available. Please upgrade to the latest available version.

Package Versions:

azure-iothub: 1.16.4

Steps to Reproduce:

Install azure-iothub version 1.16.4 using npm.
Observe the deprecation warning for @azure/msal-node.

Expected Behavior: I expect to use azure-iothub@1.16.4 without receiving deprecation warnings for @azure/msal-node.

Actual Behavior: I am receiving the deprecation warning for @azure/msal-node@1.18.4 as mentioned above.

Environment:

Node.js version: v18.19.0
npm version: 10.2.3

Additional Information: I noticed that the deprecation warning suggests upgrading to a newer major version of @azure/msal-node. Please advise on the compatibility or provide guidance on resolving the deprecation warning.

Note: I checked for existing issues related to this deprecation warning and did not find any. If this is a duplicate, please provide a link to the existing issue.