From ddc21f8237098bd7a377ba228d4e531b0817d16d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 18 Sep 2025 12:08:39 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-12613773 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 77187b4889..3ea323087d 100644 --- a/package.json +++ b/package.json @@ -55,8 +55,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",