|
31 | 31 | "@hapi/bell": "^10.0.0", |
32 | 32 | "@hapi/hapi": "^18.0.0", |
33 | 33 | "@hapi/vision": "^5.4.4", |
34 | | - "@microfleet/core": "^14.0.0", |
35 | | - "@microfleet/transport-amqp": "^14.0.1", |
| 34 | + "@microfleet/core": "^14.0.1", |
| 35 | + "@microfleet/transport-amqp": "^14.0.2", |
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 | | - "disposable-email-domains": "^1.0.46", |
| 41 | + "disposable-email-domains": "^1.0.47", |
42 | 42 | "dlock": "^9.0.1", |
43 | 43 | "flake-idgen": "^1.1.0", |
44 | 44 | "get-stdin": "^7.0.0", |
45 | 45 | "get-value": "^3.0.1", |
46 | 46 | "handlebars": "^4.1.2", |
47 | | - "ioredis": "^4.11.2", |
| 47 | + "ioredis": "^4.14.0", |
48 | 48 | "is": "^3.3.0", |
49 | 49 | "jsonwebtoken": "^8.5.1", |
50 | 50 | "jwa": "^1.4.1", |
51 | | - "lodash": "^4.17.14", |
| 51 | + "lodash": "^4.17.15", |
52 | 52 | "moment": "^2.23.0", |
53 | 53 | "ms-conf": "^5.0.0", |
54 | 54 | "ms-flakeless": "^4.1.1", |
|
70 | 70 | "yargs": "^13.3.0" |
71 | 71 | }, |
72 | 72 | "devDependencies": { |
73 | | - "@babel/cli": "^7.5.0", |
74 | | - "@babel/core": "^7.5.4", |
75 | | - "@babel/plugin-proposal-class-properties": "^7.5.0", |
76 | | - "@babel/plugin-proposal-object-rest-spread": "^7.5.4", |
| 73 | + "@babel/cli": "^7.5.5", |
| 74 | + "@babel/core": "^7.5.5", |
| 75 | + "@babel/plugin-proposal-class-properties": "^7.5.5", |
| 76 | + "@babel/plugin-proposal-object-rest-spread": "^7.5.5", |
77 | 77 | "@babel/plugin-transform-strict-mode": "^7.2.0", |
78 | | - "@babel/register": "^7.4.4", |
79 | | - "@makeomatic/deploy": "^8.4.4", |
| 78 | + "@babel/register": "^7.5.5", |
| 79 | + "@makeomatic/deploy": "^8.4.5", |
80 | 80 | "@semantic-release/changelog": "^3.0.4", |
81 | 81 | "@semantic-release/exec": "^3.3.5", |
82 | 82 | "@semantic-release/git": "^7.0.16", |
83 | 83 | "apidoc": "^0.17.7", |
84 | 84 | "apidoc-plugin-schema": "^0.1.8", |
85 | 85 | "babel-eslint": "^10.0.2", |
86 | | - "babel-plugin-istanbul": "^5.1.4", |
| 86 | + "babel-plugin-istanbul": "^5.2.0", |
87 | 87 | "chai": "^4.2.0", |
88 | 88 | "cheerio": "^1.0.0-rc.3", |
89 | 89 | "codecov": "^3.5.0", |
90 | 90 | "cross-env": "^5.2.0", |
91 | | - "eslint": "^6.0.1", |
92 | | - "eslint-config-makeomatic": "^3.0.0", |
93 | | - "eslint-plugin-import": "^2.18.0", |
94 | | - "eslint-plugin-mocha": "^5.3.0", |
| 91 | + "eslint": "^6.1.0", |
| 92 | + "eslint-config-makeomatic": "^3.0.1", |
| 93 | + "eslint-plugin-import": "^2.18.2", |
| 94 | + "eslint-plugin-mocha": "^6.0.0", |
95 | 95 | "eslint-plugin-promise": "^4.2.1", |
96 | 96 | "faker": "^4.1.0", |
97 | 97 | "glob": "^7.1.4", |
98 | 98 | "json": "^9.0.6", |
99 | 99 | "md5": "^2.2.1", |
100 | | - "mocha": "^6.1.4", |
| 100 | + "mocha": "^6.2.0", |
101 | 101 | "nyc": "^14.1.1", |
102 | | - "puppeteer": "1.18.1", |
| 102 | + "puppeteer": "1.19.0", |
103 | 103 | "rimraf": "^2.6.3", |
104 | | - "sinon": "^7.3.2" |
| 104 | + "sinon": "^7.4.1" |
105 | 105 | }, |
106 | 106 | "engines": { |
107 | 107 | "node": ">= 10.10.0", |
|
0 commit comments