From c3aa23e352507d6a3741f4c12f52d9a92a992a8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 04:14:55 +0000 Subject: [PATCH] chore(deps-dev): bump @xmldom/xmldom Bumps [@xmldom/xmldom](https://github.com/xmldom/xmldom) from 0.8.12 to 0.8.13. - [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.8.12...0.8.13) --- updated-dependencies: - dependency-name: "@xmldom/xmldom" dependency-version: 0.8.13 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- .../custom/common_design_subtheme/package-lock.json | 8 ++++---- html/themes/custom/common_design_subtheme/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/html/themes/custom/common_design_subtheme/package-lock.json b/html/themes/custom/common_design_subtheme/package-lock.json index 093dd98..c72f9ae 100644 --- a/html/themes/custom/common_design_subtheme/package-lock.json +++ b/html/themes/custom/common_design_subtheme/package-lock.json @@ -10,7 +10,7 @@ "license": "GPL-2.0", "devDependencies": { "@babel/preset-env": "^7.16.4", - "@xmldom/xmldom": "^0.8.12", + "@xmldom/xmldom": "^0.8.13", "babel-jest": "^29.3.1", "core-js": "^3.20.0", "css-what": ">=5.0.1", @@ -3169,9 +3169,9 @@ } }, "node_modules/@xmldom/xmldom": { - "version": "0.8.12", - "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.12.tgz", - "integrity": "sha512-9k/gHF6n/pAi/9tqr3m3aqkuiNosYTurLLUtc7xQ9sxB/wm7WPygCv8GYa6mS0fLJEHhqMC1ATYhz++U/lRHqg==", + "version": "0.8.13", + "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.13.tgz", + "integrity": "sha512-KRYzxepc14G/CEpEGc3Yn+JKaAeT63smlDr+vjB8jRfgTBBI9wRj/nkQEO+ucV8p8I9bfKLWp37uHgFrbntPvw==", "dev": true, "engines": { "node": ">=10.0.0" diff --git a/html/themes/custom/common_design_subtheme/package.json b/html/themes/custom/common_design_subtheme/package.json index 7f57111..2d050ba 100644 --- a/html/themes/custom/common_design_subtheme/package.json +++ b/html/themes/custom/common_design_subtheme/package.json @@ -20,7 +20,7 @@ }, "devDependencies": { "@babel/preset-env": "^7.16.4", - "@xmldom/xmldom": "^0.8.12", + "@xmldom/xmldom": "^0.8.13", "babel-jest": "^29.3.1", "core-js": "^3.20.0", "css-what": ">=5.0.1",