You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 30, 2022. It is now read-only.
This package depends on update-notifier@^4.1.0, which, in turn, transitively depends on got@^9.6.0. The got package has a security vulnerability (see https://github.com/mui/material-ui/security/dependabot/72).
Updating update-notifier to the latest 6.0.2 does solve the dependency problem, but it also causes errors when running argos-cli. It's because v6.0.0` moved to pure ESM modules and doesn't work with CommonJS packages.
The fix would require transitioning argos-cli to ESM as well.