Skip to content

Commit f65a5a7

Browse files
committed
feat: updated deps
1 parent 05922b6 commit f65a5a7

4 files changed

Lines changed: 1758 additions & 440 deletions

File tree

.mdeprc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"node": "10.9.0"
2+
"node": "10.11.0"
33
}

package.json

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -28,27 +28,27 @@
2828
},
2929
"homepage": "https://github.com/makeomatic/ms-users#readme",
3030
"dependencies": {
31-
"@microfleet/core": "^10.9.1",
31+
"@microfleet/core": "^10.11.0",
3232
"@microfleet/transport-amqp": "^13.1.2",
3333
"bell": "^9.3.1",
34-
"bluebird": "^3.5.1",
34+
"bluebird": "^3.5.2",
3535
"bunyan": "^1.8.12",
3636
"bytes": "^3.0.0",
3737
"common-errors": "^1.0.5",
3838
"csv-write-stream": "^2.0.0",
39-
"disposable-email-domains": "^1.0.36",
39+
"disposable-email-domains": "^1.0.39",
4040
"dlock": "^8.1.0",
4141
"flake-idgen": "^1.1.0",
4242
"get-stdin": "^6.0.0",
43-
"handlebars": "^4.0.11",
44-
"hapi": "^17.5.3",
43+
"handlebars": "^4.0.12",
44+
"hapi": "^17.6.0",
4545
"ioredis": "^3.2.2",
4646
"is": "^3.2.1",
4747
"jsonwebtoken": "^8.3.0",
4848
"jwa": "^1.1.6",
49-
"lodash": "^4.17.10",
49+
"lodash": "^4.17.11",
5050
"moment": "^2.22.2",
51-
"ms-conf": "^3.1.2",
51+
"ms-conf": "^3.3.0",
5252
"ms-flakeless": "^4.1.0",
5353
"ms-mailer-client": "^7.0.0",
5454
"ms-mailer-templates": "^1.10.0",
@@ -62,45 +62,45 @@
6262
"scrypt": "^6.0.1",
6363
"serialize-error": "^2.1.0",
6464
"serialize-javascript": "^1.5.0",
65-
"stdout-stream": "^1.4.0",
65+
"stdout-stream": "^1.4.1",
6666
"tough-cookie": "^2.4.3",
6767
"uuid": "^3.3.2",
68-
"vision": "^5.3.3",
69-
"yargs": "^12.0.1"
68+
"vision": "^5.4.0",
69+
"yargs": "^12.0.2"
7070
},
7171
"devDependencies": {
72+
"@babel/cli": "^7.1.2",
73+
"@babel/core": "^7.1.2",
74+
"@babel/plugin-proposal-class-properties": "^7.1.0",
75+
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
76+
"@babel/plugin-transform-strict-mode": "^7.0.0",
77+
"@babel/register": "^7.0.0",
7278
"@makeomatic/deploy": "^7.0.1",
7379
"@semantic-release/changelog": "^3.0.0",
74-
"@semantic-release/exec": "^3.1.0",
75-
"@semantic-release/git": "^7.0.1",
80+
"@semantic-release/exec": "^3.1.3",
81+
"@semantic-release/git": "^7.0.4",
7682
"apidoc": "^0.17.6",
7783
"apidoc-plugin-schema": "^0.1.8",
78-
"babel-eslint": "^8.2.6",
84+
"babel-eslint": "^10.0.1",
7985
"babel-plugin-istanbul": "^5.0.0",
80-
"@babel/cli": "^7.0.0-rc.1",
81-
"@babel/core": "^7.0.0-rc.1",
82-
"@babel/plugin-proposal-class-properties": "^7.0.0-rc.1",
83-
"@babel/plugin-proposal-object-rest-spread": "^7.0.0-rc.1",
84-
"@babel/plugin-transform-strict-mode": "^7.0.0-rc.1",
85-
"@babel/register": "^7.0.0-rc.1",
86-
"chai": "^4.1.1",
86+
"chai": "^4.2.0",
8787
"cheerio": "^1.0.0-rc.2",
88-
"codecov": "^3.0.4",
88+
"codecov": "^3.1.0",
8989
"cross-env": "^5.2.0",
90-
"eslint": "^5.4.0",
90+
"eslint": "^5.6.1",
9191
"eslint-config-makeomatic": "^3.0.0",
9292
"eslint-plugin-import": "^2.14.0",
9393
"eslint-plugin-mocha": "^5.2.0",
94-
"eslint-plugin-promise": "^4.0.0",
94+
"eslint-plugin-promise": "^4.0.1",
9595
"faker": "^4.1.0",
96-
"glob": "^7.1.2",
96+
"glob": "^7.1.3",
9797
"json": "^9.0.6",
9898
"md5": "^2.2.1",
9999
"mocha": "^5.2.0",
100-
"nyc": "^12.0.2",
100+
"nyc": "^13.0.1",
101101
"puppeteer": "=1.5.0",
102102
"rimraf": "^2.6.1",
103-
"sinon": "^6.1.5"
103+
"sinon": "^6.3.4"
104104
},
105105
"engines": {
106106
"node": ">= 8.9.0",

test/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ services:
1717
expose:
1818
- "3000"
1919
container_name: tester
20-
image: makeomatic/node:10.9.0-chrome-tester
20+
image: makeomatic/node:10.11.0-chrome-tester
2121
links:
2222
- redis
2323
- rabbitmq

0 commit comments

Comments
 (0)