Skip to content

Commit

Permalink
dep(punycode): override built-in with trailing /
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Dec 16, 2023
1 parent bc984e4 commit cf124e0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
#### N.N.N - YYYY-MM-DD


### [1.5.3] - 2023-12-15

- dep(punycode): override built-in with trailing /


### [1.5.2] - 2023-12-11

- dep(stun): use updated @msimerson/stun
Expand Down Expand Up @@ -205,3 +210,4 @@
[1.5.0]: https://github.com/haraka/haraka-net-utils/releases/tag/1.5.0
[1.5.1]: https://github.com/haraka/haraka-net-utils/releases/tag/1.5.1
[1.5.2]: https://github.com/haraka/haraka-net-utils/releases/tag/1.5.2
[1.5.3]: https://github.com/haraka/haraka-net-utils/releases/tag/1.5.3
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
const dns = require('dns').promises;
const net = require('net');
const os = require('os');
const punycode = require('punycode')
const punycode = require('punycode/')

// npm modules
const ipaddr = require('ipaddr.js');
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "haraka-net-utils",
"version": "1.5.2",
"version": "1.5.3",
"description": "haraka network utilities",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"haraka-config": "^1.1.0",
"haraka-tld": "*",
"haraka-tld": "^1.2.0",
"ipaddr.js": "^2.1.0",
"punycode": "^2.3.1",
"openssl-wrapper": "^0.3.4",
Expand Down

0 comments on commit cf124e0

Please sign in to comment.