|
29 | 29 | "homepage": "https://github.com/makeomatic/ms-users#readme", |
30 | 30 | "dependencies": { |
31 | 31 | "@microfleet/core": "^13.4.0", |
32 | | - "@microfleet/transport-amqp": "^13.1.3", |
| 32 | + "@microfleet/transport-amqp": "^13.2.0", |
33 | 33 | "@microfleet/validation": "^8.1.1", |
34 | | - "bell": "^9.4.0", |
35 | | - "bluebird": "^3.5.3", |
| 34 | + "bell": "^10.0.0", |
| 35 | + "bluebird": "^3.5.4", |
36 | 36 | "bytes": "^3.0.0", |
37 | 37 | "common-errors": "^1.0.5", |
38 | 38 | "csv-write-stream": "^2.0.0", |
39 | | - "disposable-email-domains": "^1.0.42", |
| 39 | + "disposable-email-domains": "^1.0.44", |
40 | 40 | "dlock": "^9.0.1", |
41 | 41 | "flake-idgen": "^1.1.0", |
42 | | - "get-stdin": "^6.0.0", |
| 42 | + "get-stdin": "^7.0.0", |
43 | 43 | "get-value": "^3.0.1", |
44 | | - "handlebars": "^4.0.12", |
| 44 | + "handlebars": "^4.1.2", |
45 | 45 | "hapi": "^18.0.0", |
46 | | - "ioredis": "^4.3.0", |
| 46 | + "ioredis": "^4.9.0", |
47 | 47 | "is": "^3.3.0", |
48 | | - "jsonwebtoken": "^8.4.0", |
49 | | - "jwa": "^1.1.6", |
| 48 | + "jsonwebtoken": "^8.5.1", |
| 49 | + "jwa": "^1.4.1", |
50 | 50 | "lodash": "^4.17.11", |
51 | 51 | "moment": "^2.23.0", |
52 | | - "ms-conf": "^3.3.3", |
| 52 | + "ms-conf": "^5.0.0", |
53 | 53 | "ms-flakeless": "^4.1.1", |
54 | 54 | "ms-mailer-client": "^8.0.1", |
55 | | - "ms-mailer-templates": "^1.10.0", |
| 55 | + "ms-mailer-templates": "^1.11.1", |
56 | 56 | "ms-token": "^3.0.0", |
57 | | - "otplib": "^10.0.1", |
| 57 | + "otplib": "^11.0.0", |
58 | 58 | "password-generator": "^2.2.0", |
59 | | - "prom-client": "^11.2.1", |
| 59 | + "prom-client": "^11.3.0", |
60 | 60 | "redis-filtered-sort": "^2.3.0", |
61 | 61 | "request": "^2.88.0", |
62 | | - "request-promise": "^4.2.1", |
| 62 | + "request-promise": "^4.2.4", |
63 | 63 | "scrypt": "^6.0.1", |
64 | | - "serialize-error": "^3.0.0", |
65 | | - "serialize-javascript": "^1.6.1", |
| 64 | + "serialize-error": "^4.1.0", |
| 65 | + "serialize-javascript": "^1.7.0", |
66 | 66 | "stdout-stream": "^1.4.1", |
67 | 67 | "tough-cookie": "^3.0.0", |
68 | 68 | "uuid": "^3.3.2", |
69 | 69 | "vision": "^5.4.4", |
70 | | - "yargs": "^12.0.4" |
| 70 | + "yargs": "^13.2.2" |
71 | 71 | }, |
72 | 72 | "devDependencies": { |
73 | | - "@babel/cli": "^7.2.0", |
74 | | - "@babel/core": "^7.2.2", |
75 | | - "@babel/plugin-proposal-class-properties": "^7.2.1", |
76 | | - "@babel/plugin-proposal-object-rest-spread": "^7.2.0", |
| 73 | + "@babel/cli": "^7.4.3", |
| 74 | + "@babel/core": "^7.4.3", |
| 75 | + "@babel/plugin-proposal-class-properties": "^7.4.0", |
| 76 | + "@babel/plugin-proposal-object-rest-spread": "^7.4.3", |
77 | 77 | "@babel/plugin-transform-strict-mode": "^7.2.0", |
78 | | - "@babel/register": "^7.0.0", |
79 | | - "@makeomatic/deploy": "^8.3.1", |
| 78 | + "@babel/register": "^7.4.0", |
| 79 | + "@makeomatic/deploy": "^8.4.4", |
80 | 80 | "@semantic-release/changelog": "^3.0.2", |
81 | 81 | "@semantic-release/exec": "^3.3.2", |
82 | 82 | "@semantic-release/git": "^7.0.7", |
83 | 83 | "apidoc": "^0.17.7", |
84 | 84 | "apidoc-plugin-schema": "^0.1.8", |
85 | 85 | "babel-eslint": "^10.0.1", |
86 | | - "babel-plugin-istanbul": "^5.1.0", |
| 86 | + "babel-plugin-istanbul": "^5.1.2", |
87 | 87 | "chai": "^4.2.0", |
88 | | - "cheerio": "^1.0.0-rc.2", |
89 | | - "codecov": "^3.1.0", |
| 88 | + "cheerio": "^1.0.0-rc.3", |
| 89 | + "codecov": "^3.3.0", |
90 | 90 | "cross-env": "^5.2.0", |
91 | | - "eslint": "^5.12.0", |
| 91 | + "eslint": "^5.16.0", |
92 | 92 | "eslint-config-makeomatic": "^3.0.0", |
93 | | - "eslint-plugin-import": "^2.14.0", |
94 | | - "eslint-plugin-mocha": "^5.2.1", |
95 | | - "eslint-plugin-promise": "^4.0.1", |
| 93 | + "eslint-plugin-import": "^2.17.2", |
| 94 | + "eslint-plugin-mocha": "^5.3.0", |
| 95 | + "eslint-plugin-promise": "^4.1.1", |
96 | 96 | "faker": "^4.1.0", |
97 | 97 | "glob": "^7.1.3", |
98 | 98 | "json": "^9.0.6", |
99 | 99 | "md5": "^2.2.1", |
100 | | - "mocha": "^5.2.0", |
101 | | - "nyc": "^13.1.0", |
| 100 | + "mocha": "^6.1.4", |
| 101 | + "nyc": "^14.0.0", |
102 | 102 | "puppeteer": "1.9.0", |
103 | 103 | "rimraf": "^2.6.3", |
104 | | - "sinon": "^7.2.2" |
| 104 | + "sinon": "^7.3.2" |
105 | 105 | }, |
106 | 106 | "engines": { |
107 | 107 | "node": ">= 8.9.0", |
|
0 commit comments