Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
WhatCats committed Mar 20, 2024
1 parent 421b5e8 commit 6c3e15e
Show file tree
Hide file tree
Showing 2 changed files with 261 additions and 221 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@
"license": "MIT",
"dependencies": {
"ascii-table3": "^0.9.0",
"axios": "^1.6.4",
"axios": "^1.6.8",
"discord-html-transcripts": "^3.2.0",
"discord.js": "^14.14.1",
"glob": "^10.3.10",
"luxon": "^3.4.4",
"module-alias": "^2.2.3",
"mongodb": "5.8.1",
"mongoose": "^8.0.3",
"mongoose": "^8.2.2",
"mongoose-autopopulate": "^1.1.0",
"mongoose-long": "^0.8.0",
"rate-limiter-flexible": "^4.0.0",
"redis": "^4.6.12",
"rate-limiter-flexible": "^5.0.0",
"redis": "^4.6.13",
"reflect-metadata": "^0.2.1"
},
"main": "./dist/index.js",
Expand All @@ -32,13 +32,13 @@
"url": "git+https://github.com/bridge-scrims/scrims-js-bot.git"
},
"devDependencies": {
"@types/luxon": "^3.3.8",
"@types/luxon": "^3.4.2",
"@types/module-alias": "^2.0.4",
"@types/node": "^20.10.6",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"eslint": "^8.56.0",
"prettier": "^3.1.1",
"typescript": "^5.3.3"
"@types/node": "^20.11.30",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"eslint": "^8.57.0",
"prettier": "^3.2.5",
"typescript": "^5.4.2"
}
}
Loading

0 comments on commit 6c3e15e

Please sign in to comment.