diff --git a/themes/common-theme/webapp/common-theme/js/package-lock.json b/themes/common-theme/webapp/common-theme/js/package-lock.json index 963a7bceab7..926c3ab063a 100644 --- a/themes/common-theme/webapp/common-theme/js/package-lock.json +++ b/themes/common-theme/webapp/common-theme/js/package-lock.json @@ -9,7 +9,7 @@ "dependencies": { "@chinchilla-software/jquery-ui-timepicker-addon": "^1.6.3", "daterangepicker": "^3.1.0", - "dompurify": "^3.3.3", + "dompurify": "^3.4.0", "featherlight": "^1.7.14", "flot": "^4.2.6", "inputmask": "^5.0.9", @@ -50,9 +50,9 @@ } }, "node_modules/dompurify": { - "version": "3.3.3", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.3.3.tgz", - "integrity": "sha512-Oj6pzI2+RqBfFG+qOaOLbFXLQ90ARpcGG6UePL82bJLtdsa6CYJD7nmiU8MW9nQNOtCHV3lZ/Bzq1X0QYbBZCA==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.0.tgz", + "integrity": "sha512-nolgK9JcaUXMSmW+j1yaSvaEaoXYHwWyGJlkoCTghc97KgGDDSnpoU/PlEnw63Ah+TGKFOyY+X5LnxaWbCSfXg==", "license": "(MPL-2.0 OR Apache-2.0)", "optionalDependencies": { "@types/trusted-types": "^2.0.7" diff --git a/themes/common-theme/webapp/common-theme/js/package.json b/themes/common-theme/webapp/common-theme/js/package.json index 80cab00e36c..6a23ee283c6 100644 --- a/themes/common-theme/webapp/common-theme/js/package.json +++ b/themes/common-theme/webapp/common-theme/js/package.json @@ -6,7 +6,7 @@ "dependencies": { "@chinchilla-software/jquery-ui-timepicker-addon": "^1.6.3", "daterangepicker": "^3.1.0", - "dompurify": "^3.3.3", + "dompurify": "^3.4.0", "featherlight": "^1.7.14", "flot": "^4.2.6", "inputmask": "^5.0.9",