From 3ad1497062c2e5b64a630adaf8546f5c42eae3c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 12:15:18 -1000 Subject: [PATCH] build(deps-dev): Bump @xmldom/xmldom from 0.9.3 to 0.9.5 (#10) Bumps [@xmldom/xmldom](https://github.com/xmldom/xmldom) from 0.9.3 to 0.9.5. - [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.3...0.9.5) --- updated-dependencies: - dependency-name: "@xmldom/xmldom" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jordan Wong <42422209+JorWo@users.noreply.github.com> --- package-lock.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 05c511e..08bde18 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3073,11 +3073,10 @@ } }, "node_modules/@xmldom/xmldom": { - "version": "0.9.3", - "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.3.tgz", - "integrity": "sha512-W7fOe0N+t2eyL9sjDE+7bBNo/NZg6U6aU0Rp8wwQV8TRkzLnX13SvROoyJMAH0Kcm9G1DX9b1XI4LxwKxowsXw==", + "version": "0.9.5", + "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.5.tgz", + "integrity": "sha512-6g1EwSs8cr8JhP1iBxzyVAWM6BIDvx9Y3FZRIQiMDzgG43Pxi8YkWOZ0nQj2NHgNzgXDZbJewFx/n+YAvMZrfg==", "dev": true, - "license": "MIT", "engines": { "node": ">=14.6" }