From ebbc643c7800f494e4a8c8e186c1dc6579717f5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 19:22:43 +0000 Subject: [PATCH] Bump @xmldom/xmldom from 0.9.5 to 0.9.6 Bumps [@xmldom/xmldom](https://github.com/xmldom/xmldom) from 0.9.5 to 0.9.6. - [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.5...0.9.6) --- updated-dependencies: - dependency-name: "@xmldom/xmldom" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index c6bfaf2a0..019e1625f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@remix-run/node": "~2.15.0", "@remix-run/react": "~2.15.0", "@trussworks/react-uswds": "github:lpsinger/react-uswds#gcn", - "@xmldom/xmldom": "^0.9.5", + "@xmldom/xmldom": "^0.9.6", "aws-lambda-ses-forwarder": "github:lpsinger/aws-lambda-ses-forwarder#aws-sdk-v3", "classnames": "^2.5.1", "color-convert": "^2.0.1", @@ -8362,9 +8362,9 @@ "integrity": "sha512-BEO6al7BYqcnfX15W2cnGR+Q566ACXAT9UQykORCWW80lmkpWsnEob6zJS1ZVBKsSJC8+7vJkHwlp+lXG1UCdw==" }, "node_modules/@xmldom/xmldom": { - "version": "0.9.5", - "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.5.tgz", - "integrity": "sha512-6g1EwSs8cr8JhP1iBxzyVAWM6BIDvx9Y3FZRIQiMDzgG43Pxi8YkWOZ0nQj2NHgNzgXDZbJewFx/n+YAvMZrfg==", + "version": "0.9.6", + "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.6.tgz", + "integrity": "sha512-Su4xcxR0CPGwlDHNmVP09fqET9YxbyDXHaSob6JlBH7L6reTYaeim6zbk9o08UarO0L5GTRo3uzl0D+9lSxmvw==", "engines": { "node": ">=14.6" } diff --git a/package.json b/package.json index d615a139e..3e79eb496 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@remix-run/node": "~2.15.0", "@remix-run/react": "~2.15.0", "@trussworks/react-uswds": "github:lpsinger/react-uswds#gcn", - "@xmldom/xmldom": "^0.9.5", + "@xmldom/xmldom": "^0.9.6", "aws-lambda-ses-forwarder": "github:lpsinger/aws-lambda-ses-forwarder#aws-sdk-v3", "classnames": "^2.5.1", "color-convert": "^2.0.1",