From 1c8c1fc6a9f87cdc2e89b2cffa2752bf860fc5e0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 20 Oct 2024 05:36:41 +0000 Subject: [PATCH] fix: packages/react/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DOMPURIFY-8184974 --- packages/react/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react/package.json b/packages/react/package.json index 2dab8cb32..b146b29e4 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -49,7 +49,7 @@ }, "dependencies": { "@charcoal-ui/foundation": "^3.11.0", - "@charcoal-ui/icons": "^3.11.0", + "@charcoal-ui/icons": "^1.0.0", "@charcoal-ui/styled": "^3.11.0", "@charcoal-ui/theme": "^3.11.0", "@charcoal-ui/utils": "^3.11.0",