From 94511c3b4096e17586860bf09192939d16ae6038 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 24 Dec 2021 12:08:28 +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-JSONBIGINT-608659 - https://snyk.io/vuln/SNYK-JS-UNDERSCORE-1080984 - https://snyk.io/vuln/SNYK-JS-WS-1296835 --- 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..ba4e367b3c9 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.6.0" }, "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",