Skip to content

Commit

Permalink
dep version updates (#2888)
Browse files Browse the repository at this point in the history
- coveralls: update node 10 -> 12
- address-rfc2821 1.1.4 -> 1.2.3
  • Loading branch information
msimerson authored Jan 6, 2021
1 parent c00577d commit ec61a1f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coveralls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
6 changes: 6 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" : "*",
Expand Down

0 comments on commit ec61a1f

Please sign in to comment.