mattermost-community / mattermost-plugin-solar-lottery

A tool somewhat similar to pager duty, allows to have rotations with magic "solar lottery" scheduling, or overrides.
Apache License 2.0
4 stars 10 forks source link

update dependencies #19

Closed jfrerich closed 4 years ago

jfrerich commented 4 years ago

Summary

Prepping for plugin intake completion. We need to update dependencies.

crspeller commented 4 years ago

@jfrerich There look to be way more dependencies that need updating then this. What command did you run?

jfrerich commented 4 years ago

@crspeller, this is the result of running npm audit fix in the webapp/ directory.

levb commented 4 years ago

To be clear, there's no webapp yet, this is a "practice run", really.

crspeller commented 4 years ago

@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

crspeller commented 4 years ago

@jfrerich Why is only the lock file updated? Did you forget to commit the package.json?

jfrerich commented 4 years ago

@crspeller I just added the package.lock file.