diff --git a/package.json b/package.json index baeb71b..fe0b4c5 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "@octokit/rest": "^20.0.1", "@types/luxon": "^3.2.0", "dotenv": "^16.0.3", - "got": "^13.0.0", + "got": "^12.6.1", "luxon": "^3.3.0", "typescript": "^5.0.2" }, diff --git a/tsconfig.json b/tsconfig.json index 4ae01f5..024df80 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,7 +2,7 @@ "compilerOptions": { "module": "ES2022", "target": "ES2022", - "moduleResolution": "nodenext", + "moduleResolution": "node", "removeComments": true, "alwaysStrict": true, "skipLibCheck": true