From 66897f338d8a293d1e0ec330cebcf338fab301c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 21:10:43 +0000 Subject: [PATCH] chore(deps): bump @xmldom/xmldom from 0.9.9 to 0.9.10 in /packages/util Bumps [@xmldom/xmldom](https://github.com/xmldom/xmldom) from 0.9.9 to 0.9.10. - [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.9...0.9.10) --- updated-dependencies: - dependency-name: "@xmldom/xmldom" dependency-version: 0.9.10 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/util/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/util/package.json b/packages/util/package.json index 358de4be3b..f89a2ad752 100644 --- a/packages/util/package.json +++ b/packages/util/package.json @@ -40,7 +40,7 @@ "update-major": "npx --yes npm-check-updates -u" }, "dependencies": { - "@xmldom/xmldom": "0.9.9" + "@xmldom/xmldom": "0.9.10" }, "devDependencies": { "@hpcc-js/esbuild-plugins": "^1.8.7",