auth0 / node-auth0

Node.js client library for the Auth0 platform.
MIT License
639 stars 309 forks source link

Remove reference to unused package lodash-es #1036

Open matthewcarroll opened 2 months ago

matthewcarroll commented 2 months ago

Hello Auth0!

Changes

On a clone of this repo and installing it's dependencies with npm i, lodash-es was removed from package-lock.json.

lodash-es was added in e7495b3. I don't see it referenced in the project.

References

None.

Testing

Steps to reproduce:

git clone https://github.com/auth0/node-auth0.git
cd node-auth0
npm i
git diff package-lock.json

node version: v22.8.0 npm version: 10.8.2

Checklist

I'm happy to change anything else you'd like.

Thank you!