From e3d875242a2004ca0ae8fd9efea5d5e708c33e18 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 23 Feb 2025 05:04:30 +0000 Subject: [PATCH] fix: apps/mobile/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-8720086 - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-8187303 - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-7577916 - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-7577917 - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-7577918 - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-8172694 --- apps/mobile/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/mobile/package.json b/apps/mobile/package.json index 2b598270337..9412c9240ff 100644 --- a/apps/mobile/package.json +++ b/apps/mobile/package.json @@ -81,7 +81,7 @@ "@react-navigation/native-stack": "6.7.0", "@react-navigation/stack": "6.2.2", "@reduxjs/toolkit": "1.9.3", - "@reown/walletkit": "1.1.1", + "@reown/walletkit": "1.2.0", "@shopify/flash-list": "1.7.1", "@shopify/react-native-performance": "4.1.2", "@shopify/react-native-performance-navigation": "3.0.0", @@ -93,9 +93,9 @@ "@uniswap/client-explore": "0.0.15", "@uniswap/ethers-rs-mobile": "0.0.5", "@uniswap/sdk-core": "7.5.0", - "@walletconnect/core": "2.17.1", + "@walletconnect/core": "2.18.0", "@walletconnect/react-native-compat": "2.17.1", - "@walletconnect/utils": "2.17.1", + "@walletconnect/utils": "2.18.0", "apollo3-cache-persist": "0.14.1", "babel-plugin-transform-inline-environment-variables": "0.4.4", "babel-plugin-transform-remove-console": "6.9.4",