File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ mysql_min:
16
16
MYSQL_DATABASE : forest-express-sequelize-test
17
17
MYSQL_USER : forest
18
18
MYSQL_PASSWORD : secret
19
- ports :
20
- - " 127.0.0.1: 8998:3306"
19
+ ports :
20
+ - " 8998:3306"
21
21
22
22
mysql_max :
23
23
image : mysql:8.0
@@ -27,8 +27,8 @@ mysql_max:
27
27
MYSQL_DATABASE : forest-express-sequelize-test
28
28
MYSQL_USER : forest
29
29
MYSQL_PASSWORD : secret
30
- ports :
31
- - " 127.0.0.1: 8999:3306"
30
+ ports :
31
+ - " 8999:3306"
32
32
33
33
maria_db :
34
34
image : mariadb:10
@@ -38,5 +38,5 @@ maria_db:
38
38
MYSQL_DATABASE : forest-express-sequelize-test
39
39
MYSQL_USER : forest
40
40
MYSQL_PASSWORD : secret
41
- ports :
42
- - " 127.0.0.1: 9000:3306"
41
+ ports :
42
+ - " 9000:3306"
Original file line number Diff line number Diff line change 28
28
"@babel/runtime" : " 7.15.4" ,
29
29
"bluebird" : " 2.9.25" ,
30
30
"core-js" : " 3.6.5" ,
31
- "forest-express" : " 10.1.8 " ,
31
+ "forest-express" : " 10.1.10 " ,
32
32
"http-errors" : " 1.6.1" ,
33
33
"lodash" : " 4.17.21" ,
34
34
"moment" : " 2.29.4" ,
Original file line number Diff line number Diff line change @@ -4683,10 +4683,10 @@ for-in@^1.0.2:
4683
4683
resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80"
4684
4684
integrity sha512-7EwmXrOjyL+ChxMhmG5lnW9MPt1aIeZEwKhQzoBUdTV0N3zuwWDZYVJatDvZ2OyzPUvdIAZDsCetk3coyMfcnQ==
4685
4685
4686
-
4687
- version "10.1.8 "
4688
- resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-10.1.8 .tgz#9d87ee2117aac3533f1134d596faf60a9ba69dfc "
4689
- integrity sha512-ny3+ixPMtSal/TtYjAJFW4d/n1bGua9xzGtO65p5yGISps5xW+OFPr29R5kItXVL7qyRcGGVB6Z9k3o6iI7qlg ==
4686
+
4687
+ version "10.1.10 "
4688
+ resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-10.1.10 .tgz#14d4805f008e6b3417f55e8c03d1dacb1230b66a "
4689
+ integrity sha512-5rpDPj+FPSTSKhaKRnTEZIgTX9QYV5VuQsm+ctSY2O4NSrcHvH40fprgr/IKp+p2AHC3oVjttGEGjt8zZNuXSA ==
4690
4690
dependencies :
4691
4691
" @babel/runtime" " 7.19.0"
4692
4692
" @forestadmin/context" " 1.31.0"
You can’t perform that action at this time.
0 commit comments