summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2020-11-16 11:38:22 +0100
committerJulius Härtl <jus@bitgrid.net>2020-11-16 11:38:22 +0100
commit9e2bc48512897be031f6d6556d6839484a7eec50 (patch)
treec70b931fe5625fd5e884da81a682e6424fa91793
parent587a2d4ad1c3a5677deaac4ab656c88b56b2ca57 (diff)
downloadnextcloud-server-9e2bc48512897be031f6d6556d6839484a7eec50.tar.gz
nextcloud-server-9e2bc48512897be031f6d6556d6839484a7eec50.zip
Bump dompurify to 2.2.2
Signed-off-by: Julius Härtl <jus@bitgrid.net>
-rw-r--r--package-lock.json6
-rw-r--r--package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index 6a9b3cb58a0..2345ac4d208 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -3729,9 +3729,9 @@
}
},
"dompurify": {
- "version": "2.0.8",
- "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.0.8.tgz",
- "integrity": "sha512-vIOSyOXkMx81ghEalh4MLBtDHMx1bhKlaqHDMqM2yeitJ996SLOk5mGdDpI9ifJAgokred8Rmu219fX4OltqXw=="
+ "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",
diff --git a/package.json b/package.json
index ae5319cc4cf..c209ab5e2a8 100644
--- a/package.json
+++ b/package.json
@@ -46,7 +46,7 @@
"css-vars-ponyfill": "^2.2.1",
"davclient.js": "git+https://github.com/owncloud/davclient.js.git#0.2.1",
"debounce": "^1.2.0",
- "dompurify": "^2.0.8",
+ "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",