|
10 | 10 | },
|
11 | 11 | "dependencies": {
|
12 | 12 | "@discordjs/collection": "2.0.0",
|
13 |
| - "@octokit/rest": "20.0.2", |
| 13 | + "@octokit/rest": "20.1.1", |
14 | 14 | "@sapphire/decorators": "6.0.4",
|
15 | 15 | "@sapphire/discord-utilities": "3.2.2",
|
16 | 16 | "@sapphire/discord.js-utilities": "7.1.6",
|
|
25 | 25 | "@sapphire/type": "2.4.4",
|
26 | 26 | "@sapphire/utilities": "3.15.3",
|
27 | 27 | "@skyra/env-utilities": "^1.2.1",
|
28 |
| - "axios": "1.6.7", |
| 28 | + "axios": "1.7.7", |
29 | 29 | "canvas": "2.11.2",
|
30 | 30 | "chart.js": "3.9.1",
|
31 | 31 | "chartjs-node-canvas": "4.1.6",
|
|
40 | 40 | "parse-duration": "1.1.0",
|
41 | 41 | "pdf2json": "^3.0.3",
|
42 | 42 | "pretty-ms": "7.0.1",
|
43 |
| - "reflect-metadata": "0.1.13" |
| 43 | + "reflect-metadata": "0.2.2" |
44 | 44 | },
|
45 | 45 | "_moduleAliases": {
|
46 | 46 | "@root": "dist",
|
|
51 | 51 | "@types/common-tags": "1.8.4",
|
52 | 52 | "@types/node": "17.0.45",
|
53 | 53 | "@types/node-cron": "3.0.11",
|
54 |
| - "@types/ws": "8.5.10", |
| 54 | + "@types/ws": "8.5.13", |
55 | 55 | "@typescript-eslint/eslint-plugin": "6.21.0",
|
56 | 56 | "@typescript-eslint/parser": "6.21.0",
|
57 |
| - "eslint": "8.56.0", |
| 57 | + "eslint": "8.57.1", |
58 | 58 | "eslint-plugin-deprecation": "1.5.0",
|
59 | 59 | "npm-run-all": "4.1.5",
|
60 | 60 | "rimraf": "4.4.1",
|
61 |
| - "tsc-watch": "6.0.4", |
62 |
| - "tslib": "2.6.2", |
| 61 | + "tsc-watch": "6.2.0", |
| 62 | + "tslib": "2.8.1", |
63 | 63 | "typescript": "5.3.3"
|
64 | 64 | },
|
65 | 65 | "scripts": {
|
|
76 | 76 | "clean:purge": "rimraf node_modules dist yarn.lock package-lock.json",
|
77 | 77 | "updeps": "yarn clean:purge && yarn install"
|
78 | 78 | },
|
79 |
| - "packageManager": "[email protected].0" |
| 79 | + "packageManager": "[email protected].6" |
80 | 80 | }
|
0 commit comments