From 0f6bf4995bb10a0b8a108f7c966a7df81b275fa5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 17 Jun 2024 20:07:18 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WS-7266574 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 54eef649c8..7e9103d16b 100644 --- a/package.json +++ b/package.json @@ -19,8 +19,8 @@ "@mui/material": "^5.15.18", "@mui/styles": "^5.15.18", "@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", "axios": "^1.7.2", "geojson": "^0.5.0", "mapbox-gl": "^3.4.0",