From 06c9280924e9a2d2a44e500955428e48c64df826 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 24 Sep 2022 16:18:15 +0000 Subject: [PATCH] fix: contracts/coordinator/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HIGHLIGHTJS-1048676 - https://snyk.io/vuln/SNYK-JS-MARKED-2342073 - https://snyk.io/vuln/SNYK-JS-MARKED-2342082 - https://snyk.io/vuln/SNYK-JS-MARKED-584281 - https://snyk.io/vuln/SNYK-JS-NODEFETCH-2342118 - https://snyk.io/vuln/SNYK-JS-NODEFETCH-674311 - https://snyk.io/vuln/SNYK-JS-SHELLJS-2332187 --- contracts/coordinator/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/contracts/coordinator/package.json b/contracts/coordinator/package.json index 098e8c85f8..e4dae2ce6c 100644 --- a/contracts/coordinator/package.json +++ b/contracts/coordinator/package.json @@ -59,7 +59,7 @@ "@0x/contracts-exchange": "^3.2.7", "@0x/contracts-gen": "^2.0.10", "@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", @@ -76,11 +76,11 @@ "make-promises-safe": "^1.1.0", "mocha": "^6.2.0", "npm-run-all": "^4.1.2", - "shx": "^0.2.2", + "shx": "^0.3.0", "solhint": "^1.4.1", "truffle": "^5.0.32", "tslint": "5.11.0", - "typedoc": "^0.15.0", + "typedoc": "^0.21.10", "typescript": "3.0.1" }, "dependencies": { @@ -91,7 +91,7 @@ "@0x/json-schemas": "^5.1.0", "@0x/types": "^3.2.0", "@0x/typescript-typings": "^5.1.1", - "@0x/utils": "^5.5.1", + "@0x/utils": "^7.0.0", "ethereum-types": "^3.2.0", "http-status-codes": "^1.3.2" },