Bump dompurify from 2.0.14 to 2.0.15

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2020-09-05 01:34:10 +00:00
committed by GitHub
parent 2edec1d6c2
commit 4073e1a3b4
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -7445,9 +7445,9 @@
} }
}, },
"dompurify": { "dompurify": {
"version": "2.0.14", "version": "2.0.15",
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.0.14.tgz", "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.0.15.tgz",
"integrity": "sha512-oqcjyCLHLjWugZ6VwK0YfmRND/DFy/CuZhdasmymMfnxbzaaQxBSA1ATZIXWESGDj/nvq1vKLmRa7rTdbGgrmQ==" "integrity": "sha512-8AnYW8iXOC7xC7K3FBvQ7+GdmtOsgDGZC5dDXaewCC674qcId7G5mhz5VIEnVShJVjQdlcaPjxpaOzaV9JC3Tg=="
}, },
"domutils": { "domutils": {
"version": "1.7.0", "version": "1.7.0",

View File

@@ -42,7 +42,7 @@
"@nextcloud/vue": "^2.6.1", "@nextcloud/vue": "^2.6.1",
"@nextcloud/vue-dashboard": "^0.1.8", "@nextcloud/vue-dashboard": "^0.1.8",
"blueimp-md5": "^2.17.0", "blueimp-md5": "^2.17.0",
"dompurify": "^2.0.14", "dompurify": "^2.0.15",
"lodash": "^4.17.20", "lodash": "^4.17.20",
"markdown-it": "^11.0.0", "markdown-it": "^11.0.0",
"markdown-it-task-lists": "^2.1.1", "markdown-it-task-lists": "^2.1.1",