Skip to content

Commit 5e548cd

Browse files
committed
fix: update node to 10.16.1, chrome 76, last puppeteer
1 parent aa7c04f commit 5e548cd

5 files changed

Lines changed: 680 additions & 779 deletions

File tree

.mdeprc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"node": "10.16.0",
2+
"node": "10.16.1",
33
"rebuild": ["ms-flakeless", "scrypt"]
44
}

package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -31,24 +31,24 @@
3131
"@hapi/bell": "^10.0.0",
3232
"@hapi/hapi": "^18.0.0",
3333
"@hapi/vision": "^5.4.4",
34-
"@microfleet/core": "^14.0.0",
35-
"@microfleet/transport-amqp": "^14.0.1",
34+
"@microfleet/core": "^14.0.1",
35+
"@microfleet/transport-amqp": "^14.0.2",
3636
"@microfleet/validation": "^8.1.2",
3737
"bluebird": "^3.5.5",
3838
"bytes": "^3.0.0",
3939
"common-errors": "^1.0.5",
4040
"csv-write-stream": "^2.0.0",
41-
"disposable-email-domains": "^1.0.46",
41+
"disposable-email-domains": "^1.0.47",
4242
"dlock": "^9.0.1",
4343
"flake-idgen": "^1.1.0",
4444
"get-stdin": "^7.0.0",
4545
"get-value": "^3.0.1",
4646
"handlebars": "^4.1.2",
47-
"ioredis": "^4.11.2",
47+
"ioredis": "^4.14.0",
4848
"is": "^3.3.0",
4949
"jsonwebtoken": "^8.5.1",
5050
"jwa": "^1.4.1",
51-
"lodash": "^4.17.14",
51+
"lodash": "^4.17.15",
5252
"moment": "^2.23.0",
5353
"ms-conf": "^5.0.0",
5454
"ms-flakeless": "^4.1.1",
@@ -70,38 +70,38 @@
7070
"yargs": "^13.3.0"
7171
},
7272
"devDependencies": {
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",
73+
"@babel/cli": "^7.5.5",
74+
"@babel/core": "^7.5.5",
75+
"@babel/plugin-proposal-class-properties": "^7.5.5",
76+
"@babel/plugin-proposal-object-rest-spread": "^7.5.5",
7777
"@babel/plugin-transform-strict-mode": "^7.2.0",
78-
"@babel/register": "^7.4.4",
79-
"@makeomatic/deploy": "^8.4.4",
78+
"@babel/register": "^7.5.5",
79+
"@makeomatic/deploy": "^8.4.5",
8080
"@semantic-release/changelog": "^3.0.4",
8181
"@semantic-release/exec": "^3.3.5",
8282
"@semantic-release/git": "^7.0.16",
8383
"apidoc": "^0.17.7",
8484
"apidoc-plugin-schema": "^0.1.8",
8585
"babel-eslint": "^10.0.2",
86-
"babel-plugin-istanbul": "^5.1.4",
86+
"babel-plugin-istanbul": "^5.2.0",
8787
"chai": "^4.2.0",
8888
"cheerio": "^1.0.0-rc.3",
8989
"codecov": "^3.5.0",
9090
"cross-env": "^5.2.0",
91-
"eslint": "^6.0.1",
92-
"eslint-config-makeomatic": "^3.0.0",
93-
"eslint-plugin-import": "^2.18.0",
94-
"eslint-plugin-mocha": "^5.3.0",
91+
"eslint": "^6.1.0",
92+
"eslint-config-makeomatic": "^3.0.1",
93+
"eslint-plugin-import": "^2.18.2",
94+
"eslint-plugin-mocha": "^6.0.0",
9595
"eslint-plugin-promise": "^4.2.1",
9696
"faker": "^4.1.0",
9797
"glob": "^7.1.4",
9898
"json": "^9.0.6",
9999
"md5": "^2.2.1",
100-
"mocha": "^6.1.4",
100+
"mocha": "^6.2.0",
101101
"nyc": "^14.1.1",
102-
"puppeteer": "1.18.1",
102+
"puppeteer": "1.19.0",
103103
"rimraf": "^2.6.3",
104-
"sinon": "^7.3.2"
104+
"sinon": "^7.4.1"
105105
},
106106
"engines": {
107107
"node": ">= 10.10.0",

test/docker-compose.sentinel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ services:
7676
shm_size: 512m
7777
expose:
7878
- "3000"
79-
image: makeomatic/node:10.16.0-chrome-tester
79+
image: makeomatic/node:10.16.1-chrome-tester
8080
links:
8181
- redis
8282
- rabbitmq

test/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ services:
6060
shm_size: 512m
6161
expose:
6262
- "3000"
63-
image: makeomatic/node:10.16.0-chrome-tester
63+
image: makeomatic/node:10.16.1-chrome-tester
6464
links:
6565
- redis
6666
- rabbitmq

0 commit comments

Comments
 (0)