From a4d012bc3ed2dff49e72e9392c7ce88855532451 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 12:40:03 +0000 Subject: [PATCH] chore(deps): bump @xmldom/xmldom from 0.8.10 to 0.9.3 Bumps [@xmldom/xmldom](https://github.com/xmldom/xmldom) from 0.8.10 to 0.9.3. - [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.10...0.9.3) --- updated-dependencies: - dependency-name: "@xmldom/xmldom" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 46e8fbdf3cd6e..38d4fa66770e4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@renovatebot/ruby-semver": "^3.0.23", "@sentry/node": "^8.27.0", "@shields_io/camp": "^18.1.2", - "@xmldom/xmldom": "0.8.10", + "@xmldom/xmldom": "0.9.3", "badge-maker": "file:badge-maker", "bytes": "^3.1.2", "camelcase": "^8.0.0", @@ -6395,11 +6395,11 @@ } }, "node_modules/@xmldom/xmldom": { - "version": "0.8.10", - "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.10.tgz", - "integrity": "sha512-2WALfTl4xo2SkGCYRt6rDTFfk9R1czmBvUQy12gK2KuRKIpWEhcbbzy8EZXtz/jkRqHX8bFEc6FC1HjX4TUWYw==", + "version": "0.9.3", + "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.3.tgz", + "integrity": "sha512-W7fOe0N+t2eyL9sjDE+7bBNo/NZg6U6aU0Rp8wwQV8TRkzLnX13SvROoyJMAH0Kcm9G1DX9b1XI4LxwKxowsXw==", "engines": { - "node": ">=10.0.0" + "node": ">=14.6" } }, "node_modules/@xtuc/ieee754": { diff --git a/package.json b/package.json index 48788f4998e00..bc67d1c7caea8 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@renovatebot/ruby-semver": "^3.0.23", "@sentry/node": "^8.27.0", "@shields_io/camp": "^18.1.2", - "@xmldom/xmldom": "0.8.10", + "@xmldom/xmldom": "0.9.3", "badge-maker": "file:badge-maker", "bytes": "^3.1.2", "camelcase": "^8.0.0",