chore: remove unused whois-json type definitions and update package dependencies

This commit is contained in:
Nawaz Dhandala
2026-02-16 20:06:11 +00:00
parent 91edae50b2
commit 66f46e9b84
3 changed files with 9 additions and 4 deletions

View File

@@ -1,4 +0,0 @@
declare module "whois-json" {
function whoisJson(domain: string, options?: object): Promise<any>;
export default whoisJson;
}

View File

@@ -25,6 +25,7 @@
"@types/jest": "^27.5.2",
"@types/net-snmp": "^3.23.0",
"@types/node": "^17.0.31",
"@types/whois-json": "^2.0.4",
"jest": "^28.1.0",
"nodemon": "^2.0.20",
"ts-jest": "^28.0.2"
@@ -1301,6 +1302,13 @@
"integrity": "sha512-9aEbYZ3TbYMznPdcdr3SmIrLXwC/AKZXQeCf9Pgao5CKb8CyHuEX5jzWPTkvregvhRJHcpRO6BFoGW9ycaOkYw==",
"dev": true
},
"node_modules/@types/whois-json": {
"version": "2.0.4",
"resolved": "https://registry.npmjs.org/@types/whois-json/-/whois-json-2.0.4.tgz",
"integrity": "sha512-Pp5N/+A6LUE0FWXz6wQ2gV5wEw0uEqFBeSLuQAGdeTyRJv/bbz7PPj3H78jyulvQu7cnMpXTzKx4bo8TuPAYhw==",
"dev": true,
"license": "MIT"
},
"node_modules/@types/yargs": {
"version": "17.0.32",
"resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.32.tgz",

View File

@@ -37,6 +37,7 @@
"@types/jest": "^27.5.2",
"@types/net-snmp": "^3.23.0",
"@types/node": "^17.0.31",
"@types/whois-json": "^2.0.4",
"jest": "^28.1.0",
"nodemon": "^2.0.20",
"ts-jest": "^28.0.2"