Skip to content

Commit 0c37902

Browse files
committed
fix: upgrade deps
1 parent c693c2e commit 0c37902

2 files changed

Lines changed: 362 additions & 623 deletions

File tree

package.json

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,11 @@
2828
},
2929
"homepage": "https://github.com/makeomatic/ms-users#readme",
3030
"dependencies": {
31-
"@microfleet/core": "^13.3.1",
32-
"@microfleet/transport-amqp": "^13.1.2",
31+
"@microfleet/core": "^13.4.0",
32+
"@microfleet/transport-amqp": "^13.1.3",
3333
"@microfleet/validation": "^8.1.0",
3434
"bell": "^9.4.0",
3535
"bluebird": "^3.5.3",
36-
"bunyan": "^1.8.12",
3736
"bytes": "^3.0.0",
3837
"common-errors": "^1.0.5",
3938
"csv-write-stream": "^2.0.0",
@@ -45,12 +44,12 @@
4544
"handlebars": "^4.0.12",
4645
"hapi": "^17.7.0",
4746
"ioredis": "^4.3.0",
48-
"is": "^3.2.1",
47+
"is": "^3.3.0",
4948
"jsonwebtoken": "^8.4.0",
5049
"jwa": "^1.1.6",
5150
"lodash": "^4.17.11",
52-
"moment": "^2.22.2",
53-
"ms-conf": "^3.3.1",
51+
"moment": "^2.23.0",
52+
"ms-conf": "^3.3.3",
5453
"ms-flakeless": "^4.1.0",
5554
"ms-mailer-client": "^8.0.1",
5655
"ms-mailer-templates": "^1.10.0",
@@ -66,20 +65,20 @@
6665
"stdout-stream": "^1.4.1",
6766
"tough-cookie": "^2.4.3",
6867
"uuid": "^3.3.2",
69-
"vision": "^5.4.3",
68+
"vision": "^5.4.4",
7069
"yargs": "^12.0.4"
7170
},
7271
"devDependencies": {
7372
"@babel/cli": "^7.2.0",
74-
"@babel/core": "^7.2.0",
73+
"@babel/core": "^7.2.2",
7574
"@babel/plugin-proposal-class-properties": "^7.2.1",
7675
"@babel/plugin-proposal-object-rest-spread": "^7.2.0",
7776
"@babel/plugin-transform-strict-mode": "^7.2.0",
7877
"@babel/register": "^7.0.0",
7978
"@makeomatic/deploy": "^8.2.3",
8079
"@semantic-release/changelog": "^3.0.1",
81-
"@semantic-release/exec": "^3.3.0",
82-
"@semantic-release/git": "^7.0.5",
80+
"@semantic-release/exec": "^3.3.1",
81+
"@semantic-release/git": "^7.0.6",
8382
"apidoc": "^0.17.7",
8483
"apidoc-plugin-schema": "^0.1.8",
8584
"babel-eslint": "^10.0.1",
@@ -101,7 +100,7 @@
101100
"nyc": "^13.1.0",
102101
"puppeteer": "1.4.0",
103102
"rimraf": "^2.6.1",
104-
"sinon": "^7.2.0"
103+
"sinon": "^7.2.2"
105104
},
106105
"engines": {
107106
"node": ">= 8.9.0",

0 commit comments

Comments
 (0)