From fd12381ba7b31031b136e8ccf968d3f0c2ff9a3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 05:19:29 +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.12. - [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.12) --- updated-dependencies: - dependency-name: "@xmldom/xmldom" dependency-version: 0.8.12 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 c634f4036b1..a87bceb4e7a 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.12", "ajv": "8.17.1", "ajv-formats": "3.0.1", "archiver": "7.0.1",