From 647f98606b695754e871b9abebace5b40bae5065 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 16 Apr 2024 00:14:29 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-6139239 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index acf1000..e855f98 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ ] }, "dependencies": { - "@0x/subproviders": "^3.0.2", + "@0x/subproviders": "^7.0.0", "@babel/polyfill": "^7.0.0", "@babel/runtime": "^7.2.0", "@polymathnetwork/contract-wrappers": "3.1.0", @@ -58,7 +58,7 @@ "bluebird": "^3.5.5", "ethereum-address": "^0.0.4", "json-stable-stringify": "^1.0.1", - "lodash": "^4.17.13", + "lodash": "^4.17.17", "phin": "^3.4.0", "rimraf": "^3.0.2", "semantic-release-cli": "^5.1.1",