From b589f5f2183feb89a7ef9a5caec2cde7236a0684 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 16 Oct 2024 04:50:42 +0000 Subject: [PATCH] fix: packages/sol-profiler/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-8172694 - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-8187303 --- packages/sol-profiler/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/sol-profiler/package.json b/packages/sol-profiler/package.json index 1ad58399b3..309d4faaf7 100644 --- a/packages/sol-profiler/package.json +++ b/packages/sol-profiler/package.json @@ -34,13 +34,13 @@ "homepage": "https://github.com/0xProject/0x-monorepo/packages/sol-profiler/README.md", "dependencies": { "@0x/sol-tracing-utils": "^7.1.0", - "@0x/subproviders": "^6.1.1", + "@0x/subproviders": "^7.0.0", "@0x/typescript-typings": "^5.1.1", - "@0x/utils": "^5.5.1", + "@0x/utils": "^6.4.0", "ethereum-types": "^3.2.0", - "ethereumjs-util": "^5.1.1", + "ethereumjs-util": "^6.0.0", "lodash": "^4.17.11", - "web3-provider-engine": "14.0.6" + "web3-provider-engine": "17.0.0" }, "devDependencies": { "@0x/ts-doc-gen": "^0.0.22",