Skip to content

Commit

Permalink
fix: package.json & package-lock.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908
- https://snyk.io/vuln/SNYK-JS-Y18N-1021887
  • Loading branch information
snyk-bot committed Sep 7, 2024
1 parent 7ba7fda commit c12b3b1
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 130 deletions.
189 changes: 60 additions & 129 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"homepage": "https://github.com/justAnotherDev/junit-xml-parser-action#readme",
"dependencies": {
"@actions/core": "^1.2.5",
"junit2json": "^2.0.0"
"junit2json": "^3.0.5"
}
}

0 comments on commit c12b3b1

Please sign in to comment.