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
In our package.json karma is defined as dependency. If you run npm audit on a branch with the latest node and npm LTS version, then some security issues are listed, for which all karma is responsible. It would be nice if we define karma as a devDependency, because we don't need it for the production build, and then we don't ship a production-dependency with a security issue, even though it's probably not bad.
The text was updated successfully, but these errors were encountered:
In our
package.json
karma is defined as dependency. If you runnpm audit
on a branch with the latest node and npm LTS version, then some security issues are listed, for which all karma is responsible. It would be nice if we define karma as a devDependency, because we don't need it for the production build, and then we don't ship a production-dependency with a security issue, even though it's probably not bad.The text was updated successfully, but these errors were encountered: