From cdea9d033952456e8139adacdaac40307607e450 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 25 Dec 2025 10:42:48 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-STORYBOOK-14534871 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c3c2076f96..ac63d936c2 100644 --- a/package.json +++ b/package.json @@ -51,8 +51,8 @@ }, "dependencies": { "@xyo-network/react-modules": "workspace:^", - "@xyo-network/react-plugins": "workspace:^", - "@xyo-network/react-sdk": "workspace:^" + "@xyo-network/react-plugins": "2.31.0", + "@xyo-network/react-sdk": "2.31.0" }, "devDependencies": { "@emotion/react": "~11.14.0",