kumo01GitHub opened a new pull request, #48:
URL: https://github.com/apache/cordova-eslint/pull/48

   ### Motivation and Context
   <!-- Why is this change required? What problem does it solve? -->
   <!-- If it fixes an open issue, please link to the issue here. -->
   
   cordova-eslint is still using nyc@15.1.0 which version has dependency on 
below libraries and they have vulnerabilities.: 
   - @babel/helpers@7.24.1
   - cross-spawn@7.0.3
   
   ### Description
   <!-- Describe your changes in detail -->
   
   - Bump nyc to 17.1.0
   - Bump nodejs to >= 18
   
   Note:
   - nyc@17.1.0 supports node >= 18.
   - Node 18 is already EOL. But some platforms support node 18.
     - cordova-electron: >= 18
     - cordova-browser: >= 16
   
   ### Testing
   <!-- Please describe in detail how you tested your changes. -->
   
   I ran: 
   - npm run audit
   - npm run test


-- 
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: issues-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to