From 10c0e335cedc0d7f7e02010ee92b3cc6d49c0b4a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 31 Dec 2025 10:35:16 +0000 Subject: [PATCH] fix: packages/react-sandbox/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-QS-14724253 --- packages/react-sandbox/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-sandbox/package.json b/packages/react-sandbox/package.json index 1b1765bd5..baf62ff40 100644 --- a/packages/react-sandbox/package.json +++ b/packages/react-sandbox/package.json @@ -42,7 +42,7 @@ }, "dependencies": { "@charcoal-ui/foundation": "^3.11.0", - "@charcoal-ui/react": "^3.11.0", + "@charcoal-ui/react": "^1.0.0", "@charcoal-ui/styled": "^3.11.0", "@charcoal-ui/theme": "^3.11.0", "@charcoal-ui/utils": "^3.11.0",