From 1589b597f320277b41485c3c8160dd14fe83f982 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 19 Aug 2022 00:21:22 +0000 Subject: [PATCH 1/2] fix: packages/order-utils/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFETCH-2342118 - https://snyk.io/vuln/SNYK-JS-NODEFETCH-674311 --- packages/order-utils/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/order-utils/package.json b/packages/order-utils/package.json index 7a32de24d1..460022af2f 100644 --- a/packages/order-utils/package.json +++ b/packages/order-utils/package.json @@ -72,7 +72,7 @@ "@0x/contract-addresses": "^4.11.0", "@0x/contract-wrappers": "^13.8.0", "@0x/json-schemas": "^5.1.0", - "@0x/utils": "^5.5.1", + "@0x/utils": "^7.0.0", "@0x/web3-wrapper": "^7.2.0", "ethereumjs-util": "^5.1.1", "ethers": "~4.0.4", From e3c285b243dae47bece213d3e990a6d8dd97fcc2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 25 Jun 2023 15:43:09 +0000 Subject: [PATCH 2/2] fix: packages/order-utils/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- packages/order-utils/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/order-utils/package.json b/packages/order-utils/package.json index 460022af2f..ad41de53f1 100644 --- a/packages/order-utils/package.json +++ b/packages/order-utils/package.json @@ -43,8 +43,8 @@ }, "homepage": "https://github.com/0xProject/0x-monorepo/packages/order-utils/README.md", "devDependencies": { - "@0x/dev-utils": "^3.3.0", - "@0x/subproviders": "^6.1.1", + "@0x/dev-utils": "^5.0.3", + "@0x/subproviders": "^8.0.1", "@0x/ts-doc-gen": "^0.0.22", "@0x/tslint-config": "^4.1.0", "@0x/types": "^3.2.0",