From: Jeremy Davis Date: Wed, 21 Oct 2020 16:10:42 +0000 (+0200) Subject: SONAR-14003 Fix SSF-129 X-Git-Tag: 8.6.0.39681~148 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=92d28afc43ec2fd5eb2e345b66a9637d15c8c1a0;p=sonarqube.git SONAR-14003 Fix SSF-129 --- diff --git a/server/sonar-web/package.json b/server/sonar-web/package.json index c544bcf2770..aa13052004f 100644 --- a/server/sonar-web/package.json +++ b/server/sonar-web/package.json @@ -12,7 +12,7 @@ "create-react-class": "15.6.3", "d3-scale": "3.2.1", "date-fns": "1.30.1", - "dompurify": "2.0.8", + "dompurify": "2.2.0", "emotion-theming": "10.0.27", "history": "3.3.0", "keymaster": "1.6.2", diff --git a/server/sonar-web/yarn.lock b/server/sonar-web/yarn.lock index 26471a5b49c..1c1bf44e277 100644 --- a/server/sonar-web/yarn.lock +++ b/server/sonar-web/yarn.lock @@ -4321,10 +4321,10 @@ domhandler@^2.3.0: dependencies: domelementtype "1" -dompurify@2.0.8: - version "2.0.8" - resolved "https://repox.jfrog.io/repox/api/npm/npm/dompurify/-/dompurify-2.0.8.tgz#6ef89d2d227d041af139c7b01d9f67ed59c2eb3c" - integrity sha1-bvidLSJ9BBrxOcewHZ9n7VnC6zw= +dompurify@2.2.0: + version "2.2.0" + resolved "https://repox.jfrog.io/repox/api/npm/npm/dompurify/-/dompurify-2.2.0.tgz#51d34e76faa38b5d6b4e83a0678530f27fe3965c" + integrity sha1-UdNOdvqji11rToOgZ4Uw8n/jllw= domutils@1.5.1: version "1.5.1"