|
28 | 28 | }, |
29 | 29 | "homepage": "https://github.com/makeomatic/ms-users#readme", |
30 | 30 | "dependencies": { |
31 | | - "@hapi/bell": "^10.1.1", |
32 | | - "@hapi/hapi": "^18.3.2", |
33 | | - "@hapi/vision": "^5.5.3", |
34 | | - "@microfleet/core": "^14.0.3", |
| 31 | + "@hapi/bell": "^11.1.0", |
| 32 | + "@hapi/hapi": "^18.4.0", |
| 33 | + "@hapi/vision": "^5.5.4", |
| 34 | + "@microfleet/core": "^14.1.2", |
35 | 35 | "@microfleet/transport-amqp": "^15.0.0", |
36 | 36 | "@microfleet/validation": "^8.1.2", |
37 | 37 | "bluebird": "^3.5.5", |
38 | 38 | "bytes": "^3.0.0", |
39 | 39 | "common-errors": "^1.0.5", |
40 | 40 | "csv-write-stream": "^2.0.0", |
41 | 41 | "disposable-email-domains": "^1.0.48", |
42 | | - "dlock": "^9.0.1", |
| 42 | + "dlock": "^10.0.0", |
43 | 43 | "flake-idgen": "^1.1.0", |
44 | 44 | "get-stdin": "^7.0.0", |
45 | 45 | "get-value": "^3.0.1", |
46 | | - "handlebars": "^4.2.0", |
47 | | - "ioredis": "^4.14.0", |
| 46 | + "handlebars": "^4.3.3", |
| 47 | + "ioredis": "^4.14.1", |
48 | 48 | "is": "^3.3.0", |
49 | 49 | "jsonwebtoken": "^8.5.1", |
50 | 50 | "jwa": "^1.4.1", |
|
58 | 58 | "otplib": "^11.0.1", |
59 | 59 | "password-generator": "^2.2.0", |
60 | 60 | "prom-client": "^11.5.3", |
61 | | - "qs": "^6.8.0", |
| 61 | + "qs": "^6.9.0", |
62 | 62 | "redis-filtered-sort": "^2.3.0", |
63 | 63 | "request": "^2.88.0", |
64 | 64 | "request-promise": "^4.2.4", |
65 | 65 | "scrypt": "^6.0.1", |
66 | | - "serialize-error": "^4.1.0", |
| 66 | + "serialize-error": "^5.0.0", |
67 | 67 | "serialize-javascript": "^2.1.0", |
68 | 68 | "stdout-stream": "^1.4.1", |
69 | 69 | "tough-cookie": "^3.0.0", |
70 | 70 | "uuid": "^3.3.3", |
71 | | - "yargs": "^14.0.0" |
| 71 | + "yargs": "^14.0.0", |
| 72 | + "zxcvbn": "^4.4.2" |
72 | 73 | }, |
73 | 74 | "devDependencies": { |
74 | | - "@babel/cli": "^7.6.0", |
75 | | - "@babel/core": "^7.6.0", |
| 75 | + "@babel/cli": "^7.6.2", |
| 76 | + "@babel/core": "^7.6.2", |
76 | 77 | "@babel/plugin-proposal-class-properties": "^7.5.5", |
77 | | - "@babel/plugin-proposal-object-rest-spread": "^7.5.5", |
| 78 | + "@babel/plugin-proposal-object-rest-spread": "^7.6.2", |
78 | 79 | "@babel/plugin-transform-strict-mode": "^7.2.0", |
79 | | - "@babel/register": "^7.6.0", |
80 | | - "@makeomatic/deploy": "^8.4.7", |
| 80 | + "@babel/register": "^7.6.2", |
| 81 | + "@makeomatic/deploy": "^9.1.0", |
81 | 82 | "@semantic-release/changelog": "^3.0.4", |
82 | | - "@semantic-release/exec": "^3.3.6", |
| 83 | + "@semantic-release/exec": "^3.3.7", |
83 | 84 | "@semantic-release/git": "^7.0.16", |
84 | 85 | "apidoc": "^0.17.7", |
85 | 86 | "apidoc-plugin-schema": "^0.1.8", |
86 | 87 | "babel-eslint": "^10.0.3", |
87 | 88 | "babel-plugin-istanbul": "^5.2.0", |
88 | 89 | "chai": "^4.2.0", |
89 | 90 | "cheerio": "^1.0.0-rc.3", |
90 | | - "codecov": "^3.5.0", |
91 | | - "cross-env": "^5.2.1", |
92 | | - "eslint": "^6.3.0", |
| 91 | + "codecov": "^3.6.1", |
| 92 | + "cross-env": "^6.0.0", |
| 93 | + "eslint": "^6.4.0", |
93 | 94 | "eslint-config-makeomatic": "^3.1.0", |
94 | 95 | "eslint-plugin-import": "^2.18.2", |
95 | | - "eslint-plugin-mocha": "^6.1.0", |
| 96 | + "eslint-plugin-mocha": "^6.1.1", |
96 | 97 | "eslint-plugin-promise": "^4.2.1", |
97 | 98 | "faker": "^4.1.0", |
98 | 99 | "glob": "^7.1.4", |
99 | 100 | "json": "^9.0.6", |
100 | 101 | "md5": "^2.2.1", |
101 | 102 | "mocha": "^6.2.0", |
102 | 103 | "nyc": "^14.1.1", |
103 | | - "puppeteer": "1.19.0", |
| 104 | + "puppeteer": "1.20.0", |
104 | 105 | "rimraf": "^3.0.0", |
105 | | - "sinon": "^7.4.2" |
| 106 | + "sinon": "^7.5.0" |
106 | 107 | }, |
107 | 108 | "engines": { |
108 | 109 | "node": ">= 10.10.0", |
|
0 commit comments