Closed jfrerich closed 4 years ago
@jfrerich There look to be way more dependencies that need updating then this. What command did you run?
@crspeller, this is the result of running npm audit fix
in the webapp/ directory.
To be clear, there's no webapp yet, this is a "practice run", really.
@jfrerich That really isn't a "dependency update" That command only updates for security issues. If you want to update dependencies you need to use something like npm-check -E -u
@jfrerich Why is only the lock file updated? Did you forget to commit the package.json
?
@crspeller I just added the package.lock file.
Summary
Prepping for plugin intake completion. We need to update dependencies.