From 5d5d77b8581104d3c69853f1a854c3b51a68f45d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 24 Dec 2025 19:23:33 +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-STORYBOOKCORECOMMON-14470053 --- 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",