From c03baa4ff2fff1297dbf96bc9a05d6bc59ba0a33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 12:47:53 +0000 Subject: [PATCH] Bump dompurify from 3.1.0 to 3.1.3 in /packages/editors Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.1.0 to 3.1.3. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/3.1.0...3.1.3) --- updated-dependencies: - dependency-name: dompurify dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/editors/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/editors/package.json b/packages/editors/package.json index 34c2f13b..4977a92a 100644 --- a/packages/editors/package.json +++ b/packages/editors/package.json @@ -59,7 +59,7 @@ "@manifest-editor/editor-api": "1.0.3", "@manifest-editor/shell": "1.0.3", "classnames": "^2.5.1", - "dompurify": "3.1.0", + "dompurify": "3.1.3", "draft-convert": "^2.1.12", "draft-js": "^0.11.7", "immer": "^10.0.4",