A tool to parse the result of `npm outdated --json` to a JUnit XML for gitlab reporting.
npm install npm-outdated-junitA tool to parse the result of npm outdated --json to a JUnit XML for gitlab reporting.
Add to you npm scripts:
``json``
{
"scripts": {
"ci:outdated": "npm outdated --json | npx npm-outdated-junit > npm-outdated.junit.xml"
}
}