Skip to content

Commit

Permalink
bump more dep versions
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Feb 8, 2024
1 parent 5d946b2 commit b54973c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .release
9 changes: 6 additions & 3 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

### Unreleased

### [3.0.3] - 2024-01-31
### [3.0.3] - 2024-02-07

#### Added

Expand All @@ -24,8 +24,11 @@
- transaction: simplify else condition in add_data #3252
- q/smtp_forward: always register get_mx hook #3204
- dep(pi-es): bump version to 8.0.2 #3206
- dep(pi-redis): bump version to 4.6.7 #3193
- dep(pi-spf): bump version to 1.2.3 #3214
- dep(redis): bump version to 4.6.7 #3193
- dep(pi-spf): bump version to 1.2.4
- dep(net-utils): bump version to 1.5.3
- dep(pi-redis): bump version to 2.0.6
- dep(tld): bump version to 1.2.0
- remove defunct config files: lookup_rdns.strict.ini, lookup_rdns.strict.timeout, lookup_rdns.strict.whitelist, lookup_rdns.strict.whitelist_regex, rcpt_to.blocklist, rdns.allow_regexps, rdns.deny_regexps


Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@
"haraka-dsn": "^1.0.4",
"haraka-email-message": "^1.2.0",
"haraka-message-stream": "^1.2.0",
"haraka-net-utils": "^1.5.2",
"haraka-net-utils": "^1.5.3",
"haraka-notes": "^1.0.6",
"haraka-plugin-attachment": "^1.0.7",
"haraka-plugin-spf": "1.2.4",
"haraka-plugin-redis": "^2.0.5",
"haraka-plugin-redis": "^2.0.6",
"haraka-results": "^2.2.3",
"haraka-tld": "^1.1.2",
"haraka-tld": "^1.2.0",
"haraka-utils": "^1.0.3",
"openssl-wrapper": "^0.3.4",
"sockaddr": "^1.0.1"
Expand Down Expand Up @@ -74,11 +74,11 @@
},
"devDependencies": {
"nodeunit-x": "^0.16.0",
"haraka-test-fixtures": "^1.3.1",
"haraka-test-fixtures": "^1.3.3",
"mock-require": "^3.0.3",
"eslint": "^8.55.0",
"eslint": "^8.56.0",
"eslint-plugin-haraka": "^1.0.15",
"nodemailer": "^6.9.7"
"nodemailer": "^6.9.9"
},
"bugs": {
"mail": "[email protected]",
Expand Down

0 comments on commit b54973c

Please sign in to comment.