diff --git a/.github/actions/report-coverage-action/package-lock.json b/.github/actions/report-coverage-action/package-lock.json index 82e5627..2f42119 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.8", "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.8", + "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.8.tgz", + "integrity": "sha512-0LNz4EY8B/8xXY86wMrQ4tz6zEHZv9ehFMJPm8u2gq5lQ71cfRKdaKyxfJAx5aUoyzx0qzgURblTisPGgz3d+Q==", "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.8", + "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.8.tgz", + "integrity": "sha512-0LNz4EY8B/8xXY86wMrQ4tz6zEHZv9ehFMJPm8u2gq5lQ71cfRKdaKyxfJAx5aUoyzx0qzgURblTisPGgz3d+Q==" }, "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..a50919f 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.8", "fs": "^0.0.1-security", "xpath": "^0.0.32" }