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 2ccddbf4316..980e395fed3 100644 --- a/themes/common-theme/webapp/common-theme/js/package-lock.json +++ b/themes/common-theme/webapp/common-theme/js/package-lock.json @@ -9,9 +9,9 @@ "integrity": "sha512-P2rOR4MWcBMTbkaA0AE77COj8BTBIeNp9trtUKbvWFAoBoWHpwGhN8WIEjST7h/1nVQH+4CSpa4i9XoXZYvWXg==" }, "dompurify": { - "version": "3.0.11", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.0.11.tgz", - "integrity": "sha512-Fan4uMuyB26gFV3ovPoEoQbxRRPfTu3CvImyZnhGq5fsIEO+gEFLp45ISFt+kQBWsK5ulDdT0oV28jS1UrwQLg==" + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.1.0.tgz", + "integrity": "sha512-yoU4rhgPKCo+p5UrWWWNKiIq+ToGqmVVhk0PmMYBK4kRsR3/qhemNFL8f6CFmBd4gMwm3F4T7HBoydP5uY07fA==" }, "featherlight": { "version": "1.7.14", diff --git a/themes/common-theme/webapp/common-theme/js/package.json b/themes/common-theme/webapp/common-theme/js/package.json index 2b8cd8ec166..7519d9a31b6 100644 --- a/themes/common-theme/webapp/common-theme/js/package.json +++ b/themes/common-theme/webapp/common-theme/js/package.json @@ -5,7 +5,7 @@ "license": "Apache-2.0", "dependencies": { "@chinchilla-software/jquery-ui-timepicker-addon": "^1.6.3", - "dompurify": "^3.0.11", + "dompurify": "^3.1.0", "featherlight": "^1.7.14", "flot": "^4.2.6", "inputmask": "^5.0.8",