From 7b577c70e6d9172ca7785930d059ba0891e60a5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 Nov 2024 14:25:15 +0000 Subject: [PATCH] Bump dompurify from 3.1.7 to 3.2.0 Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.1.7 to 3.2.0. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/3.1.7...3.2.0) --- updated-dependencies: - dependency-name: dompurify 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 12c730e..b427ae1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -70,7 +70,7 @@ "axios": "^1.7.7", "classnames": "^2.5.1", "cross-spawn": "^7.0.5", - "dompurify": "^3.1.7", + "dompurify": "^3.2.0", "entities": "^5.0.0", "lodash": "^4.17.21", "prompts": "^2.4.2", @@ -14829,9 +14829,9 @@ } }, "node_modules/dompurify": { - "version": "3.1.7", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.1.7.tgz", - "integrity": "sha512-VaTstWtsneJY8xzy7DekmYWEOZcmzIe3Qb3zPd4STve1OBTa+e+WmS1ITQec1fZYXI3HCsOZZiSMpG6oxoWMWQ==" + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.2.0.tgz", + "integrity": "sha512-AMdOzK44oFWqHEi0wpOqix/fUNY707OmoeFDnbi3Q5I8uOpy21ufUA5cDJPr0bosxrflOVD/H2DMSvuGKJGfmQ==" }, "node_modules/domutils": { "version": "3.1.0", diff --git a/package.json b/package.json index 4dc9a23..129b68c 100644 --- a/package.json +++ b/package.json @@ -97,7 +97,7 @@ "axios": "^1.7.7", "classnames": "^2.5.1", "cross-spawn": "^7.0.5", - "dompurify": "^3.1.7", + "dompurify": "^3.2.0", "entities": "^5.0.0", "lodash": "^4.17.21", "prompts": "^2.4.2",