|
32 | 32 | }, |
33 | 33 | "homepage": "https://github.com/makeomatic/ms-mailer#readme", |
34 | 34 | "devDependencies": { |
35 | | - "@babel/cli": "^7.8.4", |
36 | | - "@babel/core": "^7.8.4", |
37 | | - "@babel/plugin-proposal-class-properties": "^7.8.3", |
38 | | - "@babel/plugin-proposal-object-rest-spread": "^7.8.3", |
39 | | - "@babel/plugin-transform-strict-mode": "^7.8.3", |
40 | | - "@babel/register": "^7.8.3", |
41 | | - "@makeomatic/deploy": "^10.1.1", |
42 | | - "@semantic-release/changelog": "^5.0.0", |
| 35 | + "@babel/cli": "^7.12.7", |
| 36 | + "@babel/core": "^7.12.7", |
| 37 | + "@babel/plugin-proposal-class-properties": "^7.12.1", |
| 38 | + "@babel/plugin-proposal-object-rest-spread": "^7.12.1", |
| 39 | + "@babel/plugin-transform-strict-mode": "^7.12.1", |
| 40 | + "@babel/register": "^7.12.1", |
| 41 | + "@makeomatic/deploy": "^10.3.2", |
| 42 | + "@semantic-release/changelog": "^5.0.1", |
43 | 43 | "@semantic-release/exec": "^5.0.0", |
44 | 44 | "@semantic-release/git": "^9.0.0", |
45 | 45 | "babel-plugin-istanbul": "^6.0.0", |
46 | 46 | "chai": "^4.2.0", |
47 | | - "codecov": "^3.6.4", |
48 | | - "cross-env": "^7.0.0", |
49 | | - "eslint": "^6.8.0", |
50 | | - "eslint-config-makeomatic": "^4.0.0", |
51 | | - "eslint-plugin-import": "^2.20.1", |
| 47 | + "codecov": "^3.8.1", |
| 48 | + "cross-env": "^7.0.2", |
| 49 | + "eslint": "^7.14.0", |
| 50 | + "eslint-config-makeomatic": "^5.0.3", |
| 51 | + "eslint-plugin-import": "^2.22.1", |
52 | 52 | "eslint-plugin-promise": "^4.2.1", |
53 | | - "mocha": "^7.0.1", |
54 | | - "nyc": "^15.0.0", |
55 | | - "smtp-server": "^3.5.0" |
| 53 | + "eslint-plugin-unicorn": "^23.0.0", |
| 54 | + "mocha": "^8.2.1", |
| 55 | + "nyc": "^15.1.0", |
| 56 | + "smtp-server": "^3.8.0" |
56 | 57 | }, |
57 | 58 | "dependencies": { |
58 | | - "@hapi/hapi": "^19.1.0", |
59 | | - "@microfleet/core": "^16.0.2", |
60 | | - "@microfleet/transport-amqp": "^15.2.0", |
61 | | - "@microfleet/validation": "^8.1.2", |
| 59 | + "@hapi/hapi": "^20.0.2", |
| 60 | + "@microfleet/core": "^17.5.3", |
| 61 | + "@microfleet/transport-amqp": "^15.2.3", |
| 62 | + "@microfleet/validation": "^9.0.1", |
62 | 63 | "bluebird": "^3.7.2", |
63 | | - "common-errors": "^1.0.5", |
| 64 | + "common-errors": "^1.2.0", |
64 | 65 | "is": "^3.2.0", |
65 | | - "lodash": "^4.17.15", |
66 | | - "ms-conf": "^6.0.0", |
67 | | - "ms-mailer-templates": "^1.15.0", |
68 | | - "nodemailer": "^6.4.2", |
| 66 | + "lodash": "^4.17.20", |
| 67 | + "ms-conf": "^7.0.2", |
| 68 | + "ms-mailer-templates": "^1.19.0", |
| 69 | + "nodemailer": "^6.4.16", |
69 | 70 | "nodemailer-html-to-text": "^3.1.0", |
70 | | - "nodemailer-mailgun-transport": "^2.0.0", |
| 71 | + "nodemailer-mailgun-transport": "^2.0.1", |
71 | 72 | "nodemailer-plugin-inline-base64": "^2.1.1", |
72 | 73 | "nodemailer-sparkpost-transport": "^2.1.0", |
73 | | - "prom-client": "^11.5.3", |
| 74 | + "prom-client": "^12.0.0", |
74 | 75 | "stdout-stream": "^1.4.1", |
75 | | - "yargs": "^15.1.0" |
| 76 | + "yargs": "^16.1.1" |
76 | 77 | }, |
77 | 78 | "engine": { |
78 | 79 | "node": ">= 12.14.0", |
|
0 commit comments