From 2e146e00953c4d1b50b3f5ffde0ee21bd57c70a2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 24 Jul 2025 10:17:05 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FORMDATA-10841150 - https://snyk.io/vuln/SNYK-JS-ESLINTPLUGINKIT-10847878 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5f62c7f..56808fd 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ }, "dependencies": { "@xyo-network/ethers-wrappers": "workspace:^", - "@xyo-network/sdk-geo": "workspace:^" + "@xyo-network/sdk-geo": "2.6.10" }, "devDependencies": { "@stylistic/eslint-plugin": "^2.12.1",