Merge pull request #9507 from nextcloud/dep/noid/update_dompurify_1_0_4

Bump DOMPurify to 1.0.4
This commit is contained in:
Morris Jobke 2018-05-17 16:02:38 +02:00 committed by GitHub
commit 9f064b08b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 8 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "DOMPurify", "name": "DOMPurify",
"version": "1.0.0", "version": "1.0.4",
"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": "1.0.0", "_release": "1.0.4",
"_resolution": { "_resolution": {
"type": "version", "type": "version",
"tag": "1.0.0", "tag": "1.0.4",
"commit": "4d0115a125b295e8b8e9fe4353222da53e543ba0" "commit": "e7a1c316269bc0f6dd2698c3a7571bc4b561d892"
}, },
"_source": "https://github.com/cure53/DOMPurify.git", "_source": "https://github.com/cure53/DOMPurify.git",
"_target": "^1.0.0", "_target": "^1.0.0",
"_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