Skip to content

Commit

Permalink
deps: bump versions to latest (#3426)
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson authored Jan 2, 2025
1 parent f4fc6e7 commit c8eac1c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions Changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).

### Unreleased

- deps(various): bump to latest versions
- fix(outbound): in outbound hook_delivered, when mx.exchange contains
an IP, use mx.from_dns
- fix(bin/haraka): fix for finding path to config/docs/Plugins.md
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"address-rfc2822": "^2.2.2",
"async": "^3.2.6",
"daemon": "~1.1.0",
"haraka-config": "^1.4.0",
"haraka-config": "^1.4.1",
"haraka-constants": "^1.0.7",
"haraka-dsn": "^1.1.0",
"haraka-email-message": "^1.2.4",
Expand All @@ -36,7 +36,7 @@
"haraka-tld": "^1.2.2",
"haraka-utils": "^1.1.3",
"ipaddr.js": "~2.2.0",
"node-gyp": "^10.2.0",
"node-gyp": "^11.0.0",
"nopt": "^8.0.0",
"npid": "~0.4.0",
"redis": "~4.7.0",
Expand All @@ -45,7 +45,7 @@
"sprintf-js": "~1.1.3"
},
"optionalDependencies": {
"haraka-plugin-access": "^1.1.8",
"haraka-plugin-access": "^1.1.9",
"haraka-plugin-aliases": "^1.0.2",
"haraka-plugin-asn": "^2.0.3",
"haraka-plugin-attachment": "^1.1.2",
Expand All @@ -54,14 +54,14 @@
"haraka-plugin-clamd": "1.0.1",
"haraka-plugin-dcc": "^1.0.2",
"haraka-plugin-dkim": "^1.0.8",
"haraka-plugin-dns-list": "^1.2.1",
"haraka-plugin-dns-list": "^1.2.2",
"haraka-plugin-elasticsearch": "^8.0.3",
"haraka-plugin-esets": "^1.0.0",
"haraka-plugin-fcrdns": "^1.1.0",
"haraka-plugin-geoip": "^1.1.0",
"haraka-plugin-graph": "^1.0.5",
"haraka-plugin-greylist": "^1.0.0",
"haraka-plugin-headers": "^1.0.4",
"haraka-plugin-headers": "^1.0.5",
"haraka-plugin-helo.checks": "^1.0.1",
"haraka-plugin-karma": "^2.1.6",
"haraka-plugin-known-senders": "^1.1.0",
Expand All @@ -72,7 +72,7 @@
"haraka-plugin-recipient-routes": "^1.2.0",
"haraka-plugin-rspamd": "^1.3.1",
"haraka-plugin-spamassassin": "^1.0.0",
"haraka-plugin-spf": "1.2.8",
"haraka-plugin-spf": "1.2.9",
"haraka-plugin-syslog": "^1.0.6",
"haraka-plugin-uribl": "^1.0.8",
"haraka-plugin-watch": "^2.0.6",
Expand All @@ -82,7 +82,7 @@
"devDependencies": {
"@haraka/eslint-config": "^1.1.5",
"haraka-test-fixtures": "^1.3.8",
"mocha": "^11.0.0",
"mocha": "^11.1.0",
"mock-require": "^3.0.3",
"nodemailer": "^6.9.16"
},
Expand Down

0 comments on commit c8eac1c

Please sign in to comment.