diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ad2dbd..1a3cd5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/). ### [1.3.9] - 2025-01-31 +- dep(all): bump versions - dep(eslint): upgrade to v9 ### [1.3.8] - 2024-09-27 diff --git a/package.json b/package.json index 47b1491..b6756d3 100644 --- a/package.json +++ b/package.json @@ -18,12 +18,12 @@ "node": ">=12" }, "dependencies": { - "address-rfc2821": "^2.1.2", - "haraka-config": "^1.4.0", + "address-rfc2821": "^2.1.3", + "haraka-config": "^1.4.2", "haraka-constants": "^1.0.7", - "haraka-email-message": "^1.2.4", - "haraka-notes": "^1.1.0", - "haraka-results": "^2.2.4", + "haraka-email-message": "^1.2.5", + "haraka-notes": "^1.1.1", + "haraka-results": "^2.2.5", "haraka-utils": "^1.1.3" }, "devDependencies": { @@ -46,4 +46,4 @@ "singleQuote": true, "semi": false } -} +} \ No newline at end of file