This updates student-debt-calc and reinstalls other dependencies to get downstream security updates into package-lock.json, and makes a small update to the .snyk policy file.
I also changed npm run snyk to just be the snyk command, so that you can run things other than just snyk test. For example, I used npm run snyk wizard after making this change to automate the dependency updates.
Checklist
[x] Changes are limited to a single goal (no scope creep)
[x] Code can be automatically merged (no conflicts)
Coverage remained the same at 100.0% when pulling 9ba4abbeeac8f56db67538dcb2f0a81882b47cfb on snyking into 642bb7f8826b5b34d0762ef7d277a0c9d876ac70 on master.
This updates student-debt-calc and reinstalls other dependencies to get downstream security updates into
package-lock.json
, and makes a small update to the.snyk
policy file.I also changed
npm run snyk
to just be thesnyk
command, so that you can run things other than justsnyk test
. For example, I usednpm run snyk wizard
after making this change to automate the dependency updates.Checklist