From 4073e1a3b41b42cef176c11f9ae6debdbd40d26d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2020 01:34:10 +0000 Subject: [PATCH] Bump dompurify from 2.0.14 to 2.0.15 Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.0.14 to 2.0.15. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/2.0.14...2.0.15) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 879a4b4de..176877157 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7445,9 +7445,9 @@ } }, "dompurify": { - "version": "2.0.14", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.0.14.tgz", - "integrity": "sha512-oqcjyCLHLjWugZ6VwK0YfmRND/DFy/CuZhdasmymMfnxbzaaQxBSA1ATZIXWESGDj/nvq1vKLmRa7rTdbGgrmQ==" + "version": "2.0.15", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.0.15.tgz", + "integrity": "sha512-8AnYW8iXOC7xC7K3FBvQ7+GdmtOsgDGZC5dDXaewCC674qcId7G5mhz5VIEnVShJVjQdlcaPjxpaOzaV9JC3Tg==" }, "domutils": { "version": "1.7.0", diff --git a/package.json b/package.json index a5ca86f92..e8439b4ee 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@nextcloud/vue": "^2.6.1", "@nextcloud/vue-dashboard": "^0.1.8", "blueimp-md5": "^2.17.0", - "dompurify": "^2.0.14", + "dompurify": "^2.0.15", "lodash": "^4.17.20", "markdown-it": "^11.0.0", "markdown-it-task-lists": "^2.1.1",