Bump dompurify from 2.2.2 to 2.2.8

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-05-27 08:15:39 +00:00 committed by GitHub
parent 73446a911c
commit e18037e00c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -3730,9 +3730,9 @@
}
},
"dompurify": {
"version": "2.2.2",
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.2.2.tgz",
"integrity": "sha512-BsGR4nDLaC5CNBnyT5I+d5pOeaoWvgVeg6Gq/aqmKYWMPR07131u60I80BvExLAJ0FQEIBQ1BTicw+C5+jOyrg=="
"version": "2.2.8",
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.2.8.tgz",
"integrity": "sha512-9H0UL59EkDLgY3dUFjLV6IEUaHm5qp3mxSqWw7Yyx4Zhk2Jn2cmLe+CNPP3xy13zl8Bqg+0NehQzkdMoVhGRww=="
},
"duplexify": {
"version": "3.7.1",

View File

@ -46,7 +46,7 @@
"css-vars-ponyfill": "^2.2.1",
"davclient.js": "git+https://github.com/owncloud/davclient.js.git#0.2.1",
"debounce": "^1.2.0",
"dompurify": "^2.2.2",
"dompurify": "^2.2.8",
"escape-html": "^1.0.3",
"handlebars": "^4.7.7",
"jcrop": "git+https://github.com/ChristophWurst/Jcrop.git#v0.9.12-npm3",