Merge pull request #1761 from nextcloud/dependabot/npm_and_yarn/dompurify-2.0.10

This commit is contained in:
dependabot-preview[bot]
2020-04-26 13:53:30 +00:00
committed by GitHub
2 changed files with 8 additions and 6 deletions

12
package-lock.json generated
View File

@@ -5039,7 +5039,8 @@
}, },
"kind-of": { "kind-of": {
"version": "6.0.2", "version": "6.0.2",
"resolved": "" "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.2.tgz",
"integrity": "sha512-s5kLOcnH0XqDO+FvuaLX8DDjZ18CGFk7VygH40QoKPUQhW4e2rvM0rwUq0t8IQDOwYSeLK01U90OjzBTme2QqA=="
} }
} }
}, },
@@ -6569,9 +6570,9 @@
} }
}, },
"dompurify": { "dompurify": {
"version": "2.0.8", "version": "2.0.10",
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.0.8.tgz", "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.0.10.tgz",
"integrity": "sha512-vIOSyOXkMx81ghEalh4MLBtDHMx1bhKlaqHDMqM2yeitJ996SLOk5mGdDpI9ifJAgokred8Rmu219fX4OltqXw==" "integrity": "sha512-ok1dcSztsIuVxWG6Cx0ujyDIzNclz9W9OIU0cOb0IT+VAtSLrOelZF4miUvSm1U4PoCw8D7sIOLCnCQOaVpr3w=="
}, },
"domutils": { "domutils": {
"version": "1.7.0", "version": "1.7.0",
@@ -15838,7 +15839,8 @@
}, },
"kind-of": { "kind-of": {
"version": "6.0.2", "version": "6.0.2",
"resolved": "" "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.2.tgz",
"integrity": "sha512-s5kLOcnH0XqDO+FvuaLX8DDjZ18CGFk7VygH40QoKPUQhW4e2rvM0rwUq0t8IQDOwYSeLK01U90OjzBTme2QqA=="
} }
} }
}, },

View File

@@ -41,7 +41,7 @@
"@nextcloud/router": "^1.0.2", "@nextcloud/router": "^1.0.2",
"@nextcloud/vue": "^1.5.0", "@nextcloud/vue": "^1.5.0",
"blueimp-md5": "^2.13.0", "blueimp-md5": "^2.13.0",
"dompurify": "^2.0.8", "dompurify": "^2.0.10",
"lodash": "^4.17.15", "lodash": "^4.17.15",
"markdown-it": "^10.0.0", "markdown-it": "^10.0.0",
"markdown-it-task-lists": "^2.1.1", "markdown-it-task-lists": "^2.1.1",