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 3242d61f5e3..82616e8e4e2 100644 --- a/themes/common-theme/webapp/common-theme/js/package-lock.json +++ b/themes/common-theme/webapp/common-theme/js/package-lock.json @@ -10,7 +10,7 @@ "@chinchilla-software/jquery-ui-timepicker-addon": "^1.6.3", "datejs": "^1.0.0-rc3", "daterangepicker": "^3.1.0", - "dompurify": "^3.4.2", + "dompurify": "^3.4.3", "featherlight": "^1.7.14", "flot": "^4.2.6", "inputmask": "^5.0.9", @@ -65,9 +65,9 @@ } }, "node_modules/dompurify": { - "version": "3.4.2", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.2.tgz", - "integrity": "sha512-lHeS9SA/IKeIFFyYciHBr2n0v1VMPlSj843HdLOwjb2OxNwdq9Xykxqhk+FE42MzAdHvInbAolSE4mhahPpjXA==", + "version": "3.4.3", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.3.tgz", + "integrity": "sha512-VVwJidIJcp1hpg2OMXML3ZVRPYSZiq4aX7qBh83BSIpOaRDqI+qxhXjjIWnpzkOXhmp0L81lnoME1mnCc9H48A==", "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 f54e610ad1b..0fe5dbaaf95 100644 --- a/themes/common-theme/webapp/common-theme/js/package.json +++ b/themes/common-theme/webapp/common-theme/js/package.json @@ -7,7 +7,7 @@ "@chinchilla-software/jquery-ui-timepicker-addon": "^1.6.3", "datejs": "^1.0.0-rc3", "daterangepicker": "^3.1.0", - "dompurify": "^3.4.2", + "dompurify": "^3.4.3", "featherlight": "^1.7.14", "flot": "^4.2.6", "inputmask": "^5.0.9",