diff --git a/bun.lockb b/bun.lockb index b3f756763..f6fab3304 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 7ef3755d9..587307bab 100644 --- a/package.json +++ b/package.json @@ -13,15 +13,9 @@ "type": "git", "url": "https://github.com/is-a-dev/register" }, - "keywords": [ - "subdomain" - ], "author": "Akshay Nair ", "license": "GPL-3.0", "dependencies": { - "dotenv": "^8.2.0", - "jest": "^26.4.2", - "qs": "^6.9.4", "ramda": "^0.27.1" }, "devDependencies": { diff --git a/utils/lib/cpanel.js b/utils/lib/cpanel.js index 35d4b0e9f..5c098f281 100644 --- a/utils/lib/cpanel.js +++ b/utils/lib/cpanel.js @@ -1,5 +1,5 @@ const R = require('ramda'); -const qs = require('qs'); +const qs = require('querystring'); const { DOMAIN_API_HOST, DOMAIN_API_PORT, DOMAIN_USER, DOMAIN_API_KEY, DOMAIN_DOMAIN } = require('../constants'); const CpanelClient = (options) => {