From e5158f63bf2f6771a0f9d646b8eec18056550627 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 21 Oct 2021 04:00:29 +0000 Subject: [PATCH] fix: packages/mobile/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-1064899 - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-511941 - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-571484 - https://snyk.io/vuln/SNYK-JS-UNDERSCORE-1080984 --- packages/mobile/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/mobile/package.json b/packages/mobile/package.json index d86264bc31e..1388e1348a8 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -45,7 +45,7 @@ "dependencies": { "@celo/client": "4fd835d", "@celo/client-integration": "npm:@celo/client@55cf94c", - "@celo/contractkit": "0.0.1", + "@celo/contractkit": "1.2.2", "@celo/react-native-sms-retriever": "git+https://github.com/celo-org/react-native-sms-retriever#d3a2fdb", "@celo/utils": "0.0.1", "@react-native-community/netinfo": "^2.0.4", @@ -130,7 +130,7 @@ "tslib": "^1.9.1", "utf8": "^3.0.0", "vm-browserify": "^1.0.1", - "web3": "1.0.0-beta.37" + "web3": "1.3.6" }, "devDependencies": { "@babel/core": "^7.4.3", @@ -162,7 +162,7 @@ "enzyme-to-json": "^3.3.5", "escape-string-regexp": "^1.0.5", "graphql-code-generator": "^0.16.1", - "jest": "^24.8.0", + "jest": "^26.0.0", "jest-fetch-mock": "^2.1.2", "jest-junit": "^6.3.0", "jest-snapshot": "^24.8.0",