Consider running the npm audit
, it should update and install the new version and update the package.json dependencies.
To address issues that do not require attention, run:
npm audit fix
To address all issues (including breaking changes), run:
npm audit fix --force