awslabs / cognito-at-edge

Serverless authentication solution to protect your website or Amplify application
Apache License 2.0
168 stars 54 forks source link

chore: update axios to 1.6.5 to resolve npm audit alarm #85

Closed elliotsegler closed 4 months ago

elliotsegler commented 5 months ago

Issue # (if available): N/A

Description of changes:

This PR bumps the version of axios up to 1.6.5 (i.e. the latest available), in order to resolve npm audit alarms for packages that need an update.

I've also added CJS mappings in to jest for axios config so the tests are able to run.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.