File tree 3 files changed +1055
-852
lines changed
3 files changed +1055
-852
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ function redisCluster(compose, argv) {
83
83
84
84
function redis ( compose , argv ) {
85
85
compose . services . redis = merge ( {
86
- image : 'redis:5 -alpine' ,
86
+ image : 'redis:6 -alpine' ,
87
87
hostname : 'redis' ,
88
88
expose : [ '6379' ] ,
89
89
} , argv . extras . redis ) ;
@@ -94,7 +94,7 @@ function redisSentinel(compose, argv) {
94
94
95
95
const entrypoint = path . resolve ( __dirname , '../../../templates/redis-sentinel.sh' ) ;
96
96
compose . services [ 'redis-sentinel' ] = merge ( {
97
- image : 'redis:5 -alpine' ,
97
+ image : 'redis:6 -alpine' ,
98
98
hostname : 'redis-sentinel' ,
99
99
expose : [ '26379' ] ,
100
100
depends_on : [ 'redis' ] ,
Original file line number Diff line number Diff line change 22
22
"node" : " >= 12.15.0"
23
23
},
24
24
"devDependencies" : {
25
- "@babel/cli" : " ^7.11.6 " ,
26
- "@babel/core" : " ^7.11.6 " ,
27
- "@babel/plugin-proposal-class-properties" : " ^7.10.4 " ,
28
- "@babel/plugin-transform-strict-mode" : " ^7.10.4 " ,
29
- "codecov" : " ^3.7.2 " ,
25
+ "@babel/cli" : " ^7.12.1 " ,
26
+ "@babel/core" : " ^7.12.3 " ,
27
+ "@babel/plugin-proposal-class-properties" : " ^7.12.1 " ,
28
+ "@babel/plugin-transform-strict-mode" : " ^7.12.1 " ,
29
+ "codecov" : " ^3.8.1 " ,
30
30
"cross-env" : " ^7.0.2" ,
31
- "eslint" : " ^7.9.0 " ,
31
+ "eslint" : " ^7.12.1 " ,
32
32
"eslint-config-makeomatic" : " ^5.0.3" ,
33
- "eslint-plugin-import" : " ^2.22.0 " ,
33
+ "eslint-plugin-import" : " ^2.22.1 " ,
34
34
"eslint-plugin-promise" : " ^4.2.1" ,
35
- "eslint-plugin-unicorn" : " ^21 .0.0" ,
36
- "jest" : " ^26.4.2 " ,
37
- "tempy" : " ^0.7 .0"
35
+ "eslint-plugin-unicorn" : " ^23 .0.0" ,
36
+ "jest" : " ^26.6.3 " ,
37
+ "tempy" : " ^1.0 .0"
38
38
},
39
39
"dependencies" : {
40
40
"@commitlint/cli" : " ^11.0.0" ,
53
53
"lodash.set" : " ^4.3.2" ,
54
54
"ms-conf" : " ^7.0.2" ,
55
55
"npm-path" : " ^2.0.4" ,
56
- "pino" : " ^6.6.1 " ,
56
+ "pino" : " ^6.7.0 " ,
57
57
"read-pkg" : " ^5.2.0" ,
58
58
"rimraf" : " ^3.0.2" ,
59
- "semantic-release" : " 17.1.1 " ,
59
+ "semantic-release" : " 17.2.2 " ,
60
60
"shelljs" : " ^0.8.3" ,
61
61
"strip-final-newline" : " ^2.0.0" ,
62
- "yargs" : " ^16.0.3 "
62
+ "yargs" : " ^16.1.0 "
63
63
},
64
64
"bin" : {
65
65
"mdep" : " ./bin/cli.js"
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments