updates packages version

This commit is contained in:
ShreshthTiwari
2024-01-03 19:14:21 +05:30
committed by Hirzi
parent 0216b86024
commit 628a5366c9
3 changed files with 9 additions and 6 deletions

3
.gitignore vendored Normal file
View File

@@ -0,0 +1,3 @@
package-lock.json
.vscode
node_modules

View File

@@ -5,11 +5,11 @@ const path = require("node:path");
const REQUIRED_PACKAGES = [
{
name: "axios",
version: "1.4.0",
version: "1.6.3",
},
{
name: "axios-retry",
version: "3.5.1",
version: "3.9.1",
},
{
name: "chalk",
@@ -17,7 +17,7 @@ const REQUIRED_PACKAGES = [
},
{
name: "discord.js",
version: "14.11.0",
version: "14.14.1",
},
{
name: "js-yaml",

View File

@@ -13,10 +13,10 @@
"start": "node index.js"
},
"dependencies": {
"axios": "^1.4.0",
"axios-retry": "^3.5.1",
"axios": "^1.6.3",
"axios-retry": "^3.9.1",
"chalk": "^4.1.2",
"discord.js": "^14.11.0",
"discord.js": "^14.14.1",
"js-yaml": "^4.1.0"
},
"engines": {