|
9 | 9 | "server",
|
10 | 10 | "email"
|
11 | 11 | ],
|
12 |
| - "version": "3.0.4", |
| 12 | + "version": "3.0.5", |
13 | 13 | "homepage": "http://haraka.github.io",
|
14 | 14 | "repository": {
|
15 | 15 | "type": "git",
|
|
33 | 33 | "haraka-notes": "^1.1.0",
|
34 | 34 | "haraka-plugin-redis": "^2.0.7",
|
35 | 35 | "haraka-results": "^2.2.4",
|
36 |
| - "haraka-tld": "^1.2.1", |
| 36 | + "haraka-tld": "^1.2.2", |
37 | 37 | "haraka-utils": "^1.1.3",
|
38 | 38 | "ipaddr.js": "~2.2.0",
|
39 | 39 | "node-gyp": "^10.2.0",
|
40 |
| - "nopt": "^7.2.1", |
| 40 | + "nopt": "^8.0.0", |
41 | 41 | "npid": "~0.4.0",
|
42 | 42 | "redis": "~4.7.0",
|
43 | 43 | "semver": "^7.6.3",
|
|
53 | 53 | "haraka-plugin-bounce": "1.0.2",
|
54 | 54 | "haraka-plugin-clamd": "1.0.1",
|
55 | 55 | "haraka-plugin-dcc": "^1.0.2",
|
56 |
| - "haraka-plugin-dkim": "^1.0.4", |
57 |
| - "haraka-plugin-dns-list": "^1.2.0", |
58 |
| - "haraka-plugin-elasticsearch": "^8.0.2", |
| 56 | + "haraka-plugin-dkim": "^1.0.7", |
| 57 | + "haraka-plugin-dns-list": "^1.2.1", |
| 58 | + "haraka-plugin-elasticsearch": "^8.0.3", |
59 | 59 | "haraka-plugin-esets": "^1.0.0",
|
60 | 60 | "haraka-plugin-fcrdns": "^1.1.0",
|
61 | 61 | "haraka-plugin-geoip": "^1.1.0",
|
|
81 | 81 | },
|
82 | 82 | "devDependencies": {
|
83 | 83 | "@haraka/eslint-config": "^1.1.5",
|
84 |
| - "haraka-test-fixtures": "^1.3.7", |
| 84 | + "haraka-test-fixtures": "^1.3.8", |
85 | 85 | "mocha": "^10.7.3",
|
86 | 86 | "mock-require": "^3.0.3",
|
87 |
| - "nodemailer": "^6.9.14" |
| 87 | + "nodemailer": "^6.9.15" |
88 | 88 | },
|
89 | 89 | "bugs": {
|
90 | 90 |
|
|
95 | 95 | "haraka_grep": "./bin/haraka_grep"
|
96 | 96 | },
|
97 | 97 | "scripts": {
|
98 |
| - "format": "npm run prettier:fix && npm run lint:fix", |
| 98 | + "format:NYET": "npm run prettier:fix && npm run lint:fix", |
99 | 99 | "lint": "npx eslint@^8 *.js outbound plugins plugins/*/*.js test test/*/*.js test/*/*/*.js bin/haraka",
|
100 | 100 | "lint:fix": "npx eslint@^8 --fix *.js outbound plugins plugins/*/*.js test test/*/*.js test/*/*/*.js bin/haraka",
|
101 | 101 | "prettier": "npx prettier . --check",
|
|
0 commit comments