From 109852f82d3ef24f215405df6e26357d39b0d672 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 16:55:51 +0000 Subject: [PATCH] Bump dompurify from 3.0.9 to 3.0.10 Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.0.9 to 3.0.10. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/3.0.9...3.0.10) --- updated-dependencies: - dependency-name: dompurify dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index b2e98bee05..1f62478e54 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "@nextcloud/vue": "^8.11.0", "blueimp-md5": "^2.19.0", "crypto-js": "^4.2.0", - "dompurify": "^3.0.9", + "dompurify": "^3.0.10", "linkify-string": "^4.1.3", "lodash-es": "^4.17.21", "pinia": "^2.1.7", @@ -7635,9 +7635,9 @@ } }, "node_modules/dompurify": { - "version": "3.0.9", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.0.9.tgz", - "integrity": "sha512-uyb4NDIvQ3hRn6NiC+SIFaP4mJ/MdXlvtunaqK9Bn6dD3RuB/1S/gasEjDHD8eiaqdSael2vBv+hOs7Y+jhYOQ==" + "version": "3.0.10", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.0.10.tgz", + "integrity": "sha512-WZDL8ZHTliEVP3Lk4phtvjg8SNQ3YMc5WVstxE8cszKZrFjzI4PF4ZTIk9VGAc9vZADO7uGO2V/ZiStcRSAT4Q==" }, "node_modules/domutils": { "version": "3.1.0", diff --git a/package.json b/package.json index 6d3477e96f..961e473ba0 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@nextcloud/vue": "^8.11.0", "blueimp-md5": "^2.19.0", "crypto-js": "^4.2.0", - "dompurify": "^3.0.9", + "dompurify": "^3.0.10", "linkify-string": "^4.1.3", "lodash-es": "^4.17.21", "pinia": "^2.1.7",