petrbroz / aps-sdk-node

Tools for accessing Autodesk Forge APIs from modern Node.js apps.
https://petrbroz.github.io/forge-server-utils/docs/index.html
35 stars 19 forks source link

Update axios and typescript. Added additional check for cookies in he… #44

Closed kylefoley closed 7 months ago

kylefoley commented 1 year ago

Updating Axios to latest shows significant performance increase over older Axios version. Updating Axios required newer version of TS, so that was updated too.

quipo commented 7 months ago

any chance of getting this PR merged (and axios updated to the latest version)?

There are known security vulnerabilities with axios: https://security.snyk.io/package/npm/axios

https://github.com/petrbroz/forge-server-utils/security/dependabot

petrbroz commented 7 months ago

Looks good, thank you guys!