paulroth3d / jupyter-ijavascript-utils

Utility library for working with iJavaScript - a Jupyter Kernel
1 stars 0 forks source link

Dependabot complaining against sample notebook package #54

Closed paulroth3d closed 1 year ago

paulroth3d commented 1 year ago

we provide a sample notebook package under docResources/notebooks.

This references other libraries, like d3, esm-hook etc for people just getting started.

Unfortunately dependabot thinks it is the actual package.json or package.json-lock.

this library has no security warnings, but the example one is throwing lots of errors. Its helpful to include, but need to be reviewed.

paulroth3d commented 1 year ago

Review the example notebooks and migrate to 'esm-hook' - so we can use the latest d3, and evaluate removing the example package-lock

paulroth3d commented 1 year ago

corrected in build 1.41

note that the issues were not actually in this library but in other libraries that were suggested (in the example package provided in docResources/notebooks/package.json