]> source.dussan.org Git - nextcloud-server.git/commitdiff
Bump dompurify to 2.2.2
authorJulius Härtl <jus@bitgrid.net>
Mon, 16 Nov 2020 10:27:52 +0000 (11:27 +0100)
committerJulius Härtl <jus@bitgrid.net>
Mon, 16 Nov 2020 10:30:59 +0000 (11:30 +0100)
Signed-off-by: Julius Härtl <jus@bitgrid.net>
package-lock.json
package.json

index 6aa4b4d62d4e6785bf7b82a25e7a01415fb251cc..4efba829ac0ad0eab67d59a5b6aa9e53ae4e9f81 100644 (file)
       }
     },
     "dompurify": {
-      "version": "2.0.15",
-      "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.0.15.tgz",
-      "integrity": "sha512-8AnYW8iXOC7xC7K3FBvQ7+GdmtOsgDGZC5dDXaewCC674qcId7G5mhz5VIEnVShJVjQdlcaPjxpaOzaV9JC3Tg=="
+      "version": "2.2.2",
+      "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.2.2.tgz",
+      "integrity": "sha512-BsGR4nDLaC5CNBnyT5I+d5pOeaoWvgVeg6Gq/aqmKYWMPR07131u60I80BvExLAJ0FQEIBQ1BTicw+C5+jOyrg=="
     },
     "duplexify": {
       "version": "3.7.1",
index 1cef87291364e40924c4152620bd80baccf78e8e..b0c73863ccdedecde926287d1a6233abf12ace0a 100644 (file)
@@ -50,7 +50,7 @@
     "css-vars-ponyfill": "^2.3.2",
     "davclient.js": "git+https://github.com/owncloud/davclient.js.git#0.2.1",
     "debounce": "^1.2.0",
-    "dompurify": "^2.0.15",
+    "dompurify": "^2.2.2",
     "escape-html": "^1.0.3",
     "handlebars": "^4.7.6",
     "jcrop": "git+https://github.com/ChristophWurst/Jcrop.git#v0.9.12-npm3",