From 132f3a62d0993ee658ccf02b0cce12380ce3c2d8 Mon Sep 17 00:00:00 2001 From: Allan Roger Reid Date: Wed, 19 Feb 2025 05:57:23 -0800 Subject: [PATCH] Upgrade dompurify to 3.2.4 --- web-app/package.json | 4 ++-- web-app/yarn.lock | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/web-app/package.json b/web-app/package.json index 3d12dca89..7bf560e21 100644 --- a/web-app/package.json +++ b/web-app/package.json @@ -7,6 +7,7 @@ "dependencies": { "@reduxjs/toolkit": "^1.9.7", "clsx": "^2.1.1", + "dompurify": "^3.2.4", "http-status-codes": "^2.3.0", "kbar": "^0.1.0-beta.45", "local-storage-fallback": "^4.1.2", @@ -28,8 +29,7 @@ "recharts": "^2.12.7", "styled-components": "5.3.11", "superagent": "^9.0.2", - "tinycolor2": "^1.6.0", - "dompurify": "^3.2.4" + "tinycolor2": "^1.6.0" }, "scripts": { "start": "PORT=5005 react-scripts start", diff --git a/web-app/yarn.lock b/web-app/yarn.lock index f0f5ed068..baa5faa1a 100644 --- a/web-app/yarn.lock +++ b/web-app/yarn.lock @@ -18221,6 +18221,7 @@ __metadata: babel-plugin-istanbul: "npm:^6.1.1" clsx: "npm:^2.1.1" customize-cra: "npm:^1.0.0" + dompurify: "npm:^3.2.4" http-status-codes: "npm:^2.3.0" kbar: "npm:^0.1.0-beta.45" knip: "npm:^5.27.2"