Merge pull request #2328 from nextcloud/dependabot/npm_and_yarn/dompurify-2.1.1

Bump dompurify from 2.0.16 to 2.1.1
This commit is contained in:
Julius Härtl
2020-09-28 07:48:00 +02:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -7327,9 +7327,9 @@
}
},
"dompurify": {
"version": "2.0.16",
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.0.16.tgz",
"integrity": "sha512-MMNzUQdlvmbXhD0NVxME4hNI72eOlcz9TzO9L8KfmUcI+h97ISON5XagIUm40+JRwV4fGHYqxRpSy844fT9iow=="
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.1.1.tgz",
"integrity": "sha512-NijiNVkS/OL8mdQL1hUbCD6uty/cgFpmNiuFxrmJ5YPH2cXrPKIewoixoji56rbZ6XBPmtM8GA8/sf9unlSuwg=="
},
"domutils": {
"version": "1.7.0",

View File

@@ -42,7 +42,7 @@
"@nextcloud/vue": "^2.6.5",
"@nextcloud/vue-dashboard": "^1.0.1",
"blueimp-md5": "^2.18.0",
"dompurify": "^2.0.16",
"dompurify": "^2.1.1",
"lodash": "^4.17.20",
"markdown-it": "^11.0.1",
"markdown-it-task-lists": "^2.1.1",