|
28 | 28 | }, |
29 | 29 | "homepage": "https://github.com/makeomatic/ms-users#readme", |
30 | 30 | "dependencies": { |
31 | | - "@microfleet/core": "^10.7.1", |
32 | | - "@microfleet/transport-amqp": "^13.1.1", |
33 | | - "babel-runtime": "^6.25.0", |
| 31 | + "@microfleet/core": "^10.9.1", |
| 32 | + "@microfleet/transport-amqp": "^13.1.2", |
34 | 33 | "bell": "^9.3.1", |
35 | 34 | "bluebird": "^3.5.1", |
36 | 35 | "bunyan": "^1.8.12", |
37 | 36 | "bytes": "^3.0.0", |
38 | 37 | "common-errors": "^1.0.5", |
39 | 38 | "csv-write-stream": "^2.0.0", |
40 | | - "disposable-email-domains": "^1.0.34", |
41 | | - "dlock": "^8.0.0", |
| 39 | + "disposable-email-domains": "^1.0.36", |
| 40 | + "dlock": "^8.1.0", |
42 | 41 | "flake-idgen": "^1.1.0", |
43 | 42 | "get-stdin": "^6.0.0", |
44 | 43 | "handlebars": "^4.0.11", |
45 | | - "hapi": "^17.5.2", |
| 44 | + "hapi": "^17.5.3", |
46 | 45 | "ioredis": "^3.2.2", |
47 | 46 | "is": "^3.2.1", |
48 | 47 | "jsonwebtoken": "^8.3.0", |
|
54 | 53 | "ms-mailer-client": "^7.0.0", |
55 | 54 | "ms-mailer-templates": "^1.10.0", |
56 | 55 | "ms-token": "^2.0.0", |
57 | | - "ms-validation": "^7.1.0", |
58 | | - "otplib": "^10.0.0", |
| 56 | + "ms-validation": "^7.2.0", |
| 57 | + "otplib": "^10.0.1", |
59 | 58 | "password-generator": "^2.2.0", |
60 | 59 | "redis-filtered-sort": "^2.3.0", |
61 | | - "request": "^2.87.0", |
| 60 | + "request": "^2.88.0", |
62 | 61 | "request-promise": "^4.2.1", |
63 | 62 | "scrypt": "^6.0.1", |
64 | 63 | "serialize-error": "^2.1.0", |
|
70 | 69 | "yargs": "^12.0.1" |
71 | 70 | }, |
72 | 71 | "devDependencies": { |
73 | | - "@makeomatic/deploy": "^6.1.2", |
74 | | - "@semantic-release/changelog": "^2.1.1", |
75 | | - "@semantic-release/exec": "^2.2.4", |
76 | | - "@semantic-release/git": "^6.0.1", |
| 72 | + "@makeomatic/deploy": "^7.0.1", |
| 73 | + "@semantic-release/changelog": "^3.0.0", |
| 74 | + "@semantic-release/exec": "^3.1.0", |
| 75 | + "@semantic-release/git": "^7.0.1", |
77 | 76 | "apidoc": "^0.17.6", |
78 | 77 | "apidoc-plugin-schema": "^0.1.8", |
79 | | - "babel-cli": "^6.24.1", |
80 | | - "babel-eslint": "^8.2.5", |
81 | | - "babel-plugin-istanbul": "^4.1.6", |
82 | | - "babel-plugin-transform-class-properties": "^6.24.1", |
83 | | - "babel-plugin-transform-object-rest-spread": "^6.23.0", |
84 | | - "babel-plugin-transform-strict-mode": "^6.24.1", |
85 | | - "babel-register": "^6.24.1", |
| 78 | + "babel-eslint": "^8.2.6", |
| 79 | + "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 | 86 | "chai": "^4.1.1", |
87 | 87 | "cheerio": "^1.0.0-rc.2", |
88 | 88 | "codecov": "^3.0.4", |
89 | 89 | "cross-env": "^5.2.0", |
90 | | - "eslint": "^5.1.0", |
91 | | - "eslint-config-makeomatic": "^2.0.1", |
92 | | - "eslint-plugin-import": "^2.13.0", |
93 | | - "eslint-plugin-mocha": "^5.1.0", |
94 | | - "eslint-plugin-promise": "^3.8.0", |
| 90 | + "eslint": "^5.4.0", |
| 91 | + "eslint-config-makeomatic": "^3.0.0", |
| 92 | + "eslint-plugin-import": "^2.14.0", |
| 93 | + "eslint-plugin-mocha": "^5.2.0", |
| 94 | + "eslint-plugin-promise": "^4.0.0", |
95 | 95 | "faker": "^4.1.0", |
96 | 96 | "glob": "^7.1.2", |
97 | 97 | "json": "^9.0.6", |
98 | 98 | "md5": "^2.2.1", |
99 | 99 | "mocha": "^5.2.0", |
100 | 100 | "nyc": "^12.0.2", |
101 | | - "puppeteer": "^1.5.0", |
| 101 | + "puppeteer": "=1.5.0", |
102 | 102 | "rimraf": "^2.6.1", |
103 | | - "sinon": "^6.1.3" |
| 103 | + "sinon": "^6.1.5" |
104 | 104 | }, |
105 | 105 | "engines": { |
106 | 106 | "node": ">= 8.9.0", |
|
0 commit comments