You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
“durable-functions“ 3.1.0 : npm: durable-functions
This version forcibly restores "axios": "1.7.2" in NodeJs Azure function.
Expected to be restoring latest version of "axios": "1.7.9"due the “^” used in the versioning.
"^" is not playing the role of installing the latest Axios version in Azure function, but works locally.
Required: Axios versions below "1.7.2" has security vulnerability which is fixed in axios v1.7.4 +
Link: GHSA-8hc4-vh64-cxmj
Query: Why Axios is downgraded to to v 1.6,1 in “durable-functions“ v3.1.0 ?
Investigative information
Durable Functions extension version: v3.1.0
durable-functions npm module version:
Language (JavaScript/TypeScript) and version: Typescript
Describe the bug
“durable-functions“ 3.1.0 : npm: durable-functions
This version forcibly restores "axios": "1.7.2" in NodeJs Azure function.
Expected to be restoring latest version of "axios": "1.7.9"due the “^” used in the versioning.
"^" is not playing the role of installing the latest Axios version in Azure function, but works locally.
Required: Axios versions below "1.7.2" has security vulnerability which is fixed in axios v1.7.4 +
Link: GHSA-8hc4-vh64-cxmj
Query: Why Axios is downgraded to to v 1.6,1 in “durable-functions“ v3.1.0 ?
Investigative information
If deployed to Azure App Service
Steps to reproduce the behavior:
Regards,
Shivanand B. Yarnal
The text was updated successfully, but these errors were encountered: