From 67de2d352b921462c9c6932114011a61c1f106e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 12:38:49 +0000 Subject: [PATCH] Bump @xmldom/xmldom from 0.9.5 to 0.9.6 (#740) Bumps [@xmldom/xmldom](https://github.com/xmldom/xmldom) from 0.9.5 to 0.9.6. - [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.5...0.9.6) --- updated-dependencies: - dependency-name: "@xmldom/xmldom" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 529d654..fd1c57e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.6.0", "license": "MIT", "dependencies": { - "@xmldom/xmldom": "0.9.5", + "@xmldom/xmldom": "0.9.6", "xml-crypto": "6.0.0", "xml-encryption": "3.0.2", "xml2js": "0.6.2", @@ -1491,9 +1491,10 @@ } }, "node_modules/@xmldom/xmldom": { - "version": "0.9.5", - "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.5.tgz", - "integrity": "sha512-6g1EwSs8cr8JhP1iBxzyVAWM6BIDvx9Y3FZRIQiMDzgG43Pxi8YkWOZ0nQj2NHgNzgXDZbJewFx/n+YAvMZrfg==", + "version": "0.9.6", + "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.6.tgz", + "integrity": "sha512-Su4xcxR0CPGwlDHNmVP09fqET9YxbyDXHaSob6JlBH7L6reTYaeim6zbk9o08UarO0L5GTRo3uzl0D+9lSxmvw==", + "license": "MIT", "engines": { "node": ">=14.6" } diff --git a/package.json b/package.json index 0215ead..1447f7f 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "release": "git checkout release && git merge origin/main && release-it && git checkout main && git merge origin/release && git push origin main" }, "dependencies": { - "@xmldom/xmldom": "0.9.5", + "@xmldom/xmldom": "0.9.6", "xml-crypto": "6.0.0", "xml-encryption": "3.0.2", "xml2js": "0.6.2",