Closed Justintime50 closed 1 year ago
No changes committed to packages.json
, just the lock file?
No changes committed to
packages.json
, just the lock file?
Correct, the dependency with a vulnerability is a dep of a dep. We can't manipulate anything in package.json
to fix that. A quick npm update
bumps everything to the most recent versions that respect our pinned ranges, simultaneously bumping the vulnerable dep to what is required to use the fix.
Description
Fixes https://github.com/EasyPost/easypost-node/security/dependabot/52
Testing
Pull Request Type
Please select the option(s) that are relevant to this PR.