mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2024-11-09 23:40:18 +00:00
NodeJS 18 & Node-Fetch Drop
This commit is contained in:
parent
40cd3a9ec5
commit
26a7b2cf25
4
package-lock.json
generated
4
package-lock.json
generated
@ -35,8 +35,8 @@
|
||||
"typescript": "^5.1.3"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16.9.1",
|
||||
"npm": ">=7.0.0"
|
||||
"node": ">=18.16.0",
|
||||
"npm": ">=8.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@cspotcode/source-map-support": {
|
||||
|
@ -26,7 +26,6 @@
|
||||
"discord.js": "^14.11.0",
|
||||
"dotenv": "^16.1.4",
|
||||
"libsodium-wrappers": "^0.7.11",
|
||||
"node-fetch": "^3.3.1",
|
||||
"path": "^0.12.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
@ -44,7 +43,7 @@
|
||||
"typescript": "^5.1.3"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16.9.1",
|
||||
"node": ">=18.16.0",
|
||||
"npm": ">=7.0.0"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user