From b256f5253caa1d34f45264d81cfaf9ace7743538 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jan 2024 17:26:08 -0500 Subject: [PATCH] Bump dompurify from 3.0.6 to 3.0.8 in /ui (#304) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- ui/package.json | 2 +- ui/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ui/package.json b/ui/package.json index 63fc066..ec424e5 100644 --- a/ui/package.json +++ b/ui/package.json @@ -15,7 +15,7 @@ "bootstrap": "^5.3.2", "bootswatch": "^5.3.2", "dayjs": "^1.11.10", - "dompurify": "^3.0.6", + "dompurify": "^3.0.8", "highlight.js": "^11.9.0", "highlightjs-line-numbers.js": "^2.8.0", "marked": "^11.1.1" diff --git a/ui/yarn.lock b/ui/yarn.lock index 8427218..d4644b9 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -162,10 +162,10 @@ dayjs@^1.11.10: resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.11.10.tgz#68acea85317a6e164457d6d6947564029a6a16a0" integrity sha512-vjAczensTgRcqDERK0SR2XMwsF/tSvnvlv6VcF2GIhg6Sx4yOIt/irsr1RDJsKiIyBzJDpCoXiWWq28MqH2cnQ== -dompurify@^3.0.6: - version "3.0.6" - resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-3.0.6.tgz#925ebd576d54a9531b5d76f0a5bef32548351dae" - integrity sha512-ilkD8YEnnGh1zJ240uJsW7AzE+2qpbOUYjacomn3AvJ6J4JhKGSZ2nh4wUIXPZrEPppaCLx5jFe8T89Rk8tQ7w== +dompurify@^3.0.8: + version "3.0.8" + resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-3.0.8.tgz#e0021ab1b09184bc8af7e35c7dd9063f43a8a437" + integrity sha512-b7uwreMYL2eZhrSCRC4ahLTeZcPZxSmYfmcQGXGkXiZSNW1X85v+SDM5KsWcpivIiUBH47Ji7NtyUdpLeF5JZQ== esbuild@^0.18.10: version "0.18.20"