FusionAuth/fusionauth-example-node-services-gateway-jwtauth

Hacktoberfest: Update Dependencies

Opened this issue · 0 comments

Verify that the application(s) will work when updating package.json to the latest versions.

Find outdated packages

npm outdated

Update to latest

npx npm-check-updates -u
npm install

Verify application is still functioning by running through README.md and associated documentation.

Please note it may not always make sense to update everything, please mention what if anything went wrong in the PR.