mistercrunch commented on issue #8573: [SECURITY] bump packages with security vulnerabilities URL: https://github.com/apache/incubator-superset/pull/8573#issuecomment-554651118 We do not want `cypress` in `package.json` and `package-lock.json` as it increase the build time and docker image size significantly. We'll need some effective way to prevent `cypress` from bleeding into this package... Probably by having another package.json that depends on this one somewhere. Is it possible to reference a relative folder in a package.json? Or maybe with some `npm link` trickery? In the meantime we should push this forward (without cypress in the package)
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
