From 9082be2905e1cc282bc50bdd6b77d6a685bf1caf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 22:41:21 +0000 Subject: [PATCH] Bump @xmldom/xmldom from 0.9.1 to 0.9.3 Bumps [@xmldom/xmldom](https://github.com/xmldom/xmldom) from 0.9.1 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.1...0.9.3) --- updated-dependencies: - dependency-name: "@xmldom/xmldom" dependency-type: direct:development 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 5f7a070..41b3c4a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@types/react-dom": "^18.3.0", "@types/xmldom": "^0.1.34", "@webcomponents/webcomponentsjs": "^2.8.0", - "@xmldom/xmldom": "^0.9.1", + "@xmldom/xmldom": "^0.9.3", "autoprefixer": "^10.4.20", "copy-webpack-plugin": "^12.0.2", "copyfiles": "^2.4.1", @@ -2382,12 +2382,12 @@ } }, "node_modules/@xmldom/xmldom": { - "version": "0.9.1", - "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.1.tgz", - "integrity": "sha512-uXFabECwV3nxWzaWnhafM50sPa3jSqS8VGXJTBiQIko5mDTvB9UYX5rEF5dNqFf41Krhbtw0+IgB2CaWMD8mNw==", + "version": "0.9.3", + "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.3.tgz", + "integrity": "sha512-W7fOe0N+t2eyL9sjDE+7bBNo/NZg6U6aU0Rp8wwQV8TRkzLnX13SvROoyJMAH0Kcm9G1DX9b1XI4LxwKxowsXw==", "dev": true, "engines": { - "node": ">=14.0.0" + "node": ">=14.6" } }, "node_modules/@xtuc/ieee754": { diff --git a/package.json b/package.json index d99403d..15569df 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@types/react-dom": "^18.3.0", "@types/xmldom": "^0.1.34", "@webcomponents/webcomponentsjs": "^2.8.0", - "@xmldom/xmldom": "^0.9.1", + "@xmldom/xmldom": "^0.9.3", "autoprefixer": "^10.4.20", "copy-webpack-plugin": "^12.0.2", "copyfiles": "^2.4.1",