From 637d2acb512f181bd764a5d60186f64440097aec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Mar 2023 00:11:54 +0000 Subject: [PATCH] Bump dompurify from 2.4.5 to 3.0.1 Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.4.5 to 3.0.1. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/2.4.5...3.0.1) --- updated-dependencies: - dependency-name: dompurify dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index eec6a7a..4bf6dd9 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "@types/react-dom": "^18.0.9", "axios": "^1.2.1", "dayjs": "^1.11.5", - "dompurify": "^2.4.0", + "dompurify": "^3.0.1", "github-markdown-css": "^5.1.0", "highlight.js": "^11.7.0", "marked": "^4.1.0",