From e0391b8e67da2cafed79aa3d602c888adc2c532c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 19:03:54 +0000 Subject: [PATCH] Bump xmldom from 0.1.15 to 0.6.0 in /hooks Bumps [xmldom](https://github.com/xmldom/xmldom) from 0.1.15 to 0.6.0. - [Release notes](https://github.com/xmldom/xmldom/releases) - [Changelog](https://github.com/xmldom/xmldom/blob/master/CHANGELOG.md) - [Commits](https://github.com/xmldom/xmldom/commits/0.6.0) --- updated-dependencies: - dependency-name: xmldom dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- hooks/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hooks/package.json b/hooks/package.json index e4dd9c5..e9099af 100644 --- a/hooks/package.json +++ b/hooks/package.json @@ -1,7 +1,7 @@ { "dependencies": { "xcode":"^0.8.3", - "xmldom":"0.1.15", + "xmldom":"0.6.0", "xmlbuilder": "2.2.1", "util-deprecate": "1.0.0", "stream-buffers": "~0.2.3",