From 3c3863ed7217b503f8a6ee37b80f2f32f35dc3a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jan 2024 03:31:05 +0000 Subject: [PATCH] Chore(deps): Bump dompurify from 3.0.6 to 3.0.8 Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.0.6 to 3.0.8. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/3.0.6...3.0.8) --- 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 99334ca42..e197cb0c1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "@nextcloud/vue": "^7.12.6", "blueimp-md5": "^2.19.0", "chroma-js": "^2.4.2", - "dompurify": "^3.0.6", + "dompurify": "^3.0.8", "lodash": "^4.17.21", "markdown-it": "^14.0.0", "markdown-it-link-attributes": "^4.0.1", @@ -8539,9 +8539,9 @@ } }, "node_modules/dompurify": { - "version": "3.0.6", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.0.6.tgz", - "integrity": "sha512-ilkD8YEnnGh1zJ240uJsW7AzE+2qpbOUYjacomn3AvJ6J4JhKGSZ2nh4wUIXPZrEPppaCLx5jFe8T89Rk8tQ7w==" + "version": "3.0.8", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.0.8.tgz", + "integrity": "sha512-b7uwreMYL2eZhrSCRC4ahLTeZcPZxSmYfmcQGXGkXiZSNW1X85v+SDM5KsWcpivIiUBH47Ji7NtyUdpLeF5JZQ==" }, "node_modules/domutils": { "version": "2.8.0", @@ -27246,9 +27246,9 @@ } }, "dompurify": { - "version": "3.0.6", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.0.6.tgz", - "integrity": "sha512-ilkD8YEnnGh1zJ240uJsW7AzE+2qpbOUYjacomn3AvJ6J4JhKGSZ2nh4wUIXPZrEPppaCLx5jFe8T89Rk8tQ7w==" + "version": "3.0.8", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.0.8.tgz", + "integrity": "sha512-b7uwreMYL2eZhrSCRC4ahLTeZcPZxSmYfmcQGXGkXiZSNW1X85v+SDM5KsWcpivIiUBH47Ji7NtyUdpLeF5JZQ==" }, "domutils": { "version": "2.8.0", diff --git a/package.json b/package.json index 7fccc7dc5..4a986aa60 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "@nextcloud/vue": "^7.12.6", "blueimp-md5": "^2.19.0", "chroma-js": "^2.4.2", - "dompurify": "^3.0.6", + "dompurify": "^3.0.8", "lodash": "^4.17.21", "markdown-it": "^14.0.0", "markdown-it-link-attributes": "^4.0.1",