Bump DOMPurify to 1.0.0

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
This commit is contained in:
Lukas Reschke 2017-08-17 12:39:02 +02:00
parent 5d1e4395fa
commit 49626baa06
No known key found for this signature in database
GPG Key ID: B9F6980CF6E759B1
2 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "DOMPurify", "name": "DOMPurify",
"version": "0.8.4", "version": "1.0.0",
"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,14 @@
"test", "test",
"website" "website"
], ],
"_release": "0.8.4", "_release": "1.0.0",
"_resolution": { "_resolution": {
"type": "version", "type": "version",
"tag": "0.8.4", "tag": "1.0.0",
"commit": "9be8f9def3124ccf2db71b7711027b55f9b90f48" "commit": "4d0115a125b295e8b8e9fe4353222da53e543ba0"
}, },
"_source": "https://github.com/cure53/DOMPurify.git", "_source": "https://github.com/cure53/DOMPurify.git",
"_target": "^0.8.4", "_target": "^1.0.0",
"_originalSource": "DOMPurify", "_originalSource": "DOMPurify",
"_direct": true "_direct": true
} }

File diff suppressed because one or more lines are too long