Browse Source

Merge pull request #4063 from nextcloud/bump_dompurify

Bump dompurify
pull/4096/head
Christoph Wurst 9 years ago
committed by GitHub
parent
commit
f154b1d32c
  1. 11
      core/vendor/DOMPurify/.bower.json
  2. 2
      core/vendor/DOMPurify/dist/purify.min.js
  3. 2
      core/vendor/core.js

11
core/vendor/DOMPurify/.bower.json

@ -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",
"commit": "9be8f9def3124ccf2db71b7711027b55f9b90f48"
"tag": "0.8.5",
"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",
"_direct": true
"_originalSource": "DOMPurify"
} }

2
core/vendor/DOMPurify/dist/purify.min.js
File diff suppressed because it is too large
View File

2
core/vendor/core.js
File diff suppressed because it is too large
View File

Loading…
Cancel
Save