Skip to content

Commit b2fed65

Browse files
committed
fix: update deps
1 parent baa5979 commit b2fed65

3 files changed

Lines changed: 506 additions & 486 deletions

File tree

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
"@hapi/hapi": "^18.0.0",
3333
"@hapi/vision": "^5.4.4",
3434
"@microfleet/core": "^14.0.0",
35-
"@microfleet/transport-amqp": "^14.0.0",
36-
"@microfleet/validation": "^8.1.1",
35+
"@microfleet/transport-amqp": "^14.0.1",
36+
"@microfleet/validation": "^8.1.2",
3737
"bluebird": "^3.5.5",
3838
"bytes": "^3.0.0",
3939
"common-errors": "^1.0.5",
@@ -44,11 +44,11 @@
4444
"get-stdin": "^7.0.0",
4545
"get-value": "^3.0.1",
4646
"handlebars": "^4.1.2",
47-
"ioredis": "^4.10.0",
47+
"ioredis": "^4.11.2",
4848
"is": "^3.3.0",
4949
"jsonwebtoken": "^8.5.1",
5050
"jwa": "^1.4.1",
51-
"lodash": "^4.17.11",
51+
"lodash": "^4.17.14",
5252
"moment": "^2.23.0",
5353
"ms-conf": "^5.0.0",
5454
"ms-flakeless": "^4.1.1",
@@ -67,19 +67,19 @@
6767
"stdout-stream": "^1.4.1",
6868
"tough-cookie": "^3.0.0",
6969
"uuid": "^3.3.2",
70-
"yargs": "^13.2.4"
70+
"yargs": "^13.3.0"
7171
},
7272
"devDependencies": {
73-
"@babel/cli": "^7.4.4",
74-
"@babel/core": "^7.4.5",
75-
"@babel/plugin-proposal-class-properties": "^7.4.4",
76-
"@babel/plugin-proposal-object-rest-spread": "^7.4.4",
73+
"@babel/cli": "^7.5.0",
74+
"@babel/core": "^7.5.4",
75+
"@babel/plugin-proposal-class-properties": "^7.5.0",
76+
"@babel/plugin-proposal-object-rest-spread": "^7.5.4",
7777
"@babel/plugin-transform-strict-mode": "^7.2.0",
7878
"@babel/register": "^7.4.4",
7979
"@makeomatic/deploy": "^8.4.4",
8080
"@semantic-release/changelog": "^3.0.4",
8181
"@semantic-release/exec": "^3.3.5",
82-
"@semantic-release/git": "^7.0.14",
82+
"@semantic-release/git": "^7.0.16",
8383
"apidoc": "^0.17.7",
8484
"apidoc-plugin-schema": "^0.1.8",
8585
"babel-eslint": "^10.0.2",

test/helpers/redis-sentinel/redis-sentinel.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ port 26379
77
dir "/data"
88
protected-mode no
99
sentinel config-epoch mservice 0
10-
sentinel leader-epoch mservice 13
11-
sentinel current-epoch 13
10+
sentinel leader-epoch mservice 106
11+
sentinel current-epoch 106

0 commit comments

Comments
 (0)