From d265a41b06f8642d87eb3f2bc8ff0310d562ae36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 16:14:21 +0000 Subject: [PATCH] build(deps): bump dompurify from 3.2.7 to 3.3.0 Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.2.7 to 3.3.0. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/3.2.7...3.3.0) --- updated-dependencies: - dependency-name: dompurify dependency-version: 3.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 90118a8b..613738c6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@internationalized/number": "^3.6.5", "classnames": "^2.5.1", "deepmerge": "^4.3.1", - "dompurify": "^3.2.7", + "dompurify": "^3.3.0", "i18next": "^25.6.0", "react-aria": "^3.44.0", "react-aria-components": "1.13.0", @@ -8783,9 +8783,9 @@ "peer": true }, "node_modules/dompurify": { - "version": "3.2.7", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.2.7.tgz", - "integrity": "sha512-WhL/YuveyGXJaerVlMYGWhvQswa7myDG17P7Vu65EWC05o8vfeNbvNf4d/BOvH99+ZW+LlQsc1GDKMa1vNK6dw==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.3.0.tgz", + "integrity": "sha512-r+f6MYR1gGN1eJv0TVQbhA7if/U7P87cdPl3HN5rikqaBSBxLiCb/b9O+2eG0cxz0ghyU+mU1QkbsOwERMYlWQ==", "license": "(MPL-2.0 OR Apache-2.0)", "optionalDependencies": { "@types/trusted-types": "^2.0.7" diff --git a/package.json b/package.json index 7e86e71f..3abe37f4 100644 --- a/package.json +++ b/package.json @@ -121,7 +121,7 @@ "@internationalized/number": "^3.6.5", "classnames": "^2.5.1", "deepmerge": "^4.3.1", - "dompurify": "^3.2.7", + "dompurify": "^3.3.0", "i18next": "^25.6.0", "react-aria": "^3.44.0", "react-aria-components": "1.13.0",