From df57dff0baf903ef0f8888a6fca4e989e40ea02f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Nov 2023 14:37:38 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-CRYPTOJS-6028119 - https://snyk.io/vuln/SNYK-JS-MINIMIST-2429795 - https://snyk.io/vuln/SNYK-JS-MINIMIST-559764 - https://snyk.io/vuln/SNYK-JS-REQUEST-3361831 - https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873 - https://snyk.io/vuln/SNYK-JS-UNDERSCORE-1080984 - https://snyk.io/vuln/SNYK-JS-WS-1296835 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index a37d79f..bd21cb7 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "dependencies": { "@turf/turf": "^5.1.6", "callback-timeout": "^3.0.1", - "mapbox-gl": "~0.44.1", + "mapbox-gl": "~0.53.0", "moment": "^2.20.1", "randomstring": "^1.1.5", "react": "^16.2.0", @@ -41,9 +41,9 @@ "redux-actions": "^2.2.1", "redux-devtools-extension": "^2.13.2", "redux-promise-middleware": "5.0.0", - "truffle-contract": "^3.0.4", + "truffle-contract": "^4.0.31", "turf": "^3.0.14", - "web3": "^1.0.0-beta.34" + "web3": "^4.0.1" }, "devDependencies": { "babel-core": "^6.26.0",