comunica/rdf-test-suite-ldf.js

Yarn produces warnings from `url-exists` when installing as a dependency

Closed this issue · 2 comments

Yarn produces a number of warnings when installing this package as a dependency in Comunica:

warning rdf-test-suite-ldf > url-exists > request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
warning rdf-test-suite-ldf > url-exists > request > uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
warning rdf-test-suite-ldf > url-exists > request > har-validator@5.1.5: this library is no longer supported

Maybe the url-exists package could be updated at some point if an update exists.

I'm not sure url-exists is even being used. Could probably be removed.

I made a pull request to remove that package, as well as another unused one with a confusing name, and updated the action versions in the workflow.