diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2017-05-17 18:23:21 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2017-05-17 18:23:21 +0200 |
commit | c53dd8add0929107191d8828e1e840677b7853d3 (patch) | |
tree | 51544d5fcec5c35cc965242fcc81c57233c4e9dd /core/vendor/DOMPurify/.bower.json | |
parent | 7d818d91f6be9b665fca6c5736c71131c0327adb (diff) | |
download | nextcloud-server-c53dd8add0929107191d8828e1e840677b7853d3.tar.gz nextcloud-server-c53dd8add0929107191d8828e1e840677b7853d3.zip |
Bump DOMPurify version to 0.8.9
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Diffstat (limited to 'core/vendor/DOMPurify/.bower.json')
-rw-r--r-- | core/vendor/DOMPurify/.bower.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/core/vendor/DOMPurify/.bower.json b/core/vendor/DOMPurify/.bower.json index 36bd657c3d7..f3250f4e3f5 100644 --- a/core/vendor/DOMPurify/.bower.json +++ b/core/vendor/DOMPurify/.bower.json @@ -1,6 +1,6 @@ { "name": "DOMPurify", - "version": "0.8.6", + "version": "0.8.9", "homepage": "https://github.com/cure53/DOMPurify", "author": "Cure53 <info@cure53.de>", "description": "A DOM-only, super-fast, uber-tolerant XSS sanitizer for HTML, MathML and SVG", @@ -29,11 +29,11 @@ "test", "website" ], - "_release": "0.8.6", + "_release": "0.8.9", "_resolution": { "type": "version", - "tag": "0.8.6", - "commit": "b317725c72a3af14ee3aa3d6d61e5286bb917572" + "tag": "0.8.9", + "commit": "4465943c936b90fa966776d95dc360917801d80f" }, "_source": "https://github.com/cure53/DOMPurify.git", "_target": "^0.8.4", |