diff --git a/packages/mesh-integration-tests/package.json b/packages/mesh-integration-tests/package.json index 371195be9..4065c8b73 100644 --- a/packages/mesh-integration-tests/package.json +++ b/packages/mesh-integration-tests/package.json @@ -18,14 +18,14 @@ "rimraf": "^3.0.0", "ts-loader": "^8.0.5", "typescript": "^4.0.3", - "webpack": "^4.39.2", - "webpack-cli": "^3.3.7" + "webpack": "^5.0.0", + "webpack-cli": "^4.0.0" }, "dependencies": { "@0x/mesh-browser": "^11.2.0", "@0x/mesh-graphql-client": "^11.2.0", "@0x/order-utils": "^10.0.1", - "@0x/subproviders": "^6.0.2", + "@0x/subproviders": "^7.0.0", "@0x/utils": "^6.2.0" } }