Bump dompurify from 2.2.8 to 2.2.9

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

---
updated-dependencies:
- dependency-name: dompurify
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-06-07 08:27:59 +00:00
committed by GitHub
parent 330cca1e3e
commit 057257022b
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -8721,9 +8721,9 @@
} }
}, },
"dompurify": { "dompurify": {
"version": "2.2.8", "version": "2.2.9",
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.2.8.tgz", "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.2.9.tgz",
"integrity": "sha512-9H0UL59EkDLgY3dUFjLV6IEUaHm5qp3mxSqWw7Yyx4Zhk2Jn2cmLe+CNPP3xy13zl8Bqg+0NehQzkdMoVhGRww==" "integrity": "sha512-+9MqacuigMIZ+1+EwoEltogyWGFTJZWU3258Rupxs+2CGs4H914G9er6pZbsme/bvb5L67o2rade9n21e4RW/w=="
}, },
"domutils": { "domutils": {
"version": "1.7.0", "version": "1.7.0",

View File

@@ -43,7 +43,7 @@
"@nextcloud/vue": "^3.10.1", "@nextcloud/vue": "^3.10.1",
"@nextcloud/vue-dashboard": "^2.0.1", "@nextcloud/vue-dashboard": "^2.0.1",
"blueimp-md5": "^2.18.0", "blueimp-md5": "^2.18.0",
"dompurify": "^2.2.8", "dompurify": "^2.2.9",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"markdown-it": "^12.0.6", "markdown-it": "^12.0.6",
"markdown-it-task-lists": "^2.1.1", "markdown-it-task-lists": "^2.1.1",