From 074effb1185bc717586343083172452dba121173 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 17:11:20 +0000 Subject: [PATCH] chore(deps): bump dompurify Bumps the npm_and_yarn group with 1 update in the /webchat directory: [dompurify](https://github.com/cure53/DOMPurify). Updates `dompurify` from 3.0.1 to 3.1.3 - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/3.0.1...3.1.3) --- updated-dependencies: - dependency-name: dompurify dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- webchat/package-lock.json | 8 ++++---- webchat/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/webchat/package-lock.json b/webchat/package-lock.json index 6a97c498a..c5f89b811 100644 --- a/webchat/package-lock.json +++ b/webchat/package-lock.json @@ -11,7 +11,7 @@ "@twilio/flex-webchat-ui": "^2.9.3", "buffer": "^6.0.3", "date-fns": "^2.29.3", - "dompurify": "^3.0.1", + "dompurify": "^3.1.3", "pubsub-js": "^1.9.4", "react-hook-form": "^7.43.7", "react-html-parser": "^2.0.2", @@ -6125,9 +6125,9 @@ } }, "node_modules/dompurify": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.0.1.tgz", - "integrity": "sha512-60tsgvPKwItxZZdfLmamp0MTcecCta3avOhsLgPZ0qcWt96OasFfhkeIRbJ6br5i0fQawT1/RBGB5L58/Jpwuw==" + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.1.3.tgz", + "integrity": "sha512-5sOWYSNPaxz6o2MUPvtyxTTqR4D3L77pr5rUQoWgD5ROQtVIZQgJkXbo1DLlK3vj11YGw5+LnF4SYti4gZmwng==" }, "node_modules/domutils": { "version": "2.8.0", diff --git a/webchat/package.json b/webchat/package.json index 18362b541..29ffe4788 100644 --- a/webchat/package.json +++ b/webchat/package.json @@ -55,7 +55,7 @@ "@twilio/flex-webchat-ui": "^2.9.3", "buffer": "^6.0.3", "date-fns": "^2.29.3", - "dompurify": "^3.0.1", + "dompurify": "^3.1.3", "pubsub-js": "^1.9.4", "react-hook-form": "^7.43.7", "react-html-parser": "^2.0.2",