From 7fdee0c7584df4c1af09b247c643ad59176a733a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 17 Sep 2024 17:50:23 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 779e126b7..38a11d670 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "@mui/styles": "^5.16.7", "@xyo-network/react-modules": "workspace:^", "@xyo-network/react-plugins": "workspace:^", - "@xyo-network/react-sdk": "workspace:^", + "@xyo-network/react-sdk": "2.31.0", "axios": "^1.7.7", "geojson": "^0.5.0", "mapbox-gl": "^3.6.0",