From ec61a1f3eb36068b305b19beaceed7f446f12d79 Mon Sep 17 00:00:00 2001 From: Matt Simerson Date: Tue, 5 Jan 2021 19:34:36 -0800 Subject: [PATCH] dep version updates (#2888) - coveralls: update node 10 -> 12 - address-rfc2821 1.1.4 -> 1.2.3 --- .github/workflows/coveralls.yml | 4 ++-- Changes.md | 6 ++++++ package.json | 14 +++++++------- 3 files changed, 15 insertions(+), 9 deletions(-) diff --git a/.github/workflows/coveralls.yml b/.github/workflows/coveralls.yml index 220b7ca2d..b10431bb6 100644 --- a/.github/workflows/coveralls.yml +++ b/.github/workflows/coveralls.yml @@ -15,10 +15,10 @@ jobs: with: fetch-depth: 1 - - name: Use Node.js 10 + - name: Use Node.js 12 uses: actions/setup-node@master with: - node-version: 10.x + node-version: 12.x - name: install, run run: | diff --git a/Changes.md b/Changes.md index 90a4a4fea..551989763 100644 --- a/Changes.md +++ b/Changes.md @@ -1,8 +1,14 @@ ## NEXT - 2020-MM-DD + +## 2.8.27 - 2021-MM-DD + ### Changes +- bump verions of several dependencies #2888 +- propagate hmail notes to split copies #2887 +- log.ini: add json to list of formats in config doc #2881 - exclude port 587 from TLS NO-GO feature #2875 - strip _haraka-plugin-_ prefixes off plugin names in config/plugins #2873 - pass smtp.ini config from Server into connections & transactions #2872 diff --git a/package.json b/package.json index f9fd2c707..f1f614535 100644 --- a/package.json +++ b/package.json @@ -17,24 +17,24 @@ }, "main": "haraka.js", "engines": { - "node": ">= v10.21.0" + "node": ">= v10.23.1" }, "dependencies": { - "address-rfc2821" : "^1.1.3", + "address-rfc2821" : "^1.2.3", "address-rfc2822" : "^2.0.5", "async" : "~3.2.0", "daemon" : "~1.1.0", "generic-pool" : "~2.5.4", - "iconv" : "~2.3.5", - "ipaddr.js" : "~1.9.1", - "nopt" : "~4.0.3", + "iconv" : "~3.0.0", + "ipaddr.js" : "~2.0.0", + "nopt" : "~5.0.0", "npid" : "~0.4.0", - "semver" : "~7.3.2", + "semver" : "~7.3.4", "sprintf-js" : "~1.1.2", "haraka-config" : ">=1.0.15", "haraka-constants" : ">=1.0.5", "haraka-dsn" : "*", - "haraka-net-utils" : ">=1.2.2", + "haraka-net-utils" : ">=1.2.3", "haraka-notes" : "*", "haraka-results" : "^2.0.3", "haraka-tld" : "*",