From 0319bf2c7231959f4bd302bb646cf921426bc73d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 14:41:34 -0500 Subject: [PATCH] Bump dompurify from 3.0.6 to 3.1.7 (#7190) Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.0.6 to 3.1.7. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/3.0.6...3.1.7) --- updated-dependencies: - dependency-name: dompurify dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: kieftrav --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 763248bc6c..5055794611 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "counterpart": "~0.18.6", "data-uri-to-blob": "0.0.4", "debounce": "~2.0.0", - "dompurify": "~3.0.6", + "dompurify": "~3.1.7", "drag-reorderable": "~0.2.0", "hash.js": "~1.1.7", "history": "~3.3.0", @@ -6410,9 +6410,9 @@ "integrity": "sha512-3VdM/SXBZX2omc9JF9nOPCtDaYQ67BGp5CoLpIQlO2KCAPETs8TcDHacF26jXadGbvUteZzRTeos2fhID5+ucQ==" }, "node_modules/dompurify": { - "version": "3.0.6", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.0.6.tgz", - "integrity": "sha512-ilkD8YEnnGh1zJ240uJsW7AzE+2qpbOUYjacomn3AvJ6J4JhKGSZ2nh4wUIXPZrEPppaCLx5jFe8T89Rk8tQ7w==" + "version": "3.1.7", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.1.7.tgz", + "integrity": "sha512-VaTstWtsneJY8xzy7DekmYWEOZcmzIe3Qb3zPd4STve1OBTa+e+WmS1ITQec1fZYXI3HCsOZZiSMpG6oxoWMWQ==" }, "node_modules/domutils": { "version": "2.8.0", @@ -22537,9 +22537,9 @@ "integrity": "sha512-3VdM/SXBZX2omc9JF9nOPCtDaYQ67BGp5CoLpIQlO2KCAPETs8TcDHacF26jXadGbvUteZzRTeos2fhID5+ucQ==" }, "dompurify": { - "version": "3.0.6", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.0.6.tgz", - "integrity": "sha512-ilkD8YEnnGh1zJ240uJsW7AzE+2qpbOUYjacomn3AvJ6J4JhKGSZ2nh4wUIXPZrEPppaCLx5jFe8T89Rk8tQ7w==" + "version": "3.1.7", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.1.7.tgz", + "integrity": "sha512-VaTstWtsneJY8xzy7DekmYWEOZcmzIe3Qb3zPd4STve1OBTa+e+WmS1ITQec1fZYXI3HCsOZZiSMpG6oxoWMWQ==" }, "domutils": { "version": "2.8.0", diff --git a/package.json b/package.json index 1b47420798..ce0da44d8c 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "counterpart": "~0.18.6", "data-uri-to-blob": "0.0.4", "debounce": "~2.0.0", - "dompurify": "~3.0.6", + "dompurify": "~3.1.7", "drag-reorderable": "~0.2.0", "hash.js": "~1.1.7", "history": "~3.3.0",