Merge pull request #2242 from nextcloud/dependabot/npm_and_yarn/dompurify-2.0.14

Bump dompurify from 2.0.12 to 2.0.14
This commit is contained in:
Julius Härtl
2020-08-29 08:41:26 +02:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -7462,9 +7462,9 @@
}
},
"dompurify": {
"version": "2.0.12",
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.0.12.tgz",
"integrity": "sha512-Fl8KseK1imyhErHypFPA8qpq9gPzlsJ/EukA6yk9o0gX23p1TzC+rh9LqNg1qvErRTc0UNMYlKxEGSfSh43NDg=="
"version": "2.0.14",
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.0.14.tgz",
"integrity": "sha512-oqcjyCLHLjWugZ6VwK0YfmRND/DFy/CuZhdasmymMfnxbzaaQxBSA1ATZIXWESGDj/nvq1vKLmRa7rTdbGgrmQ=="
},
"domutils": {
"version": "1.7.0",

View File

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