Updated Dependencies

This commit is contained in:
Christer Warén
2021-09-06 16:28:17 +03:00
parent 956f1f7b6d
commit 370701a4b9
2 changed files with 10 additions and 10 deletions

View File

@ -26,7 +26,7 @@
"discord.js": "^13.1.0",
"dotenv": "^10.0.0",
"libsodium-wrappers": "^0.7.9",
"node-fetch": "^2.6.1",
"node-fetch": "^2.6.2",
"path": "^0.12.7"
},
"devDependencies": {
@ -45,7 +45,7 @@
"typescript": "^4.4.2"
},
"engines": {
"node": ">=16.6.0",
"node": ">=16.8.0",
"npm": ">=7.0.0"
}
}