From c8eac1ce338d3a8344b8fb10461c93b10e512171 Mon Sep 17 00:00:00 2001 From: Matt Simerson Date: Thu, 2 Jan 2025 13:15:46 -0800 Subject: [PATCH] deps: bump versions to latest (#3426) --- Changes.md | 1 + package.json | 14 +++++++------- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/Changes.md b/Changes.md index 76f7b2cd0..d84930ae9 100644 --- a/Changes.md +++ b/Changes.md @@ -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 diff --git a/package.json b/package.json index 1ab75e822..ededadeb8 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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", @@ -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", @@ -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", @@ -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", @@ -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" },