OpenFn / kit

The bits & pieces that make OpenFn work. (diagrammer, cli, compiler, runtime, runtime manager, logger, etc.)
12 stars 11 forks source link

Use language-common that does not depend on axios #770

Closed rorymckinley closed 2 months ago

rorymckinley commented 2 months ago

Short Description

Update dev dependencies to use a version to @openfn/language-common that does not depend on a vulnerable version of axios.

Related issue

Fixes #768

Implementation Details

A more detailed breakdown of the changes, including motivations (if not provided in the issue).

QA Notes

List any considerations/cases/advice for testing/QA here.

Checklist before requesting a review

josephjclark commented 2 months ago

Thank you @rorymckinley!