From 09d67f1c055f1903f0bb8862140a5917b5c06c80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Jul 2022 03:40:20 +0000 Subject: [PATCH] Bump dompurify from 2.3.9 to 2.3.10 Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.3.9 to 2.3.10. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/2.3.9...2.3.10) --- updated-dependencies: - dependency-name: dompurify dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3d1b070bc..5ce88d772 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "@nextcloud/vue": "^5.3.1", "@nextcloud/vue-dashboard": "^2.0.1", "blueimp-md5": "^2.19.0", - "dompurify": "^2.3.9", + "dompurify": "^2.3.10", "lodash": "^4.17.21", "markdown-it": "^13.0.1", "markdown-it-link-attributes": "^4.0.0", @@ -7505,9 +7505,9 @@ } }, "node_modules/dompurify": { - "version": "2.3.9", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.3.9.tgz", - "integrity": "sha512-3zOnuTwup4lPV/GfGS6UzG4ub9nhSYagR/5tB3AvDEwqyy5dtyCM2dVjwGDCnrPerXifBKTYh/UWCGKK7ydhhw==" + "version": "2.3.10", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.3.10.tgz", + "integrity": "sha512-o7Fg/AgC7p/XpKjf/+RC3Ok6k4St5F7Q6q6+Nnm3p2zGWioAY6dh0CbbuwOhH2UcSzKsdniE/YnE2/92JcsA+g==" }, "node_modules/domutils": { "version": "2.8.0", @@ -24684,9 +24684,9 @@ } }, "dompurify": { - "version": "2.3.9", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.3.9.tgz", - "integrity": "sha512-3zOnuTwup4lPV/GfGS6UzG4ub9nhSYagR/5tB3AvDEwqyy5dtyCM2dVjwGDCnrPerXifBKTYh/UWCGKK7ydhhw==" + "version": "2.3.10", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.3.10.tgz", + "integrity": "sha512-o7Fg/AgC7p/XpKjf/+RC3Ok6k4St5F7Q6q6+Nnm3p2zGWioAY6dh0CbbuwOhH2UcSzKsdniE/YnE2/92JcsA+g==" }, "domutils": { "version": "2.8.0", diff --git a/package.json b/package.json index cf49314d7..6cfafa1ed 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@nextcloud/vue": "^5.3.1", "@nextcloud/vue-dashboard": "^2.0.1", "blueimp-md5": "^2.19.0", - "dompurify": "^2.3.9", + "dompurify": "^2.3.10", "lodash": "^4.17.21", "markdown-it": "^13.0.1", "markdown-it-link-attributes": "^4.0.0",