From 6b6cc3ac70f4d70c83b028105e9d9bf4c438c109 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 19:53:13 +0200 Subject: [PATCH] chore(deps): bump @xmldom/xmldom from 0.9.5 to 0.9.6 (#10728) 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 a31063d1cf52f..abbe930302242 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@renovatebot/ruby-semver": "^4.0.0", "@sentry/node": "^8.41.0", "@shields_io/camp": "^18.1.2", - "@xmldom/xmldom": "0.9.5", + "@xmldom/xmldom": "0.9.6", "badge-maker": "file:badge-maker", "byte-size": "^9.0.0", "bytes": "^3.1.2", @@ -6836,9 +6836,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 216f51af3ae18..348c9d419567a 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@renovatebot/ruby-semver": "^4.0.0", "@sentry/node": "^8.41.0", "@shields_io/camp": "^18.1.2", - "@xmldom/xmldom": "0.9.5", + "@xmldom/xmldom": "0.9.6", "badge-maker": "file:badge-maker", "byte-size": "^9.0.0", "bytes": "^3.1.2",