Merge pull request #4063 from nextcloud/bump_dompurify

Bump dompurify
This commit is contained in:
Christoph Wurst 2017-03-26 18:35:14 +02:00 committed by GitHub
commit f154b1d32c
3 changed files with 7 additions and 8 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "DOMPurify", "name": "DOMPurify",
"version": "0.8.4", "version": "0.8.5",
"homepage": "https://github.com/cure53/DOMPurify", "homepage": "https://github.com/cure53/DOMPurify",
"author": "Cure53 <info@cure53.de>", "author": "Cure53 <info@cure53.de>",
"description": "A DOM-only, super-fast, uber-tolerant XSS sanitizer for HTML, MathML and SVG", "description": "A DOM-only, super-fast, uber-tolerant XSS sanitizer for HTML, MathML and SVG",
@ -29,14 +29,13 @@
"test", "test",
"website" "website"
], ],
"_release": "0.8.4", "_release": "0.8.5",
"_resolution": { "_resolution": {
"type": "version", "type": "version",
"tag": "0.8.4", "tag": "0.8.5",
"commit": "9be8f9def3124ccf2db71b7711027b55f9b90f48" "commit": "4222069a807a819dc6cb0a6cc0a1b99ef1ca4c56"
}, },
"_source": "https://github.com/cure53/DOMPurify.git", "_source": "https://github.com/cure53/DOMPurify.git",
"_target": "^0.8.4", "_target": "^0.8.4",
"_originalSource": "DOMPurify", "_originalSource": "DOMPurify"
"_direct": true
} }

File diff suppressed because one or more lines are too long

2
core/vendor/core.js vendored

File diff suppressed because one or more lines are too long