Issue tracker is **ONLY** used for reporting bugs. <!--- Provide a general summary of the issue in the Title above --> ## Expected Behavior <!--- Tell us what should happen --> Don't show vulnerabilities in dependencies ## Current Behavior <!--- Tell us what happens instead of the expected behavior --> `npm i` ``` 3 moderate severity vulnerabilities ``` `npm audit` ``` # npm audit report axios 0.8.1 - 1.5.1 Severity: moderate Axios Cross-Site Request Forgery Vulnerability - https://github.com/advisories/GHSA-wf5p-g6vw-rhxx No fix available node_modules/@imtbl/core-sdk/node_modules/axios @imtbl/core-sdk * Depends on vulnerable versions of axios node_modules/@imtbl/core-sdk @imtbl/sdk * Depends on vulnerable versions of @imtbl/core-sdk node_modules/@imtbl/sdk ``` ## Possible Solution <!--- Not obligatory, but suggest a fix/reason for the bug, --> Upgrade axios to a new version ## Steps to Reproduce <!--- Provide a link to a live example, or an unambiguous set of steps to --> <!--- reproduce this bug. Include code to reproduce, if relevant --> 1. `npm i @imtbl/sdk` 2. `npm audit` ## Context (Environment) <!--- How has this issue affected you? What are you trying to accomplish? --> <!--- Providing context helps us come up with a solution that is most useful in the real world --> windows 11 node v20.9.0 <!--- Provide a general summary of the issue in the Title above --> ## Detailed Description <!--- Provide a detailed description of the change or addition you are proposing --> ## Possible Implementation <!--- Not obligatory, but suggest an idea for implementing addition or change -->
Issue tracker is ONLY used for reporting bugs.
Expected Behavior
Don't show vulnerabilities in dependencies
Current Behavior
npm inpm auditPossible Solution
Upgrade axios to a new version
Steps to Reproduce
npm i @imtbl/sdknpm auditContext (Environment)
windows 11
node v20.9.0
Detailed Description
Possible Implementation