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 #101

Closed ajschmidt8 closed 3 years ago

ajschmidt8 commented 3 years ago

This PR updates the yarn.lock file to address some CVE vulnerabilities. No dependency versions were changed in package.json. The yarn.lock file was simply re-generated by running rm -rf node_modules yarn.lock && yarn --ignore-scripts to grab the latest dependency versions allowed by the version specifications in our package.json file.

ajschmidt8 commented 3 years ago

rerun tests