mirror of
https://github.com/HirziDevs/PteroStats
synced 2026-01-07 22:15:33 +00:00
updates packages version
This commit is contained in:
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
package-lock.json
|
||||
.vscode
|
||||
node_modules
|
||||
@@ -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",
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user