From ccc9c7afb49f1c2d85e6e6af66025ac03a448077 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 3 Jul 2024 23:34:45 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASYNC-7414156 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1b86a78a00..f87d7025c1 100644 --- a/package.json +++ b/package.json @@ -19,8 +19,8 @@ "@mui/material": "^5.15.21", "@mui/styles": "^5.15.21", "@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",