Project

General

Profile

Feature #10793

Updated by Marc Egger about 3 years ago

NPM found a few vulnerabilities in our packages which can be solved by updating. 

 Todo: 
 - make new branch from develop 
 - update the packages with the commands listed below 
 - (Test tinyMCE and TableSorter) not neccessary since the updates only concern dev tools. 
 - run grunt, solve problems if there are any 

 Updates advised in report when running `npm audit` 
 <pre> <pre><code class="text"> 
 npm install mocha@8.0.1  
 npm install bootlint@1.1.0  
 npm install grunt-contrib-jasmine@2.2.0 
 npm update lodash --depth 4 
 npm update minimist --depth 5 
 npm update jshint --depth 2 
 npm update mkdirp --depth 3 
 </pre> </code></pre> 

Back