Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need to upgrade Axios dependency v1.7.9 in durable-functions #625

Open
Shivanand-JLL opened this issue Jan 29, 2025 · 0 comments
Open

Need to upgrade Axios dependency v1.7.9 in durable-functions #625

Shivanand-JLL opened this issue Jan 29, 2025 · 0 comments
Labels
dependencies Pull requests that update a dependency file P1 Priority 1 item

Comments

@Shivanand-JLL
Copy link

Shivanand-JLL commented Jan 29, 2025

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
  • Node.js version: v22.13.1

If deployed to Azure App Service

Steps to reproduce the behavior:

  1. Create a sample Node js project
  2. Install durable-functions“ 3.1.0
  3. Check "SampleNodeJsProject\node_modules\durable-functions\package.json"
  4. Observe "axios": "^1.6.1" in "dependencies" section
  • Development environment : Vs Code

Regards,

Shivanand B. Yarnal

@AnatoliB AnatoliB added dependencies Pull requests that update a dependency file P1 Priority 1 item and removed Needs: Triage 🔍 labels Mar 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file P1 Priority 1 item
Projects
None yet
Development

No branches or pull requests

2 participants