From c05c9d97e8684914026d93d13ab3628348ea4cd1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jan 2025 16:41:00 +0000 Subject: [PATCH] Bump xmldom from 0.3.0 to 0.6.0 in /packages/legacy-scripting-runner Bumps [xmldom](https://github.com/xmldom/xmldom) from 0.3.0 to 0.6.0. - [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.3.0...0.6.0) --- updated-dependencies: - dependency-name: xmldom dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/legacy-scripting-runner/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/legacy-scripting-runner/package.json b/packages/legacy-scripting-runner/package.json index 5e587c65e..3b3a40dbc 100644 --- a/packages/legacy-scripting-runner/package.json +++ b/packages/legacy-scripting-runner/package.json @@ -34,7 +34,7 @@ "request": "2.88.2", "synckit": "0.6.0", "underscore": "1.4.4", - "xmldom": "0.3.0" + "xmldom": "0.6.0" }, "devDependencies": { "aws-sdk": "^2.1397.0",