From 7f63f4d167b0a7ab44b75d4de569a1cdd48b2108 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 08:37:17 +0000 Subject: [PATCH] chore(deps): bump @xmldom/xmldom from 0.8.10 to 0.9.2 Bumps [@xmldom/xmldom](https://github.com/xmldom/xmldom) from 0.8.10 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.8.10...0.9.2) --- 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 b5fc64d3..88951c05 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@cloudamqp/amqp-client": "^2.1.1", "@grpc/grpc-js": "^1.11.1", "@grpc/proto-loader": "^0.7.13", - "@xmldom/xmldom": "^0.8.10", + "@xmldom/xmldom": "^0.9.2", "aws4": "^1.13.1", "chalk": "^4.1.2", "clipboardy": "^4.0.0", @@ -2469,11 +2469,11 @@ "dev": true }, "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.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/@yarnpkg/parsers": { diff --git a/package.json b/package.json index 8739d8c4..1795edab 100644 --- a/package.json +++ b/package.json @@ -96,7 +96,7 @@ "@cloudamqp/amqp-client": "^2.1.1", "@grpc/grpc-js": "^1.11.1", "@grpc/proto-loader": "^0.7.13", - "@xmldom/xmldom": "^0.8.10", + "@xmldom/xmldom": "^0.9.2", "aws4": "^1.13.1", "chalk": "^4.1.2", "clipboardy": "^4.0.0",