From 4d557b61c422d88c0a1c17448974ad70a9df36e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Oct 2022 01:46:58 +0000 Subject: [PATCH] Bump @xmldom/xmldom in /.github/actions/report-coverage-action Bumps [@xmldom/xmldom](https://github.com/xmldom/xmldom) from 0.8.2 to 0.8.4. - [Release notes](https://github.com/xmldom/xmldom/releases) - [Changelog](https://github.com/xmldom/xmldom/blob/master/CHANGELOG.md) - [Commits](https://github.com/xmldom/xmldom/compare/0.8.2...0.8.4) --- updated-dependencies: - dependency-name: "@xmldom/xmldom" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../report-coverage-action/package-lock.json | 14 +++++++------- .../actions/report-coverage-action/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/actions/report-coverage-action/package-lock.json b/.github/actions/report-coverage-action/package-lock.json index 82e5627..86985bc 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.4", "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.4", + "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.4.tgz", + "integrity": "sha512-JIsjTbWBWJHb2t1D4UNZIJ6ohlRYCdoGzeHSzTorMH2zOq3UKlSBzFBMBdFK3xnUD/ANHw/SUzl/vx0z0JrqRw==", "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.4", + "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.4.tgz", + "integrity": "sha512-JIsjTbWBWJHb2t1D4UNZIJ6ohlRYCdoGzeHSzTorMH2zOq3UKlSBzFBMBdFK3xnUD/ANHw/SUzl/vx0z0JrqRw==" }, "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..1cbf0b3 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.4", "fs": "^0.0.1-security", "xpath": "^0.0.32" }