NodeJS 18 & Node-Fetch Drop

This commit is contained in:
Christer Warén 2023-06-07 05:22:46 +03:00
parent 40cd3a9ec5
commit 26a7b2cf25
2 changed files with 3 additions and 4 deletions

4
package-lock.json generated
View File

@ -35,8 +35,8 @@
"typescript": "^5.1.3" "typescript": "^5.1.3"
}, },
"engines": { "engines": {
"node": ">=16.9.1", "node": ">=18.16.0",
"npm": ">=7.0.0" "npm": ">=8.0.0"
} }
}, },
"node_modules/@cspotcode/source-map-support": { "node_modules/@cspotcode/source-map-support": {

View File

@ -26,7 +26,6 @@
"discord.js": "^14.11.0", "discord.js": "^14.11.0",
"dotenv": "^16.1.4", "dotenv": "^16.1.4",
"libsodium-wrappers": "^0.7.11", "libsodium-wrappers": "^0.7.11",
"node-fetch": "^3.3.1",
"path": "^0.12.7" "path": "^0.12.7"
}, },
"devDependencies": { "devDependencies": {
@ -44,7 +43,7 @@
"typescript": "^5.1.3" "typescript": "^5.1.3"
}, },
"engines": { "engines": {
"node": ">=16.9.1", "node": ">=18.16.0",
"npm": ">=7.0.0" "npm": ">=7.0.0"
} }
} }