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

Update axios in botbuilder-core from 0.28 to 1.6.4 #4655

Open
mehradrafigh opened this issue Apr 29, 2024 · 3 comments
Open

Update axios in botbuilder-core from 0.28 to 1.6.4 #4655

mehradrafigh opened this issue Apr 29, 2024 · 3 comments
Labels
feature-request A request for new functionality or an enhancement to an existing one. needs-triage The issue has just been created and it has not been reviewed by the team.

Comments

@mehradrafigh
Copy link

mehradrafigh commented Apr 29, 2024

Is your feature request related to a problem? Please describe.
The version of axios that is used in botbuilder-core is 0.28 and contains security vulnerabilities
https://security.snyk.io/package/npm/axios/0.28.0

Describe the solution you'd like
Update to version 1.6.4 to fix those security vulnerabilities

@mehradrafigh mehradrafigh added feature-request A request for new functionality or an enhancement to an existing one. needs-triage The issue has just been created and it has not been reviewed by the team. labels Apr 29, 2024
@mehradrafigh
Copy link
Author

@tracyboehrer, I can contribute from my end. Looking through the Contributing section.md I need somebody to approve the issue so I can start the implementation. Do you see any problem with that? Axios 0.28 is pretty outdated, has security issues, and should not be used anymore because there is Axios 1.6.4

@tracyboehrer
Copy link
Member

@mehradrafigh Of course we'd welcome the contribution. When you submit the PR, it will require you to accept, and I'll approve it the request.

@mehradrafigh
Copy link
Author

mehradrafigh commented May 7, 2024

Hi @tracyboehrer I forked the repository, installed yarn and tried to run yarn install

I get the following error

➜ yarn install
yarn install v1.22.22
[1/4] 🔍  Resolving packages...
warning Lockfile has incorrect entry for "@types/[email protected]". Ignoring it.
warning Resolution field "[email protected]" is incompatible with requested version "axios@^1.6.8"
warning Resolution field "[email protected]" is incompatible with requested version "async@^2.6.1"
warning Resolution field "[email protected]" is incompatible with requested version "axios@~0.21.1"
warning Resolution field "[email protected]" is incompatible with requested version "async@^1.4.0"
warning Resolution field "[email protected]" is incompatible with requested version "[email protected]"
warning Resolution field "[email protected]" is incompatible with requested version "tar@^6.1.11"
warning Resolution field "[email protected]" is incompatible with requested version "ws@^8.2.3"
warning Resolution field "[email protected]" is incompatible with requested version "ws@>=8.7.0"
warning Resolution field "@types/[email protected]" is incompatible with requested version "@types/ramda@~0.29.6"
warning Resolution field "@types/[email protected]" is incompatible with requested version "@types/ramda@~0.29.6"
warning Resolution field "@types/[email protected]" is incompatible with requested version "@types/ramda@~0.29.6"
warning Resolution field "@types/[email protected]" is incompatible with requested version "@types/ramda@~0.29.6"
warning Resolution field "[email protected]" is incompatible with requested version "axios@^1.4.0"
warning Resolution field "[email protected]" is incompatible with requested version "mixme@^0.3.1"
warning Resolution field "[email protected]" is incompatible with requested version "[email protected]"
warning Resolution field "@types/[email protected]" is incompatible with requested version "@types/ramda@~0.29.6"
warning Resolution field "@types/[email protected]" is incompatible with requested version "@types/ramda@~0.29.6"
warning Resolution field "@types/[email protected]" is incompatible with requested version "@types/ramda@~0.29.6"
warning Resolution field "@types/[email protected]" is incompatible with requested version "@types/ramda@~0.29.6"
warning Resolution field "@types/[email protected]" is incompatible with requested version "@types/ramda@~0.29.6"
warning Resolution field "@types/[email protected]" is incompatible with requested version "@types/ramda@~0.29.6"
warning Resolution field "@types/[email protected]" is incompatible with requested version "@types/ramda@~0.29.6"
warning Resolution field "@types/[email protected]" is incompatible with requested version "@types/ramda@~0.29.6"
warning Resolution field "@types/[email protected]" is incompatible with requested version "@types/ramda@~0.29.6"
warning Resolution field "@types/[email protected]" is incompatible with requested version "@types/ramda@~0.29.6"
warning Resolution field "@types/[email protected]" is incompatible with requested version "@types/ramda@~0.29.6"
warning Resolution field "@types/[email protected]" is incompatible with requested version "@types/ramda@~0.29.6"
warning Resolution field "@types/[email protected]" is incompatible with requested version "@types/ramda@~0.29.6"
warning Resolution field "@types/[email protected]" is incompatible with requested version "@types/ramda@~0.29.6"
warning Resolution field "@types/[email protected]" is incompatible with requested version "@types/ramda@~0.29.6"
warning Resolution field "@types/[email protected]" is incompatible with requested version "@types/ramda@~0.29.6"
warning Resolution field "@types/[email protected]" is incompatible with requested version "@types/ramda@~0.29.6"
warning Resolution field "@types/[email protected]" is incompatible with requested version "@types/ramda@~0.29.6"
warning Resolution field "@types/[email protected]" is incompatible with requested version "@types/ramda@~0.29.6"
warning Resolution field "@types/[email protected]" is incompatible with requested version "@types/ramda@~0.29.6"
warning Resolution field "@types/[email protected]" is incompatible with requested version "@types/ramda@~0.29.6"
warning Resolution field "@types/[email protected]" is incompatible with requested version "@types/ramda@~0.29.6"
warning Resolution field "@types/[email protected]" is incompatible with requested version "@types/ramda@~0.29.6"
[2/4] 🚚  Fetching packages...
error @microsoft/[email protected]: The CPU architecture "arm64" is incompatible with this module.
error Found incompatible module

I am on a Silicon Apple Macbook Pro and don't have Windows anywhere. How can I still contribute?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request A request for new functionality or an enhancement to an existing one. needs-triage The issue has just been created and it has not been reviewed by the team.
Projects
None yet
Development

No branches or pull requests

2 participants