yangjunhan edited a comment on pull request #16902:
URL: https://github.com/apache/flink/pull/16902#issuecomment-905117720


   Hi, @Airblader. I finish enforcing the Lint during the CI build and doing 
several changes to make the CI to pass. There are a few things that are 
worthwhile to pay attention to:
   
   - `Frontend-maven-plugin` was previously installed as v1.6 which was 
considered as outdated for a while. Especially there was a bug which ignored 
npm installation if `npmVersion` was not explicitly stated. So I take the 
liberty to update this plugin to a newer version v1.9.1 and explicitly specific 
the npm's version in the pom.xml.
   - Despite the fact of running `npm audit fix`, even with `--force`, there is 
still a moderate vulnerability regarding `@angular-devkit/build-angular`'s 
dependency, `glob-parent >=5.1.2`. The reason I leave it there is due to this 
issue: [#21214](https://github.com/angular/angular-cli/issues/21214). Angular 
CLI team is planning to solve this by upgrading to `webpack-dev-server 4` soon.


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to