rapidsai / jupyterlab-nvdashboard

A JupyterLab extension for displaying dashboards of GPU usage.
BSD 3-Clause "New" or "Revised" License
598 stars 78 forks source link

Update `yarn.lock` file #112

Closed ajschmidt8 closed 3 years ago

ajschmidt8 commented 3 years ago

This PR updates the dependency versions in yarn.lock by running the following commands:

rm yarn.lock
yarn

This regenerates the yarn.lock file with the latest dependencies available and should help resolve some dependabot security alerts for this project.

ajschmidt8 commented 3 years ago

This PR supersedes #108 and #110.