Bump dompurify from 1.0.8 to 1.0.9 in /settings

Bumps [dompurify](https://github.com/cure53/DOMPurify) from 1.0.8 to 1.0.9.
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](https://github.com/cure53/DOMPurify/compare/1.0.8...1.0.9)

Signed-off-by: dependabot[bot] <support@dependabot.com>
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
dependabot[bot] 2019-01-19 02:14:32 +00:00 committed by Roeland Jago Douma
parent 96567027da
commit d1a7c55e85
No known key found for this signature in database
GPG Key ID: F941078878347C0C
4 changed files with 6 additions and 6 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -2527,9 +2527,9 @@
"dev": true
},
"dompurify": {
"version": "1.0.8",
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-1.0.8.tgz",
"integrity": "sha512-vetRFbN1SXSPfP3ClIiYnxTrXquSqakBEOoB5JESn0SVcSYzpu6ougjakpKnskGctYdlNpwf+riUHSkG7d4XUw=="
"version": "1.0.9",
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-1.0.9.tgz",
"integrity": "sha512-lt9f3A3RO1OCNaWdA+s/k7YVn0Typ5MbAKmX94PLCZbs8wLNccX3Bj4xXA7GLKOoDb/MeVoAoeIJarZD1JUnjg=="
},
"duplexify": {
"version": "3.6.1",

View File

@ -11,7 +11,7 @@
"build": "webpack --progress --hide-modules --config webpack.prod.js"
},
"dependencies": {
"dompurify": "^1.0.8",
"dompurify": "^1.0.9",
"lodash": "^4.17.11",
"marked": "^0.6.0",
"nextcloud-axios": "^0.1.3",