Merge pull request #2073 from nextcloud/dependabot/npm_and_yarn/dompurify-2.0.12

Bump dompurify from 2.0.11 to 2.0.12
This commit is contained in:
Julius Härtl
2020-06-26 11:20:38 +02:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -8187,9 +8187,9 @@
}
},
"dompurify": {
"version": "2.0.11",
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.0.11.tgz",
"integrity": "sha512-qVoGPjIW9IqxRij7klDQQ2j6nSe4UNWANBhZNLnsS7ScTtLb+3YdxkRY8brNTpkUiTtcXsCJO+jS0UCDfenLuA=="
"version": "2.0.12",
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.0.12.tgz",
"integrity": "sha512-Fl8KseK1imyhErHypFPA8qpq9gPzlsJ/EukA6yk9o0gX23p1TzC+rh9LqNg1qvErRTc0UNMYlKxEGSfSh43NDg=="
},
"domutils": {
"version": "1.7.0",

View File

@@ -41,7 +41,7 @@
"@nextcloud/router": "^1.1.0",
"@nextcloud/vue": "^2.1.0",
"blueimp-md5": "^2.16.0",
"dompurify": "^2.0.11",
"dompurify": "^2.0.12",
"lodash": "^4.17.15",
"markdown-it": "^11.0.0",
"markdown-it-task-lists": "^2.1.1",