diff --git a/.github/actions/report-coverage-action/package-lock.json b/.github/actions/report-coverage-action/package-lock.json index 82e5627..da10213 100644 --- a/.github/actions/report-coverage-action/package-lock.json +++ b/.github/actions/report-coverage-action/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@actions/core": "^1.9.1", "@actions/github": "^5.0.3", - "@xmldom/xmldom": "^0.8.2", + "@xmldom/xmldom": "^0.8.6", "fs": "^0.0.1-security", "xpath": "^0.0.32" } @@ -146,9 +146,9 @@ } }, "node_modules/@xmldom/xmldom": { - "version": "0.8.2", - "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.2.tgz", - "integrity": "sha512-+R0juSseERyoPvnBQ/cZih6bpF7IpCXlWbHRoCRzYzqpz6gWHOgf8o4MOEf6KBVuOyqU+gCNLkCWVIJAro8XyQ==", + "version": "0.8.6", + "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.6.tgz", + "integrity": "sha512-uRjjusqpoqfmRkTaNuLJ2VohVr67Q5YwDATW3VU7PfzTj6IRaihGrYI7zckGZjxQPBIp63nfvJbM+Yu5ICh0Bg==", "engines": { "node": ">=10.0.0" } @@ -382,9 +382,9 @@ } }, "@xmldom/xmldom": { - "version": "0.8.2", - "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.2.tgz", - "integrity": "sha512-+R0juSseERyoPvnBQ/cZih6bpF7IpCXlWbHRoCRzYzqpz6gWHOgf8o4MOEf6KBVuOyqU+gCNLkCWVIJAro8XyQ==" + "version": "0.8.6", + "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.6.tgz", + "integrity": "sha512-uRjjusqpoqfmRkTaNuLJ2VohVr67Q5YwDATW3VU7PfzTj6IRaihGrYI7zckGZjxQPBIp63nfvJbM+Yu5ICh0Bg==" }, "before-after-hook": { "version": "2.2.2", diff --git a/.github/actions/report-coverage-action/package.json b/.github/actions/report-coverage-action/package.json index 34c69a3..f30096e 100644 --- a/.github/actions/report-coverage-action/package.json +++ b/.github/actions/report-coverage-action/package.json @@ -12,7 +12,7 @@ "dependencies": { "@actions/core": "^1.9.1", "@actions/github": "^5.0.3", - "@xmldom/xmldom": "^0.8.2", + "@xmldom/xmldom": "^0.8.6", "fs": "^0.0.1-security", "xpath": "^0.0.32" }