Uh oh!
There was an error while loading. Please reload this page.
BREAKING: increase minimum node version to 10.19 - #16
Conversation
👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎ This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored. Ignoring: Next stepsTake a deeper look at the dependencyTake a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support [AT] socket [DOT] dev. Remove the packageIf you happen to install a dependency that Socket reports as Known Malware you should immediately remove it and select a different dependency. For other alert types, you may may wish to investigate alternative packages or consider if there are other ways to mitigate the specific risk posed by the dependency. Mark a package as acceptable riskTo ignore an alert, reply with a comment starting with |
legobeat
commented
Oct 21, 2024
new authors ok |
legobeat
commented
Oct 21, 2024
CVE N/A |
legobeat
commented
Oct 21, 2024
deprecated would be addressed by further upgrading eslint and breaking Node 10 |
legobeat
commented
Oct 21, 2024
new author ok |
| shell: bash | ||
| run: | | ||
| if ! git diff --exit-code -- . ':!dist/*.map' ':!package-lock.json'; then | ||
| if ! git diff -b --exit-code -- . ':!dist/*.map' ':!package-lock.json'; then |
Changes
eslint@^5.4.0->^7.32.0chai@^4.3.10->^4.5.0mocha@^7.2.0->^8.4.0cross-env@^6.0.3->^7.0.3The devDependency bumps are the ones unblocked by dropping nodejs v8 support. webpack is also in that category but keeping that out of this PR as it's a bit more involved to upgrade.
Related