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", diff --git a/packages/sol-compiler/package.json b/packages/sol-compiler/package.json index 0b7905d65b..bb9b26a330 100644 --- a/packages/sol-compiler/package.json +++ b/packages/sol-compiler/package.json @@ -46,7 +46,7 @@ }, "homepage": "https://github.com/0xProject/0x-monorepo/packages/sol-compiler/README.md", "devDependencies": { - "@0x/dev-utils": "^3.3.0", + "@0x/dev-utils": "^5.0.3", "@0x/ts-doc-gen": "^0.0.22", "@0x/tslint-config": "^4.1.0", "@types/mkdirp": "^0.5.2", @@ -63,7 +63,7 @@ "make-promises-safe": "^1.1.0", "mocha": "^6.2.0", "npm-run-all": "^4.1.2", - "nyc": "^11.0.1", + "nyc": "^15.0.0", "shx": "^0.2.2", "tslint": "5.11.0", "typedoc": "^0.15.0", @@ -90,7 +90,7 @@ "mkdirp": "^0.5.1", "pluralize": "^7.0.0", "require-from-string": "^2.0.1", - "semver": "5.5.0", + "semver": "7.5.2", "solc": "^0.5.5", "source-map-support": "^0.5.0", "web3-eth-abi": "^1.0.0-beta.24",