From b629bcb54375d5585cd04256c5e8474160960992 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 23:47:30 +0000 Subject: [PATCH] Bump dompurify from 3.0.8 to 3.0.9 in /ui Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.0.8 to 3.0.9. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/3.0.8...3.0.9) --- updated-dependencies: - dependency-name: dompurify dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 ec424e5..f0782e5 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.8", + "dompurify": "^3.0.9", "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 d4644b9..413b109 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.8: - version "3.0.8" - resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-3.0.8.tgz#e0021ab1b09184bc8af7e35c7dd9063f43a8a437" - integrity sha512-b7uwreMYL2eZhrSCRC4ahLTeZcPZxSmYfmcQGXGkXiZSNW1X85v+SDM5KsWcpivIiUBH47Ji7NtyUdpLeF5JZQ== +dompurify@^3.0.9: + version "3.0.9" + resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-3.0.9.tgz#b3f362f24b99f53498c75d43ecbd784b0b3ad65e" + integrity sha512-uyb4NDIvQ3hRn6NiC+SIFaP4mJ/MdXlvtunaqK9Bn6dD3RuB/1S/gasEjDHD8eiaqdSael2vBv+hOs7Y+jhYOQ== esbuild@^0.18.10: version "0.18.20"