From 23bedde40ed43207527df175a6596f6749938ba9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 21:53:50 +0000 Subject: [PATCH] Bump @xmldom/xmldom from 0.9.2 to 0.9.3 Bumps [@xmldom/xmldom](https://github.com/xmldom/xmldom) from 0.9.2 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.9.2...0.9.3) --- updated-dependencies: - dependency-name: "@xmldom/xmldom" dependency-type: direct:production update-type: version-update:semver-patch ... 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 5e0933c..e2af7b2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "GPL-3.0-or-later", "dependencies": { "@actions/core": "^1.10.1", - "@xmldom/xmldom": "^0.9.2", + "@xmldom/xmldom": "^0.9.3", "minimist": "^1.2.8", "xpath": "^0.0.34" } @@ -33,11 +33,11 @@ } }, "node_modules/@xmldom/xmldom": { - "version": "0.9.2", - "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.2.tgz", - "integrity": "sha512-afP3lpLtalPxgNGU4bxlsru4wSDsZwdSFKnHs6PR0q3KIEWWcAlBqAdx4aWlVtP1gV1FBWlJ3d0MgaRRdj/ucA==", + "version": "0.9.3", + "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.3.tgz", + "integrity": "sha512-W7fOe0N+t2eyL9sjDE+7bBNo/NZg6U6aU0Rp8wwQV8TRkzLnX13SvROoyJMAH0Kcm9G1DX9b1XI4LxwKxowsXw==", "engines": { - "node": ">=14.0.0" + "node": ">=14.6" } }, "node_modules/minimist": { diff --git a/package.json b/package.json index d4c4328..2225a41 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "license": "GPL-3.0-or-later", "dependencies": { "@actions/core": "^1.10.1", - "@xmldom/xmldom": "^0.9.2", + "@xmldom/xmldom": "^0.9.3", "minimist": "^1.2.8", "xpath": "^0.0.34" },