Merge pull request #2647 from nextcloud/dependabot/npm_and_yarn/master/dompurify-2.2.3

This commit is contained in:
Julius Härtl
2020-12-14 13:28:57 +01:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -8076,9 +8076,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.3",
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.2.3.tgz",
"integrity": "sha512-8Hv7Q0FuwD9rWoB6qI2eZsfKbGXfoUVuGHHrE15vgk4ReOKwOkSgbqb2OMFtc0d5besOEkoLkcyuV10zQ2X5gw=="
},
"domutils": {
"version": "1.7.0",

View File

@@ -43,7 +43,7 @@
"@nextcloud/vue": "^2.9.0",
"@nextcloud/vue-dashboard": "^1.0.1",
"blueimp-md5": "^2.18.0",
"dompurify": "^2.2.2",
"dompurify": "^2.2.3",
"lodash": "^4.17.20",
"markdown-it": "^12.0.3",
"markdown-it-task-lists": "^2.1.1",