From 305e4ed1b815cff28c2ebf190eb065d71f1b019a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 02:03:15 +0000 Subject: [PATCH] Bump dompurify from 2.4.2 to 2.4.3 Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.4.2 to 2.4.3. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/2.4.2...2.4.3) --- 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 35cd4969d..713d07d70 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@nextcloud/vue": "^7.3.0", "@nextcloud/vue-richtext": "^2.0.4", "core-js": "^3.27.1", - "dompurify": "^2.4.2", + "dompurify": "^2.4.3", "file-saver": "^2.0.5", "linkify-string": "^4.1.0", "lodash": "^4.17.21", @@ -4687,9 +4687,9 @@ } }, "node_modules/dompurify": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.4.2.tgz", - "integrity": "sha512-ckbbxcGpfTJ7SNHC2yT2pHSCYxo2oQgSfdoDHQANzMzQyGzVmalF9W/B+X97Cdik5xFwWtwJP232gIP2+1kNEA==" + "version": "2.4.3", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.4.3.tgz", + "integrity": "sha512-q6QaLcakcRjebxjg8/+NP+h0rPfatOgOzc46Fst9VAA3jF2ApfKBNKMzdP4DYTqtUMXSCd5pRS/8Po/OmoCHZQ==" }, "node_modules/domutils": { "version": "3.0.1", @@ -15861,9 +15861,9 @@ } }, "dompurify": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.4.2.tgz", - "integrity": "sha512-ckbbxcGpfTJ7SNHC2yT2pHSCYxo2oQgSfdoDHQANzMzQyGzVmalF9W/B+X97Cdik5xFwWtwJP232gIP2+1kNEA==" + "version": "2.4.3", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.4.3.tgz", + "integrity": "sha512-q6QaLcakcRjebxjg8/+NP+h0rPfatOgOzc46Fst9VAA3jF2ApfKBNKMzdP4DYTqtUMXSCd5pRS/8Po/OmoCHZQ==" }, "domutils": { "version": "3.0.1", diff --git a/package.json b/package.json index c33a4f716..0f0c25d39 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "@nextcloud/vue": "^7.3.0", "@nextcloud/vue-richtext": "^2.0.4", "core-js": "^3.27.1", - "dompurify": "^2.4.2", + "dompurify": "^2.4.3", "file-saver": "^2.0.5", "linkify-string": "^4.1.0", "lodash": "^4.17.21",