FusionAuth / fusionauth-react-sdk

An SDK for using FusionAuth with React
https://fusionauth.io/docs/quickstarts/#single-page-app
Apache License 2.0
10 stars 4 forks source link

adds node/npm version to package.json #76

Closed JakeLo123 closed 7 months ago

JakeLo123 commented 8 months ago

What is this PR and why do we need it?

As described by issue #75, the package should specify node and npm version numbers for compatibility with projects that use it.

Also did an audit fix to fix vulnerability warnings in package-lock.

Production applications should only use versions with LTS or Maintenance status. -- see Node release schedule and Previous node releases

Consumers of this package will get a warning when installing dependencies if they have a mismatched node version.