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",