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 f493b06972359c9ab78c6ac3819b2ab2ca8159c9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 Dec 2023 02:46:19 +0000 Subject: [PATCH 2/2] fix: contracts/zero-ex/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- contracts/zero-ex/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/contracts/zero-ex/package.json b/contracts/zero-ex/package.json index 72cce95de7..a863bb579f 100644 --- a/contracts/zero-ex/package.json +++ b/contracts/zero-ex/package.json @@ -57,7 +57,7 @@ "@0x/contracts-gen": "^2.0.10", "@0x/contracts-erc20": "^3.2.1", "@0x/contracts-test-utils": "^5.3.4", - "@0x/dev-utils": "^3.3.0", + "@0x/dev-utils": "^5.0.0", "@0x/order-utils": "^10.3.0", "@0x/sol-compiler": "^4.1.1", "@0x/ts-doc-gen": "^0.0.22", @@ -68,15 +68,15 @@ "mocha": "^6.2.0", "npm-run-all": "^4.1.2", "shx": "^0.2.2", - "solhint": "^1.4.1", + "solhint": "^3.4.0", "truffle": "^5.0.32", "tslint": "5.11.0", - "typedoc": "^0.15.0", + "typedoc": "^0.21.0", "typescript": "3.0.1" }, "dependencies": { "@0x/base-contract": "^6.2.3", - "@0x/subproviders": "^6.1.1", + "@0x/subproviders": "^7.0.0", "@0x/types": "^3.2.0", "@0x/typescript-typings": "^5.1.1", "@0x/utils": "^5.5.1",