How do I better understand Kotlin Javascript depen...
# javascript
c
How do I better understand Kotlin Javascript dependencies, similar to how I might look at Gradle dependencies? (e.g.
gradlew :app:dependencies
) With the update to Kotlin 1.6.10, dependabot on GitHub is warning about vulnerabilities in node-fetch@2.6.0 and ws@6.2.1 since it seems to scan the new yarn.lock file. I don’t use these explicitly, so I’m trying to figure out where they’re transitively coming from.