Skip to content

Commit c12b3b1

Browse files
committed
fix: package.json & package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-Y18N-1021887
1 parent 7ba7fda commit c12b3b1

File tree

2 files changed

+61
-130
lines changed

2 files changed

+61
-130
lines changed

package-lock.json

Lines changed: 60 additions & 129 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
"homepage": "https://github.com/justAnotherDev/junit-xml-parser-action#readme",
1313
"dependencies": {
1414
"@actions/core": "^1.2.5",
15-
"junit2json": "^2.0.0"
15+
"junit2json": "^3.0.5"
1616
}
1717
}

0 commit comments

Comments
 (0)