Luciano Resende created ZEPPELIN-1193:
-----------------------------------------
Summary: Update Node JS dependencies to avoid RegExp DoS
Key: ZEPPELIN-1193
URL: https://issues.apache.org/jira/browse/ZEPPELIN-1193
Project: Zeppelin
Issue Type: Bug
Components: build, front-end
Reporter: Luciano Resende
Assignee: Luciano Resende
I was having some intermittent build issues complaining about some node
dependencies that needs to be updated to avoid RegExp DoS issues :
[ERROR] npm WARN deprecated [email protected]: Please update to minimatch 3.0.2
or higher to avoid a RegExp DoS issue
[ERROR] npm WARN deprecated [email protected]: Please update to minimatch 3.0.2
or higher to avoid a RegExp DoS issue
[ERROR] npm WARN deprecated [email protected]: graceful-fs v3.0.0 and before
will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon
as possible. Use 'npm ls graceful-fs' to find it in the tree.
[ERROR] npm WARN deprecated [email protected]: graceful-fs v3.0.0 and before
will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon
as possible. Use 'npm ls graceful-fs' to find it in the tree.
[ERROR] npm WARN deprecated [email protected]: Please update to minimatch 3.0.2
or higher to avoid a RegExp DoS issue
[ERROR] npm WARN deprecated [email protected]: graceful-fs v3.0.0 and before
will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon
as possible. Use 'npm ls graceful-fs' to find it in the tree.
[ERROR] npm WARN deprecated [email protected]: lodash@<3.0.0 is no longer
maintained. Upgrade to lodash@^4.0.0.
[ERROR] npm WARN deprecated [email protected]: the module is now available as
'css-select'
[ERROR] npm WARN optional dep failed, continuing [email protected]
[ERROR] npm WARN deprecated [email protected]: the module is now available as
'css-what'
[ERROR] npm WARN deprecated [email protected]: Please update to minimatch 3.0.2
or higher to avoid a RegExp DoS issue
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)