From 4284e70e1a89f9da18b48dd9d39978867f3250f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 03:30:04 +0000 Subject: [PATCH] chore(deps): bump @xmldom/xmldom in /packages/shared Bumps [@xmldom/xmldom](https://github.com/xmldom/xmldom) from 0.8.11 to 0.8.13. - [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.11...0.8.13) --- updated-dependencies: - dependency-name: "@xmldom/xmldom" dependency-version: 0.8.13 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/shared/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/shared/package.json b/packages/shared/package.json index c634f4036b..aef05d1508 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -26,7 +26,7 @@ "@nangohq/nango-yaml": "file:../nango-yaml", "@nangohq/providers": "file:../providers", "@nangohq/utils": "file:../utils", - "@xmldom/xmldom": "0.8.11", + "@xmldom/xmldom": "0.8.13", "ajv": "8.17.1", "ajv-formats": "3.0.1", "archiver": "7.0.1",