From 3e8dafbf01ec57f8937f6e8b390c0b035cfd85bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2024 19:13:01 +0100 Subject: [PATCH] chore(deps): bump @xmldom/xmldom from 0.9.0 to 0.9.2 (#10515) Bumps [@xmldom/xmldom](https://github.com/xmldom/xmldom) from 0.9.0 to 0.9.2. - [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.0...0.9.2) --- 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 | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index ca1db920f4c51..b04f94b69e7fb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@renovatebot/ruby-semver": "^3.0.23", "@sentry/node": "^8.28.0", "@shields_io/camp": "^18.1.2", - "@xmldom/xmldom": "0.9.0", + "@xmldom/xmldom": "0.9.2", "badge-maker": "file:badge-maker", "bytes": "^3.1.2", "camelcase": "^8.0.0", @@ -6401,11 +6401,11 @@ } }, "node_modules/@xmldom/xmldom": { - "version": "0.9.0", - "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.0.tgz", - "integrity": "sha512-Zb9MTlKGnUdxglDKF75cJwvsNp+EhPwzguLSTp/u1yeDU59lz7eA9e14S9z/sn5HHKX5NEQZaKjePl/69uqGhw==", + "version": "0.9.2", + "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.2.tgz", + "integrity": "sha512-afP3lpLtalPxgNGU4bxlsru4wSDsZwdSFKnHs6PR0q3KIEWWcAlBqAdx4aWlVtP1gV1FBWlJ3d0MgaRRdj/ucA==", "engines": { - "node": ">=10.0.0" + "node": ">=14.0.0" } }, "node_modules/@xtuc/ieee754": { diff --git a/package.json b/package.json index 386c1b64be50f..78297605b5c58 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@renovatebot/ruby-semver": "^3.0.23", "@sentry/node": "^8.28.0", "@shields_io/camp": "^18.1.2", - "@xmldom/xmldom": "0.9.0", + "@xmldom/xmldom": "0.9.2", "badge-maker": "file:badge-maker", "bytes": "^3.1.2", "camelcase": "^8.0.0",