Replace punycode (#359)

* Replace by package

* Update CHANGELOG
This commit is contained in:
CosminPerRam 2023-09-14 23:44:57 +03:00 committed by GitHub
parent ad9adff06c
commit 544610f085
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 477 deletions

View file

@ -1,5 +1,5 @@
import * as dns from 'dns';
import * as punycode from "punycode";
import punycode from "punycode/";
import { promisify } from "util";
const dnsLookupAsync = promisify(dns.lookup);