From dbc927803baad81a0832f2cf366bb72f4fd4715a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 23:53:09 +0000 Subject: [PATCH] Bump dompurify from 3.0.9 to 3.0.10 in /ui 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] --- 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 ad769d9..0dc04ad 100644 --- a/ui/package.json +++ b/ui/package.json @@ -15,7 +15,7 @@ "bootstrap": "^5.3.3", "bootswatch": "^5.3.3", "dayjs": "^1.11.10", - "dompurify": "^3.0.9", + "dompurify": "^3.0.10", "highlight.js": "^11.9.0", "highlightjs-line-numbers.js": "^2.8.0", "marked": "^12.0.1" diff --git a/ui/yarn.lock b/ui/yarn.lock index ed9d59a..b47074d 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.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== +dompurify@^3.0.10: + version "3.0.10" + resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-3.0.10.tgz#d48b7c5cef8f368fca380c6fbd9aa8d9f3ca0dcb" + integrity sha512-WZDL8ZHTliEVP3Lk4phtvjg8SNQ3YMc5WVstxE8cszKZrFjzI4PF4ZTIk9VGAc9vZADO7uGO2V/ZiStcRSAT4Q== esbuild@^0.18.10: version "0.18.20"