From 875880ca57eccf31b340e7e657a75f8a8e183950 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 21:32:27 +0000 Subject: [PATCH] Bump @xmldom/xmldom from 0.9.6 to 0.9.7 Bumps [@xmldom/xmldom](https://github.com/xmldom/xmldom) from 0.9.6 to 0.9.7. - [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.9.6...0.9.7) --- updated-dependencies: - dependency-name: "@xmldom/xmldom" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index d34a57d..18de209 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "GPL-3.0-or-later", "dependencies": { "@actions/core": "^1.11.1", - "@xmldom/xmldom": "^0.9.6", + "@xmldom/xmldom": "^0.9.7", "minimist": "^1.2.8", "xpath": "^0.0.34" } @@ -46,9 +46,10 @@ "integrity": "sha512-wi9JjgKLYS7U/z8PPbco+PvTb/nRWjeoFlJ1Qer83k/3C5PHQi28hiVdeE2kHXmIL99mQFawx8qt/JPjZilJ8Q==" }, "node_modules/@xmldom/xmldom": { - "version": "0.9.6", - "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.6.tgz", - "integrity": "sha512-Su4xcxR0CPGwlDHNmVP09fqET9YxbyDXHaSob6JlBH7L6reTYaeim6zbk9o08UarO0L5GTRo3uzl0D+9lSxmvw==", + "version": "0.9.7", + "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.7.tgz", + "integrity": "sha512-syvR8iIJjpTZ/stv7l89UAViwGFh6lbheeOaqSxkYx9YNmIVvPTRH+CT/fpykFtUx5N+8eSMDRvggF9J8GEPzQ==", + "license": "MIT", "engines": { "node": ">=14.6" } diff --git a/package.json b/package.json index eabc011..de8f117 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "license": "GPL-3.0-or-later", "dependencies": { "@actions/core": "^1.11.1", - "@xmldom/xmldom": "^0.9.6", + "@xmldom/xmldom": "^0.9.7", "minimist": "^1.2.8", "xpath": "^0.0.34" },